aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-08-20 00:22:41 +0000
committerAlan Modra <amodra@gmail.com>2001-08-20 00:22:41 +0000
commitae7fb08f1a002acd930c38897b9993b780d8798c (patch)
tree87762c70a8a75fd06e2d4e560da11eab4e12072c /ld/ChangeLog
parent415b1b13876006c4704a85e6dfc8bdda38a5056e (diff)
downloadbinutils-ae7fb08f1a002acd930c38897b9993b780d8798c.zip
binutils-ae7fb08f1a002acd930c38897b9993b780d8798c.tar.gz
binutils-ae7fb08f1a002acd930c38897b9993b780d8798c.tar.bz2
* pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
passed to lang_size_sections. (pe_exe_fill_sections): Likewise. * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em. (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 4a7494a..e9bb45d 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2001-08-20 Alan Modra <amodra@bigpond.net.au>
+
+ * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
+ passed to lang_size_sections.
+ (pe_exe_fill_sections): Likewise.
+ * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
+ (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
+
2001-08-18 Alan Modra <amodra@bigpond.net.au>
* emultempl/aix.em: Formatting fixes.