diff options
author | Nick Clifton <nickc@redhat.com> | 2003-12-29 14:22:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-12-29 14:22:07 +0000 |
commit | 0e0c4098746746a8659d6afaa52aab36c2447318 (patch) | |
tree | 0239c86a28f9d42e63b7a17860d5dc682a69581d /binutils/ChangeLog | |
parent | ccbc3e6f71ea9da5bcab6e66ce8750ee22365af4 (diff) | |
download | gdb-0e0c4098746746a8659d6afaa52aab36c2447318.zip gdb-0e0c4098746746a8659d6afaa52aab36c2447318.tar.gz gdb-0e0c4098746746a8659d6afaa52aab36c2447318.tar.bz2 |
Update pointer_size patch
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bf46bce..f1a21c1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2003-12-29 Nick Clifton <nickc@redhat.com> + + * readelf.c (debug_line_pointer_size): Replace with an array + called 'debug_line_pointer_sizes'. + (num_debug_line_pointer_sizes): New variable. + (display_debug_lines): Extract pointer size from the + debug_line_pointer_sizes array. + (display_debug_loc): Likewise. + (prescan_debug_info): Fill in the debug_line_pointer_sizes + array. + 2003-12-23 Ralf Baechle <ralf@gnu.org> Maciej W. Rozycki <macro@ds2.pg.gda.pl> |