aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-12-05 23:34:59 +0000
committerIan Lance Taylor <ian@airs.com>1996-12-05 23:34:59 +0000
commitc3f9e754b8ea77a17151da6126db1b9513756fe3 (patch)
tree092020943ec3a73ee4d2ebe46efccabb3a3f298a /ld
parentedbceb89a80a928f019500201784c2592d8e9807 (diff)
downloadbinutils-c3f9e754b8ea77a17151da6126db1b9513756fe3.zip
binutils-c3f9e754b8ea77a17151da6126db1b9513756fe3.tar.gz
binutils-c3f9e754b8ea77a17151da6126db1b9513756fe3.tar.bz2
modify last patch
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog6
1 files changed, 2 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8195e5a..b0c2f64 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,9 +1,7 @@
Thu Dec 5 13:45:58 1996 Ian Lance Taylor <ian@cygnus.com>
- * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
- use hold_rel unless SEC_ALLOC is set for the reloc section.
- (gld${EMULATION_NAME}_place_section): Only set hold_rel if
- SEC_ALLOC is set.
+ * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Only
+ set hold_rel if SEC_ALLOC is set.
Tue Dec 3 11:29:20 1996 Ian Lance Taylor <ian@cygnus.com>