diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-11-03 19:52:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-11-03 19:52:43 +0000 |
commit | b1fbbed48edc813d3bb2581117c1149308e6175d (patch) | |
tree | a322cd485e94490eae687faf0e3332e1f191c98f /gdb | |
parent | b32ae57bb38ddc6b296795144ab851c30981b994 (diff) | |
download | gdb-b1fbbed48edc813d3bb2581117c1149308e6175d.zip gdb-b1fbbed48edc813d3bb2581117c1149308e6175d.tar.gz gdb-b1fbbed48edc813d3bb2581117c1149308e6175d.tar.bz2 |
Tue Nov 3 11:29:17 1992 Ian Lance Taylor (ian@cygnus.com)
* dbxread.c (process_one_symbol): if not defined
(BLOCK_ADDRESS_FUNCTION_RELATIVE), set function_start_offset at
the start of the function, not just after N_FUN.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4743e4e..2963f81 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,10 @@ -FFri Oct 30 16:33:02 1992 Fred Fish (fnf@cygnus.com) +Tue Nov 3 11:29:17 1992 Ian Lance Taylor (ian@cygnus.com) + + * dbxread.c (process_one_symbol): if not defined + (BLOCK_ADDRESS_FUNCTION_RELATIVE), set function_start_offset at + the start of the function, not just after N_FUN. + +Fri Oct 30 16:33:02 1992 Fred Fish (fnf@cygnus.com) * Makefile.in (c-exp.tab.c, m2-exp.tab.c): Add sed patterns to remap all malloc's to xmalloc's and all realloc's to xrealloc's. |