Library: Add putchar_wrapper.c for use with libgcc
authorTormod Volden <debian.tormod@gmail.com>
Tue, 14 Apr 2015 21:23:12 +0000 (23:23 +0200)
committerAlan Cox <alan@linux.intel.com>
Wed, 15 Apr 2015 11:35:24 +0000 (12:35 +0100)
commitbd7369df56be2cf76c570db355f34f6fc74a5ca2
tree86e20b502b49a39cc7f8b3ee2e7c38da1f25df31
parent23b19d2aee2c56da534977b7f0429e55a7014381
Library: Add putchar_wrapper.c for use with libgcc

Once we link in libgcc.a it seems we need the putchar
without underscore (in C).

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Library/libs/Makefile.6809
Library/libs/putchar_wrapper.c [new file with mode: 0644]