aboutsummaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r--gdb/symmisc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c
index cb631cb..5d50b0f 100644
--- a/gdb/symmisc.c
+++ b/gdb/symmisc.c
@@ -521,6 +521,10 @@ print_symbol (symbol, depth, outfile)
fprintf (outfile, "arg at 0x%x,", SYMBOL_VALUE (symbol));
break;
+ case LOC_REGPARM:
+ fprintf (outfile, "parmameter register %d,", SYMBOL_VALUE (symbol));
+ break;
+
case LOC_LOCAL:
fprintf (outfile, "local at 0x%x,", SYMBOL_VALUE (symbol));
break;