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/ldlex.l | |
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/ldlex.l')
-rw-r--r-- | ld/ldlex.l | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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, |