aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-09-07 09:09:19 +0000
committerAlan Modra <amodra@gmail.com>2000-09-07 09:09:19 +0000
commited15ac6a0a461de02bf1d4c50762300fc05e5ca6 (patch)
tree9b1c3f12734038595b917255c765d13fbb1ab12d /ld/ChangeLog
parent71bfc0aef6964c54b8e29466e97fb246cdeb2049 (diff)
downloadbinutils-ed15ac6a0a461de02bf1d4c50762300fc05e5ca6.zip
binutils-ed15ac6a0a461de02bf1d4c50762300fc05e5ca6.tar.gz
binutils-ed15ac6a0a461de02bf1d4c50762300fc05e5ca6.tar.bz2
Fix an orphan section problem caused by weird linker scripts.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 0292f83..37deddc 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -4,6 +4,7 @@
broken list handling. Create __start_SECNAME and __stop_SECNAME
when no place-holder. Add some comments. Test both SEC_CODE and
SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
+ Handle case where no output section statement created.
2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>