aboutsummaryrefslogtreecommitdiff
path: root/ld/ldexp.c
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-05-07 19:16:33 +0000
committerSteve Chamberlain <steve@cygnus>1991-05-07 19:16:33 +0000
commit6812f0e89f4c32d9bd94f9c70713766aa2cdbe6f (patch)
tree57cb33dc0642194ccc5c27d2d7bfa89f5f75bffc /ld/ldexp.c
parentdcf22de9967ea4e0f836c7409a1f5411a7924df0 (diff)
downloadfsf-binutils-gdb-6812f0e89f4c32d9bd94f9c70713766aa2cdbe6f.zip
fsf-binutils-gdb-6812f0e89f4c32d9bd94f9c70713766aa2cdbe6f.tar.gz
fsf-binutils-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.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/ld/ldexp.c b/ld/ldexp.c
index fe86a7c..c91af29 100644
--- a/ld/ldexp.c
+++ b/ld/ldexp.c
@@ -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",