diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-10-21 22:56:39 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-10-21 22:56:39 +0000 |
commit | 5520a790ef1a5b3804fec946801f91ddb6f3c2cb (patch) | |
tree | 12a261c5b63e17452280d219ea73831b5892d778 /gdb/ChangeLog | |
parent | caa92b733943c9c079c0e98967f58fe0b0a68e6d (diff) | |
download | gdb-5520a790ef1a5b3804fec946801f91ddb6f3c2cb.zip gdb-5520a790ef1a5b3804fec946801f91ddb6f3c2cb.tar.gz gdb-5520a790ef1a5b3804fec946801f91ddb6f3c2cb.tar.bz2 |
2003-10-21 Elena Zannoni <ezannoni@redhat.com>
* minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
* symtab.h (lookup_minimal_symbol_text): Update.
* breakpoint.c (create_overlay_event_breakpoint,
create_longjmp_breakpoint): Update callers.
* ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
* symtab.c (find_pc_sect_line): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6a0eae6a..fd9b257 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2003-10-21 Elena Zannoni <ezannoni@redhat.com> + + * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter. + Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code. + * symtab.h (lookup_minimal_symbol_text): Update. + * breakpoint.c (create_overlay_event_breakpoint, + create_longjmp_breakpoint): Update callers. + * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller. + * symtab.c (find_pc_sect_line): Ditto. + 2003-10-21 Andrew Cagney <cagney@redhat.com> * target.c (errno): Delete extern declaration. |