aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ldlex.l2
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index c4d0f42..1e8f51c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-19 Ben Elliston <bje@au.ibm.com>
+
+ * ldlex.l: Enable nounput flex option.
+
2009-11-15 Kai Tietz <kai.tietz@onevision.com>
* pe-dll.c (pe_undef_alias_cdecl_match): New function.
diff --git a/ld/ldlex.l b/ld/ldlex.l
index ef09eb0..c6a0254 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,