binutils/
authorBen Elliston <bje@au.ibm.com>
Thu, 19 Nov 2009 05:06:35 +0000 (05:06 +0000)
committerBen Elliston <bje@au.ibm.com>
Thu, 19 Nov 2009 05:06:35 +0000 (05: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 040ba3f0d2038aa2ad9ea55a9b1f13b93cce1e15..05a696a8ee801d242b0c8f1087b00bc0998f55d6 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 48523e4aac9ababe6110099bb593170c8d0de37c..aeac3911ab104f064f58db0cd0da1d78078c8552 100644 (file)
@@ -1,3 +1,5 @@
+%option noinput nounput
+
 %{
 /* arlex.l - Strange script language lexer */
 
index 2c8a694f14cf6888155a6f23c388fe0e83e33013..7e3f29861ba72cf6a86fbeffdef269331584d9ce 100644 (file)
@@ -1,3 +1,5 @@
+%option noinput nounput
+
 %{
 /* Copyright 2001, 2003, 2005, 2007 Free Software Foundation, Inc.
 
index c4d0f42e87edbb219237ab23f371280f9993b59e..1e8f51c4da639b19bd4ff62f4a9a5eb112847cb5 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 ef09eb0412af2ebbe0b9edeac07fcd780c53d0cd..c6a0254092f79ffaff46a4322c27ea7c576a7211 100644 (file)
@@ -1,3 +1,5 @@
+%option nounput
+
 %{
 
 /* Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
This page took 0.031811 seconds and 4 git commands to generate.