From: Ian Lance Taylor Date: Fri, 3 Mar 1995 22:09:24 +0000 (+0000) Subject: * emultempl/elf32.em (hold_rel): New static variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30e12576376285225b46ae673d41ecb468eadd1d;p=binutils-gdb.git * emultempl/elf32.em (hold_rel): New static variable. (gld${EMULATION_NAME}_place_orphan): Place readonly sections with contents whose names begin with ".rel" after hold_rel. Remove the assertion which checked for unplaced .rel sections. Don't try to sort the section into place if place->bfd_section is NULL. (gld${EMULATION_NAME}_place_section): Set hold_rel to the first section beginning with ".rel". --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 21ad7e55386..cb737c57a97 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,19 @@ +Fri Mar 3 17:07:14 1995 Ian Lance Taylor + + * emultempl/elf32.em (hold_rel): New static variable. + (gld${EMULATION_NAME}_place_orphan): Place readonly sections with + contents whose names begin with ".rel" after hold_rel. Remove the + assertion which checked for unplaced .rel sections. Don't try to + sort the section into place if place->bfd_section is NULL. + (gld${EMULATION_NAME}_place_section): Set hold_rel to the first + section beginning with ".rel". + +Thu Mar 2 14:34:43 1995 Ian Lance Taylor + + Doc note from pierre@phi.la.tce.com (Pierre Willard): + * ld.texinfo: -X and -x work even if -s or -S are not specified. + * ld.1: Similar change. + Wed Mar 1 13:51:16 1995 Ian Lance Taylor * emulparams/gld960coff.sh (COFF_CTORS): Define.