aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2005-01-17 17:39:27 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2005-01-17 17:39:27 +0000
commitacfe556796231f181130e512cf6616c61c2aca7d (patch)
treee12d7f53aef39404e2a132a78ad998e22bc49a85 /bfd/ChangeLog
parentc0c28ab8b2757069a1abf73fcb4714f077e76995 (diff)
downloadgdb-acfe556796231f181130e512cf6616c61c2aca7d.zip
gdb-acfe556796231f181130e512cf6616c61c2aca7d.tar.gz
gdb-acfe556796231f181130e512cf6616c61c2aca7d.tar.bz2
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use an
assert-style REQUIRE() macro to handle sanity checks.
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 fb35f09..15169f2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-17 Richard Sandiford <rsandifo@redhat.com>
+
+ * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use an
+ assert-style REQUIRE() macro to handle sanity checks.
+
2005-01-17 H.J. Lu <hongjiu.lu@intel.com>
* dwarf2.c (dwarf2_debug): Move info_ptr_unit to ...