diff options
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r-- | gdb/symmisc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c index d2306ac..8171fa3 100644 --- a/gdb/symmisc.c +++ b/gdb/symmisc.c @@ -651,11 +651,6 @@ print_symbol (void *args) SYMBOL_VALUE (symbol)); break; - case LOC_LOCAL_ARG: - fprintf_filtered (outfile, "arg at offset 0x%lx from fp", - SYMBOL_VALUE (symbol)); - break; - case LOC_REF_ARG: fprintf_filtered (outfile, "reference arg at 0x%lx", SYMBOL_VALUE (symbol)); break; @@ -856,9 +851,6 @@ print_partial_symbols (struct partial_symbol **p, int count, char *what, case LOC_CONST_BYTES: fputs_filtered ("constant bytes", outfile); break; - case LOC_LOCAL_ARG: - fputs_filtered ("shuffled arg", outfile); - break; case LOC_UNRESOLVED: fputs_filtered ("unresolved", outfile); break; |