diff options
author | Jim Wilson <wilson@tuliptree.org> | 1993-04-07 00:09:11 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1993-04-07 00:09:11 +0000 |
commit | 118ec55a7b12b44e29d1f4357c25296b88750df6 (patch) | |
tree | 236381294ec69787341fcf0145a212c2aa8f0d52 /gdb/ChangeLog | |
parent | 60c632b126734582209a4e2829cd49674a868c67 (diff) | |
download | gdb-118ec55a7b12b44e29d1f4357c25296b88750df6.zip gdb-118ec55a7b12b44e29d1f4357c25296b88750df6.tar.gz gdb-118ec55a7b12b44e29d1f4357c25296b88750df6.tar.bz2 |
Fix for PR 124: make 'rb' correctly handle case where we have multiple
functions with the same name in different files.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 88cf440..adc2c74 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,21 @@ +Tue Apr 6 17:07:37 1993 Jim Wilson (wilson@sphagnum.cygnus.com) + + * symtab.c (list_symbols): When call break_command, pass both + filename and function name not just function name. + +Tue Apr 6 15:00:09 1993 Fred Fish (fnf@cygnus.com) + + (Changes and new files to make "none" a full fledged configuration) + * config/none/{nm-none.h, tm-none.h, xm-none.h}: New files. + Currently only tm-none.h has any meaningful contents. + * config/none/none.mh (NAT_FILE): Use nm-none.h + * config/none/none.mh (XM_FILE): Use xm-none.h + * config/none/none.mt (TM_FILE): Use tm-none.h + * Makefile.in (depend): Remove comment about parse errors in + valops.c, it now parses correctly and generates a correct depend + line. Remove line that touches xm.h, tm.h, and nm.h; they are + now linked to config/none/{xm-none.h, tm-none.h, nm-none.h}. + Tue Apr 6 09:54:29 1993 Jim Kingdon (kingdon@cygnus.com) * values.c (USE_STRUCT_RETURN): Only use gcc wierdness for gcc1. |