diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-02-18 15:41:29 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-02-18 15:41:29 +0000 |
commit | 54c7009d04fc3da51b50cfbefe5f5894db2cad32 (patch) | |
tree | 248e4d80e59a075f317e6ef904d1a73d5dd3a2c5 /gdb/ChangeLog | |
parent | 89b16ee576a14ca27f0c926f49709653b8ee1882 (diff) | |
download | gdb-54c7009d04fc3da51b50cfbefe5f5894db2cad32.zip gdb-54c7009d04fc3da51b50cfbefe5f5894db2cad32.tar.gz gdb-54c7009d04fc3da51b50cfbefe5f5894db2cad32.tar.bz2 |
2003-02-18 Elena Zannoni <ezannoni@redhat.com>
From Jim Ingham <jingham@apple.com>:
* dbxread.c (process_one_symbol): Use last_function_start rather
than function_start_offset to find the real beginning of the
current function. The latter is just the text section offset on
some systems, the former is always the real function start.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b123ea6..f3afb33 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2003-02-18 Elena Zannoni <ezannoni@redhat.com> + + From Jim Ingham <jingham@apple.com>: + * dbxread.c (process_one_symbol): Use last_function_start rather + than function_start_offset to find the real beginning of the + current function. The latter is just the text section offset on + some systems, the former is always the real function start. + 2003-02-17 Andrew Cagney <cagney@redhat.com> * configure.in: Revert ${target} != ${host}. |