aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-08-13 10:56:21 +0000
committerAlan Modra <amodra@gmail.com>2001-08-13 10:56:21 +0000
commit0f33d40bfcd0478feec2b9bd32bd9c0a957bbf83 (patch)
treefd5375e34ddc4023ceb8019a5ca8f2f96705c44d /ld/ChangeLog
parentfbad9a25dbf090074a4efa848f7ca097b0382ef9 (diff)
downloadgdb-0f33d40bfcd0478feec2b9bd32bd9c0a957bbf83.zip
gdb-0f33d40bfcd0478feec2b9bd32bd9c0a957bbf83.tar.gz
gdb-0f33d40bfcd0478feec2b9bd32bd9c0a957bbf83.tar.bz2
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
`true' for SEC_EXCLUDE sections so that the generic code doesn't needlessly create an output_section_statement. Treat a correctly named output_section_statement with NULL bfd_section as compatible.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 3b0724f..45cb574 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-13 Alan Modra <amodra@bigpond.net.au>
+
+ * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
+ `true' for SEC_EXCLUDE sections so that the generic code doesn't
+ needlessly create an output_section_statement. Treat a correctly
+ named output_section_statement with NULL bfd_section as compatible.
+
2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
* emultempl/generic.em: Support EXTRA_EM_FILE.