aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2003-09-10 20:48:32 +0000
committerH.J. Lu <hjl.tools@gmail.com>2003-09-10 20:48:32 +0000
commitfdbdabdda5c3f249b0e0e01bd5dd7c222017be3e (patch)
treefe1cd1ab4a1db41dc8c8b2d8bb1a0dfa2e31fee8 /bfd/ChangeLog
parentba9c40534b023210c8a2bd51f94a180f38ff9d7d (diff)
downloadgdb-fdbdabdda5c3f249b0e0e01bd5dd7c222017be3e.zip
gdb-fdbdabdda5c3f249b0e0e01bd5dd7c222017be3e.tar.gz
gdb-fdbdabdda5c3f249b0e0e01bd5dd7c222017be3e.tar.bz2
2003-09-10 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections started with ".sbss" or "".sdata" as SHF_IA_64_SHORT.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c8ebc91..a2f8f86 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-10 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections
+ started with ".sbss" or "".sdata" as SHF_IA_64_SHORT.
+
2003-09-10 John David Anglin <dave.anglin@nrc-cnrc.nrc.ca>
Randolph Chung <randolph@tausq.org>