From: Ian Lance Taylor Date: Mon, 20 Jul 1998 16:52:49 +0000 (+0000) Subject: Mon Jul 20 12:51:16 1998 Andreas Schwab X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8339eb6566eb634431e9e4af788f5b4dd0aa56ef;p=binutils-gdb.git Mon Jul 20 12:51:16 1998 Andreas Schwab * 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. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4f0c788c686..7fdb5649a12 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +Mon Jul 20 12:51:16 1998 Andreas Schwab + + * 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 * readelf.c (process_symbol_table): Fix little alignment problem