From 210bbc17ac115d12dbde59b5de97b8547e7465c8 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 26 Nov 2012 15:54:29 +0000 Subject: * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB. * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use SYMBOL_SYMTAB. * skip.c (skip_info): Use SYMBOL_SYMTAB. --- gdb/skip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/skip.c') diff --git a/gdb/skip.c b/gdb/skip.c index 5a3fae3..9041b85 100644 --- a/gdb/skip.c +++ b/gdb/skip.c @@ -304,7 +304,7 @@ Skiplist entry should have either a filename or a function name.")); if (sym) ui_out_field_fmt (current_uiout, "what", "%s at %s:%d", sym->ginfo.name, - sym->symtab->filename, + SYMBOL_SYMTAB (sym)->filename, sym->line); else ui_out_field_string (current_uiout, "what", "?"); -- cgit v1.1