aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r--gdb/buildsym.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index e9d5d0f..2171457 100644
--- a/gdb/buildsym.c
+++ b/gdb/buildsym.c
@@ -290,7 +290,6 @@ finish_block (struct symbol *symbol, struct pending **listhead,
case LOC_REGPARM:
case LOC_REGPARM_ADDR:
case LOC_BASEREG_ARG:
- case LOC_LOCAL_ARG:
case LOC_COMPUTED_ARG:
nparams++;
break;
@@ -330,7 +329,6 @@ finish_block (struct symbol *symbol, struct pending **listhead,
case LOC_REGPARM:
case LOC_REGPARM_ADDR:
case LOC_BASEREG_ARG:
- case LOC_LOCAL_ARG:
case LOC_COMPUTED_ARG:
TYPE_FIELD_TYPE (ftype, iparams) = SYMBOL_TYPE (sym);
TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 0;