diff options
author | Keith Seitz <keiths@cygnus> | 1998-05-18 20:48:58 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-05-18 20:48:58 +0000 |
commit | d4d1c7b5b3038905c481420803486a9475b88e09 (patch) | |
tree | 115dd28945c9b93f9d080e5d265d815d5b54350d /gdb | |
parent | b4c61dc9000e402e5174c35c97cfffd06c23e875 (diff) | |
download | fsf-binutils-gdb-d4d1c7b5b3038905c481420803486a9475b88e09.zip fsf-binutils-gdb-d4d1c7b5b3038905c481420803486a9475b88e09.tar.gz fsf-binutils-gdb-d4d1c7b5b3038905c481420803486a9475b88e09.tar.bz2 |
* dbxread.c (process_one_symbol): If block addresses are relative to
function start addresses, reset function_start_address whenever a new
source file is seen.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d81a635..ed4ffec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Mon May 18 13:34:27 1998 Keith Seitz <keiths@cygnus.com> + + * dbxread.c (process_one_symbol): If block addresses are relative to + function start addresses, reset function_start_address whenever a new + source file is seen. + start-sanitize-d30v Sat May 16 22:21:48 1998 Frank Ch. Eigler <fche@cygnus.com> |