Tue Jun 11 19:13:04 1996 Richard Henderson <rth@tamu.edu>
* sysdeps/alpha/Makefile [subdir elf]: Add -mno-fp-regs to sysdep-CFLAGS so that _dl_runtime_resolve doesn't have to save them. Add -mbuild-constants to CFLAGS-rtld.c to that we can bootstrap without using literal data.
This commit is contained in:
parent
9f9cd8224e
commit
d7cf162179
@ -28,4 +28,12 @@ ifeq ($(subdir),gnulib)
|
||||
routines = $(divrem)
|
||||
endif # gnulib
|
||||
|
||||
ifeq ($(subdir),elf)
|
||||
# The ld.so code cannot use literals until it self-relocates.
|
||||
CFLAGS-rtld.c = -mbuild-constants
|
||||
# The rest of ld.so shouldn't use FP regs for block moves so
|
||||
# that the lazy link trampoline doesn't have to save them.
|
||||
sysdep-CFLAGS += -mno-fp-regs
|
||||
endif
|
||||
|
||||
divrem := divl divlu divq divqu reml remlu remq remqu
|
||||
|
Loading…
x
Reference in New Issue
Block a user