CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/11/19 07:59:48
Modified files:
libexec/ld.so/alpha: Makefile.inc
Log message:
Build ld.so on alpha with -mbuild-constants, so large integer
constants are constructed with several instructions rather than
loaded from the data segment, avoiding relocations.
This fixes ld.so with gcc4. From miod@, ok jsg@
