Fri Jun 21 13:05:51 1996 Richard Henderson <rth@tamu.edu>
authorIan Lance Taylor <ian@airs.com>
Fri, 21 Jun 1996 17:10:14 +0000 (17:10 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 21 Jun 1996 17:10:14 +0000 (17:10 +0000)
commit539ae61d9cd2db41e9fb2b9d7ee92d4b5f72baf6
tree53ae745f191be2d771fce3be46d84be68bac2938
parent3d9f68c05e795ef2985cade7323e3a66a013dfdb
Fri Jun 21 13:05:51 1996  Richard Henderson  <rth@tamu.edu>

* 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/ChangeLog
ld/configure.tgt
ld/emulparams/.Sanitize
ld/emulparams/elf64alpha.sh [new file with mode: 0644]