aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2000-12-04 16:34:44 +0000
committerJason Merrill <jason@redhat.com>2000-12-04 16:34:44 +0000
commit09fd7e3854052ec57c76d54f8cc8ba7485a9e5b0 (patch)
tree29ed7352ba8d8c4513d35315361ad6fcc232416d /binutils/ChangeLog
parentbbeae047395eba4cd967ac6043d9ed5aa72cecb0 (diff)
downloadgdb-09fd7e3854052ec57c76d54f8cc8ba7485a9e5b0.zip
gdb-09fd7e3854052ec57c76d54f8cc8ba7485a9e5b0.tar.gz
gdb-09fd7e3854052ec57c76d54f8cc8ba7485a9e5b0.tar.bz2
* readelf.c (process_section_headers): Handle linkonce.wi sections.
(display_debug_section): Likewise. (display_debug_info): Display CU header before bailing.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog20
1 files changed, 13 insertions, 7 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 8b21dbc..9e5904d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,14 +1,20 @@
+2000-12-04 Jason Merrill <jason@redhat.com>
+
+ * readelf.c (process_section_headers): Handle linkonce.wi sections.
+ (display_debug_section): Likewise.
+ (display_debug_info): Display CU header before bailing.
+
2000-12-01 Chris Demetriou <cgd@sibyte.com>
- * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
- EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
- E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
+ * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
+ EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
+ E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
- * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
- and E_MIPS_ARCH_64.
+ * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
+ and E_MIPS_ARCH_64.
- * readelf.c (get_machine_flags): Add case for
- E_MIPS_MACH_SB1.
+ * readelf.c (get_machine_flags): Add case for
+ E_MIPS_MACH_SB1.
2000-11-30 Richard Earnshaw <rearnsha@arm.com>