aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-03-03 22:09:24 +0000
committerIan Lance Taylor <ian@airs.com>1995-03-03 22:09:24 +0000
commit30e12576376285225b46ae673d41ecb468eadd1d (patch)
tree32be3310421f26b0140fb332b407e895048fa686 /ld
parent5816555bca33eea58ccdb47236743d2544e40054 (diff)
downloadgdb-30e12576376285225b46ae673d41ecb468eadd1d.zip
gdb-30e12576376285225b46ae673d41ecb468eadd1d.tar.gz
gdb-30e12576376285225b46ae673d41ecb468eadd1d.tar.bz2
* 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".
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 21ad7e5..cb737c5 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,19 @@
+Fri Mar 3 17:07:14 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * 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 <ian@cygnus.com>
+
+ 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 <ian@cygnus.com>
* emulparams/gld960coff.sh (COFF_CTORS): Define.