aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-08-20 01:21:08 +0000
committerAlan Modra <amodra@gmail.com>2001-08-20 01:21:08 +0000
commitc0c330a70f2a352d6bfe279336c8337c3d670dba (patch)
tree504785be07213f4c231c805f13188afca1919e68 /ld/ChangeLog
parentae7fb08f1a002acd930c38897b9993b780d8798c (diff)
downloadgdb-c0c330a70f2a352d6bfe279336c8337c3d670dba.zip
gdb-c0c330a70f2a352d6bfe279336c8337c3d670dba.tar.gz
gdb-c0c330a70f2a352d6bfe279336c8337c3d670dba.tar.bz2
* ldlang.c (insert_pad): Use offsetof macro.
(lang_size_sections): Always neuter padding statements. * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index e9bb45d..3c53837 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
2001-08-20 Alan Modra <amodra@bigpond.net.au>
+ * ldlang.c (insert_pad): Use offsetof macro.
+ (lang_size_sections): Always neuter padding statements.
+ * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
+
* pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
passed to lang_size_sections.
(pe_exe_fill_sections): Likewise.