aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2004-04-30 15:04:30 +0000
committerH.J. Lu <hjl.tools@gmail.com>2004-04-30 15:04:30 +0000
commit45c5e9ed661882b817374a636db04352dd875cec (patch)
tree574fc97913eb8b8d626d7d19e50ab4ca3967e8b5 /bfd/ChangeLog
parentbc87dd2ec11aaeda576515604b008776612f2261 (diff)
downloadgdb-45c5e9ed661882b817374a636db04352dd875cec.zip
gdb-45c5e9ed661882b817374a636db04352dd875cec.tar.gz
gdb-45c5e9ed661882b817374a636db04352dd875cec.tar.bz2
2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
* elf.c (bfd_section_from_shdr): Maintain the section order in a section group. (special_sections): Add ".note.GNU-stack". (elf_fake_sections): Handle section group for relocatable link..
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1a431da..e7f9d7a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,13 @@
2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
+ * elf.c (bfd_section_from_shdr): Maintain the section order in
+ a section group.
+ (special_sections): Add ".note.GNU-stack".
+ (elf_fake_sections): Handle section group for relocatable
+ link..
+
+2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
+
* section.c (bfd_sections_find_if): New.
* bfd-in2.h: Regenerated.