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/symtab.c | |
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/symtab.c')
-rw-r--r-- | gdb/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index 3a3a547..208b04a 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -1969,7 +1969,7 @@ find_pc_sect_line (CORE_ADDR pc, struct bfd_section *section, int notcurrent) if (MSYMBOL_TYPE (msymbol) == mst_solib_trampoline) { mfunsym = lookup_minimal_symbol_text (SYMBOL_LINKAGE_NAME (msymbol), - NULL, NULL); + NULL); if (mfunsym == NULL) /* I eliminated this warning since it is coming out * in the following situation: |