diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-07 19:16:33 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-07 19:16:33 +0000 |
commit | 6812f0e89f4c32d9bd94f9c70713766aa2cdbe6f (patch) | |
tree | 57cb33dc0642194ccc5c27d2d7bfa89f5f75bffc /ld/ldexp.c | |
parent | dcf22de9967ea4e0f836c7409a1f5411a7924df0 (diff) | |
download | gdb-6812f0e89f4c32d9bd94f9c70713766aa2cdbe6f.zip gdb-6812f0e89f4c32d9bd94f9c70713766aa2cdbe6f.tar.gz gdb-6812f0e89f4c32d9bd94f9c70713766aa2cdbe6f.tar.bz2 |
Fixed the shift reduce errors in the grammer using the yacc debugger.
Removed some lint highlighted by the same.
Diffstat (limited to 'ld/ldexp.c')
-rw-r--r-- | ld/ldexp.c | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -65,7 +65,6 @@ token_code_type code; } table[] = { INT, "int", - CHAR,"char", NAME,"NAME", PLUSEQ,"+=", MINUSEQ,"-=", @@ -86,17 +85,16 @@ token_code_type code; ALIGN_K,"ALIGN", BLOCK,"BLOCK", SECTIONS,"SECTIONS", - ALIGNMENT,"ALIGNMENT", SIZEOF_HEADERS,"SIZEOF_HEADERS", NEXT,"NEXT", SIZEOF,"SIZEOF", ADDR,"ADDR", MEMORY,"MEMORY", - DSECT,"DSECT", - NOLOAD,"NOLOAD", - COPY,"COPY", - INFO,"INFO", - OVERLAY,"OVERLAY", + + + + + DEFINED,"DEFINED", TARGET_K,"TARGET", SEARCH_DIR,"SEARCH_DIR", |