summaryrefslogtreecommitdiffstats
path: root/include/elf/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r--include/elf/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 621f48e4a..b2e4bebfc 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-13 Alan Modra <amodra@bigpond.net.au>
+
+ * internal.h (Elf_Internal_Shdr): Change sh_link and sh_info from
+ unsigned long to unsigned int. Change sh_addralign to bfd_vma.
+ Order struct as for external version.
+
2008-03-12 Alan Modra <amodra@bigpond.net.au>
PR 5900