diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-20 16:52:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-20 16:52:49 +0000 |
commit | 8339eb6566eb634431e9e4af788f5b4dd0aa56ef (patch) | |
tree | b56164f15597c7469bc17a91322c8eaf5e609e8f /binutils | |
parent | 490e0e1339beac4b91bef20f3840981d2f961ee0 (diff) | |
download | gdb-8339eb6566eb634431e9e4af788f5b4dd0aa56ef.zip gdb-8339eb6566eb634431e9e4af788f5b4dd0aa56ef.tar.gz gdb-8339eb6566eb634431e9e4af788f5b4dd0aa56ef.tar.bz2 |
Mon Jul 20 12:51:16 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* addr2line.c (find_address_in_section): Only consider a section
if the pc value is completely contained within it.
(translate_addresses): Don't crash if functionname or filename are
null.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4f0c788..7fdb564 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +Mon Jul 20 12:51:16 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * addr2line.c (find_address_in_section): Only consider a section + if the pc value is completely contained within it. + (translate_addresses): Don't crash if functionname or filename are + null. + 1998-07-20 07:45 Ulrich Drepper <drepper@cygnus.com> * readelf.c (process_symbol_table): Fix little alignment problem |