aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlex.l
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-04-24 20:53:36 +0000
committerSteve Chamberlain <steve@cygnus>1991-04-24 20:53:36 +0000
commit65c552e308c59f2fb8523446a627e1791134aaef (patch)
tree6bb93427fa69efe7548b28aba83e43008ebc497e /ld/ldlex.l
parent453063fec98152e060702951dc634aebd06db9ed (diff)
downloadgdb-65c552e308c59f2fb8523446a627e1791134aaef.zip
gdb-65c552e308c59f2fb8523446a627e1791134aaef.tar.gz
gdb-65c552e308c59f2fb8523446a627e1791134aaef.tar.bz2
Added the sizeof_headers keyword.
Diffstat (limited to 'ld/ldlex.l')
-rw-r--r--ld/ldlex.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/ldlex.l b/ld/ldlex.l
index d1f448f..1210555 100644
--- a/ld/ldlex.l
+++ b/ld/ldlex.l
@@ -74,6 +74,8 @@ keyword_type keywords[] =
"SCRIPT", SCRIPT,
"ENDSCRIPT", ENDSCRIPT,
"NEXT",NEXT,
+"sizeof_headers",SIZEOF_HEADERS,
+"SIZEOF_HEADERS",SIZEOF_HEADERS,
"MAP",MAP,
"SIZEOF",SIZEOF,
"TARGET",TARGET_K,