aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlex.l
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/ldlex.l
parentdcf22de9967ea4e0f836c7409a1f5411a7924df0 (diff)
downloadgdb-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/ldlex.l')
-rw-r--r--ld/ldlex.l3
1 files changed, 0 insertions, 3 deletions
diff --git a/ld/ldlex.l b/ld/ldlex.l
index b1b9619..7d50ccd 100644
--- a/ld/ldlex.l
+++ b/ld/ldlex.l
@@ -68,11 +68,8 @@ keyword_type keywords[] =
"BLOCK",BLOCK,
"LENGTH",LENGTH,
"ALIGN",ALIGN_K,
-"SUBSECTION_ALIGN",SUBSECTION_ALIGN,
"ADDR",ADDR,
"ENTRY",ENTRY,
-"SCRIPT", SCRIPT,
-"ENDSCRIPT", ENDSCRIPT,
"NEXT",NEXT,
"sizeof_headers",SIZEOF_HEADERS,
"SIZEOF_HEADERS",SIZEOF_HEADERS,