summaryrefslogtreecommitdiff
path: root/ld/ldlex.l
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2009-11-19 05:06:35 +0000
committerBen Elliston <bje@au.ibm.com>2009-11-19 05:06:35 +0000
commitcfdf38f2b4e7a22ee9f405e347bd8ebcb8a19454 (patch)
treedc87d8476b0fe19304e20b5d5f1129e8d9cee6f5 /ld/ldlex.l
parentf66cfbed9a8d8fa9f32eba7403a2e34b2454b355 (diff)
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,