aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-08-14 04:40:38 +0000
committerAlan Modra <amodra@gmail.com>2001-08-14 04:40:38 +0000
commitcde43e70f18662e9b770637f767e9e8bc6f0c746 (patch)
tree234d88448831c6b8985b4c1991ea7e8fdd289d86 /ld/ChangeLog
parent39dcfe18ca8ab5b4b9824fde09cac4fd0aceff19 (diff)
downloadgdb-cde43e70f18662e9b770637f767e9e8bc6f0c746.zip
gdb-cde43e70f18662e9b770637f767e9e8bc6f0c746.tar.gz
gdb-cde43e70f18662e9b770637f767e9e8bc6f0c746.tar.bz2
* emultempl/elf32.em: Formatting fixes.
(output_prev_sec_find): Test for bfd_ind_section too; do so by looking at sec->owner. (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test. (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove unused code, and reorganize orphan section placement code.
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 14be52d..01c0a85 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,12 @@
2001-08-14 Alan Modra <amodra@bigpond.net.au>
+ * emultempl/elf32.em: Formatting fixes.
+ (output_prev_sec_find): Test for bfd_ind_section too; do so by
+ looking at sec->owner.
+ (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
+ (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
+ unused code, and reorganize orphan section placement code.
+
* ldlang.c (wild_doit): Rename to lang_add_section.
* ldlang.h: Here too.
* mpw-elfmips.c: And here.