aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-11-18 14:05:00 +0000
committerNick Clifton <nickc@redhat.com>2008-11-18 14:05:00 +0000
commitdc80fd5cfc9fbf3a658a90c67edd321e7a40bf0b (patch)
treefea5819b2d7aaabbcb56069bfcaa2d60a529d97b /bfd/ChangeLog
parent2e74121d77ccfd8353d64fd8a2ec8a5fbb881967 (diff)
downloadgdb-dc80fd5cfc9fbf3a658a90c67edd321e7a40bf0b.zip
gdb-dc80fd5cfc9fbf3a658a90c67edd321e7a40bf0b.tar.gz
gdb-dc80fd5cfc9fbf3a658a90c67edd321e7a40bf0b.tar.bz2
* dwarf2.c (read_section): Fix formatting.
(read_n_bytes): Remove unhelpful comment. (read_indirect_string): Pass symbol table to read_section in case the .debug_str section needs relocating. PR 7037 * elf32-cr16.c (cr16_elf_howto_table): Zero the src_mask field of the reloc descriptions.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2adfb18..50febf2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,14 @@
+2008-11-18 Nick Clifton <nickc@redhat.com>
+
+ * dwarf2.c (read_section): Fix formatting.
+ (read_n_bytes): Remove unhelpful comment.
+ (read_indirect_string): Pass symbol table to read_section in case
+ the .debug_str section needs relocating.
+
+ PR 7037
+ * elf32-cr16.c (cr16_elf_howto_table): Zero the src_mask field of
+ the reloc descriptions.
+
2008-11-14 Eric B. Weddington <eric.weddington@atmel.com>
PR 7022