OSDN Git Service

binutils/
authorbje <bje>
Thu, 19 Nov 2009 14:06:33 +0000 (14:06 +0000)
committerbje <bje>
Thu, 19 Nov 2009 14:06:33 +0000 (14:06 +0000)
* arlex.l: Enable noinput, nounput flex options.
* syslex.l: Likewise.
ld/
* ldlex.l: Enable nounput flex option.

binutils/ChangeLog
binutils/arlex.l
binutils/syslex.l
ld/ChangeLog
ld/ldlex.l

index 040ba3f..05a696a 100644 (file)
@@ -1,5 +1,10 @@
+2009-11-19  Ben Elliston  <bje@au.ibm.com>
+
+       * arlex.l: Enable noinput, nounput flex options.
+       * syslex.l: Likewise.
+
 2009-11-17  Paul Brook  <paul@codesourcery.com>
-       Daniel Jacobowitz  <dan@codesourcery.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
 
        * readelf.c (arm_attr_tag_CPU_arch): Add v7E-M.
 
index 48523e4..aeac391 100644 (file)
@@ -1,3 +1,5 @@
+%option noinput nounput
+
 %{
 /* arlex.l - Strange script language lexer */
 
index 2c8a694..7e3f298 100644 (file)
@@ -1,3 +1,5 @@
+%option noinput nounput
+
 %{
 /* Copyright 2001, 2003, 2005, 2007 Free Software Foundation, Inc.
 
index c4d0f42..1e8f51c 100644 (file)
@@ -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.
index ef09eb0..c6a0254 100644 (file)
@@ -1,3 +1,5 @@
+%option nounput
+
 %{
 
 /* Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,