From 9749ba45ba181d3b481ff9362a5584a4e345739f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 21 Oct 2013 18:36:53 +0000 Subject: [PATCH] removed FIXME - -mpcrel has been removed --- BaS_gcc/sources/bas_printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_gcc/sources/bas_printf.c b/BaS_gcc/sources/bas_printf.c index 8b87725..8c19f20 100644 --- a/BaS_gcc/sources/bas_printf.c +++ b/BaS_gcc/sources/bas_printf.c @@ -74,7 +74,7 @@ void xputchar(int c) static void doprnt(void (*addchar)(int), const char *sfmt, va_list ap) { - char buf[128]; /* FIXME: this gets allocated in BSS which is not reachable in -mpcrel code */ + char buf[128]; char *bp; const char *f; long l;