CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/01 05:32:43
Modified files:
lib/csu/common_elf: crtbegin.c crtbeginS.c crtend.c crtendS.c
lib/csu/sparc64: crt0.c
Log message:
Sprinkle a few __used markers to prevent gcc4 from throwing away essential
bits of code and data. With this change gcc4 builds usable crt*.o on sparc64,
other architectures probably need some more love.
ok marco@, jsg@
