diff options
author | Nick Clifton <nickc@redhat.com> | 2005-05-12 09:05:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-05-12 09:05:36 +0000 |
commit | 52d1fb02abf70ffbc7b6bfe17442c9e900fbc70a (patch) | |
tree | de72ed4f7068abe785a3157c8453521d8371cda7 /binutils/ChangeLog | |
parent | b41cde44099116d8d3984d787624c8913e1798fe (diff) | |
download | gdb-52d1fb02abf70ffbc7b6bfe17442c9e900fbc70a.zip gdb-52d1fb02abf70ffbc7b6bfe17442c9e900fbc70a.tar.gz gdb-52d1fb02abf70ffbc7b6bfe17442c9e900fbc70a.tar.bz2 |
If pointer_size has not been found then assume that it is 4 in order to
prevent a seg fault when process_extend_line_op attempts to read the line
data.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ac2913a..00ffe8b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2005-05-12 Nick Clifton <nickc@redhat.com> + + * readelf.c (display_debug_lines): If pointer_size has not been + found then assume that it is 4 in order to prevent a seg fault + when process_extend_line_op attempts to read the line data. + 2005-05-11 Alan Modra <amodra@bigpond.net.au> * readelf.c (get_ppc_dynamic_type): New function for DT_PPC_GLINK. |