removed FIXME - -mpcrel has been removed

This commit is contained in:
Markus Fröschle
2013-10-21 18:36:53 +00:00
parent 1a0114d9a8
commit 9749ba45ba

View File

@@ -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;