From 539ae61d9cd2db41e9fb2b9d7ee92d4b5f72baf6 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 21 Jun 1996 17:10:14 +0000 Subject: Fri Jun 21 13:05:51 1996 Richard Henderson * configure.tgt (alpha-*-linuxecoff*): New target. (alpha-*-linux*): Use elf64alpha. * emulparams/elf64alpha.sh: New file. * emultempl/elf32.em: If ELFSIZE is not set, set it to 32. Use ${ELFSIZE} rather than 32 when calling BFD routines. (hold_rodata): New static variable. (gld${EMULATION_NAME}_place_orphan): Use hold_rodata for a readonly section that is not code. (gld${EMULATION_NAME}_place_section): Set hold_rodata. Don't use a .rel section unless its bfd_section field is not NULL. * Makefile.in (ALL_EMULATIONS): Add eelf64alpha.o. (eelf64alpha.c): New target. --- ld/emulparams/.Sanitize | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/emulparams/.Sanitize') diff --git a/ld/emulparams/.Sanitize b/ld/emulparams/.Sanitize index d250a1f..4e7a590 100644 --- a/ld/emulparams/.Sanitize +++ b/ld/emulparams/.Sanitize @@ -58,6 +58,7 @@ elf32lppc.sh elf32ppc.sh elf32b4300.sh elf32l4300.sh +elf64alpha.sh elf64_sparc.sh elf_i386.sh gld960.sh -- cgit v1.1