aboutsummaryrefslogtreecommitdiff
path: root/gdb/ch-exp.y
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-09-02 01:41:40 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-09-02 01:41:40 +0000
commit996ccb3043d9237ea8e6e79d6a7c6121b15f9e61 (patch)
tree0dfcfdfd7f957068352137d70e996b8a100926c1 /gdb/ch-exp.y
parente4d30c7e6abccf8402a5c48743a829cd6633ee98 (diff)
downloadgdb-996ccb3043d9237ea8e6e79d6a7c6121b15f9e61.zip
gdb-996ccb3043d9237ea8e6e79d6a7c6121b15f9e61.tar.gz
gdb-996ccb3043d9237ea8e6e79d6a7c6121b15f9e61.tar.bz2
* symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c,
symfile.h, stabsread.c, minsyms.c, solib.c, nlmread.c, dwarfread.c partial-stab.h, symmisc.c, gdbtypes.c: Lint. Remove (or put inside #if) unused variables and labels. Fix unclosed comment. Deal with enumeration values unhandled in switch statements. Make sure non-void functions return values. Include appropriate headers. * dbxread.c (elfstab_build_psymtabs): Don't check for unsigned value < 0.
Diffstat (limited to 'gdb/ch-exp.y')
-rw-r--r--gdb/ch-exp.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ch-exp.y b/gdb/ch-exp.y
index 8951133..b6370f3 100644
--- a/gdb/ch-exp.y
+++ b/gdb/ch-exp.y
@@ -1214,7 +1214,6 @@ match_float_literal ()
char *tokptr = lexptr;
char *buf;
char *copy;
- char ch;
double dval;
extern double strtod ();
@@ -1929,6 +1928,7 @@ yylex ()
case LOC_ARG:
case LOC_REF_ARG:
case LOC_REGPARM:
+ case LOC_REGPARM_ADDR:
case LOC_LOCAL:
case LOC_LOCAL_ARG:
case LOC_BASEREG: