summaryrefslogtreecommitdiff
path: root/ld/ldlex.l
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2009-11-19 05:06:33 +0000
committerBen Elliston <bje@au.ibm.com>2009-11-19 05:06:33 +0000
commit1be5f0e3bc199d1c3c4770f609c073577af76489 (patch)
treed49ccf5174007e32d4f3ca4aef97ab178667a2a6 /ld/ldlex.l
parentca2caa040f03388e6bcc41a8ed7277971155ad41 (diff)
downloadbinutils-redhat-1be5f0e3bc199d1c3c4770f609c073577af76489.tar.gz
binutils/
* arlex.l: Enable noinput, nounput flex options. * syslex.l: Likewise. ld/ * ldlex.l: Enable nounput flex option.
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 ef09eb0412..c6a0254092 100644
--- a/ld/ldlex.l
+++ b/ld/ldlex.l
@@ -1,3 +1,5 @@
+%option nounput
+
%{
/* Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,