aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-01-07 18:50:51 +0000
committerNick Clifton <nickc@redhat.com>2004-01-07 18:50:51 +0000
commitd9296b18250dea5e245fb863cd6bfb97e80960a1 (patch)
treec5e907be6451fa7b9ba444314edbe4323d597073 /binutils/ChangeLog
parent3ba7a1aacf862e6e18e1c148dd896530ab0f24e9 (diff)
downloadgdb-d9296b18250dea5e245fb863cd6bfb97e80960a1.zip
gdb-d9296b18250dea5e245fb863cd6bfb97e80960a1.tar.gz
gdb-d9296b18250dea5e245fb863cd6bfb97e80960a1.tar.bz2
Fix initialisation of debug_line_pointer_sizes array so that it is done as needed
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index d2a65c6..f26615d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,18 @@
+2004-01-07 Nick Clifton <nickc@redhat.com>
+
+ * readelf.c (find_section): New function. Locates a named
+ section.
+ (get_debug_line_pointer_sizes): New function: Initialises the
+ debug_line_pointer_sizes array.
+ (display_debug_lines): Call get_debug_line_pointer_sizes.
+ (display_debug_loc): Likewise.
+ (load_debug_loc): Use find_section.
+ (load_debug_str): Likewise.
+ (display_debug_info): Likewise.
+ (prescan_debug_info): Delete.
+ (debug_displays): Remove prescan field.
+ (process_section_contents): Do not perform prescans.
+
2004-01-03 Alan Modra <amodra@bigpond.net.au>
* objcopy.c (filter_bytes): Delete. Move code to..