aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-08-02 08:17:45 +0000
committerNick Clifton <nickc@redhat.com>2005-08-02 08:17:45 +0000
commit8e3de13a7def5bf8e931e34500f97bdeee6b111b (patch)
tree559192361050e3d7e4b8d0ae2af5430c2c009118 /bfd/ChangeLog
parent4e6935a6475f5041952c15c84c7d363fb98f055f (diff)
downloadgdb-8e3de13a7def5bf8e931e34500f97bdeee6b111b.zip
gdb-8e3de13a7def5bf8e931e34500f97bdeee6b111b.tar.gz
gdb-8e3de13a7def5bf8e931e34500f97bdeee6b111b.tar.bz2
PR 1147
* elf32-arm.c (struct _arm_elf_section_data): Turn into a typedef and make the mapcount field unsigned. (struct section_list): New: Used to keep track of which sections have an _arm_elf_section_data structure. (record_section_with_arm_elf_section_data): New function. (get_arm_elf_section_data): New function. (unrecord_section_with_arm_elf_section_data): New function. (elf32_arm_output_symbol_hook): Use get_arm_elf_section_data. (elf32_arm_new_section_hook): Call record_section_with_arm_elf_section_data. (elf32_arm_write_section): Use get_arm_elf_section_data and unrecord_section_with_arm_elf_section_data.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index cca0de3..be472ed 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,19 @@
+2005-08-02 Nick Clifton <nickc@redhat.com>
+
+ PR 1147
+ * elf32-arm.c (struct _arm_elf_section_data): Turn into a typedef
+ and make the mapcount field unsigned.
+ (struct section_list): New: Used to keep track of which sections
+ have an _arm_elf_section_data structure.
+ (record_section_with_arm_elf_section_data): New function.
+ (get_arm_elf_section_data): New function.
+ (unrecord_section_with_arm_elf_section_data): New function.
+ (elf32_arm_output_symbol_hook): Use get_arm_elf_section_data.
+ (elf32_arm_new_section_hook): Call
+ record_section_with_arm_elf_section_data.
+ (elf32_arm_write_section): Use get_arm_elf_section_data and
+ unrecord_section_with_arm_elf_section_data.
+
2005-08-01 Richard Sandiford <richard@codesourcery.com>
* elfxx-mips.c (mips_mach_extends_p): Treat MIPS64 as an extension