CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/04/12 05:28:32
Modified files:
gnu/usr.bin/cc/libgcc: Makefile
lib/csu/sh : crt0.c
Log message:
the fpu control symbol on sh (__fpscr_values) suddenly becomes local
instead of global with gcc4 and this ends up breaking things in hard
to debug ways. So move the definition to csu instead of libgcc.
ok miod@
