From: bje Date: Thu, 19 Nov 2009 14:06:33 +0000 (+0000) Subject: binutils/ X-Git-Tag: cgen-snapshot-20091201~145 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=40b9cbc9cc92bb2fbe669484e8a891eac3117a6c;p=pf3gnuchains%2Fpf3gnuchains4x.git binutils/ * arlex.l: Enable noinput, nounput flex options. * syslex.l: Likewise. ld/ * ldlex.l: Enable nounput flex option. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 040ba3f0d2..05a696a8ee 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ +2009-11-19 Ben Elliston + + * arlex.l: Enable noinput, nounput flex options. + * syslex.l: Likewise. + 2009-11-17 Paul Brook - Daniel Jacobowitz + Daniel Jacobowitz * readelf.c (arm_attr_tag_CPU_arch): Add v7E-M. diff --git a/binutils/arlex.l b/binutils/arlex.l index 48523e4aac..aeac3911ab 100644 --- a/binutils/arlex.l +++ b/binutils/arlex.l @@ -1,3 +1,5 @@ +%option noinput nounput + %{ /* arlex.l - Strange script language lexer */ diff --git a/binutils/syslex.l b/binutils/syslex.l index 2c8a694f14..7e3f29861b 100644 --- a/binutils/syslex.l +++ b/binutils/syslex.l @@ -1,3 +1,5 @@ +%option noinput nounput + %{ /* Copyright 2001, 2003, 2005, 2007 Free Software Foundation, Inc. diff --git a/ld/ChangeLog b/ld/ChangeLog index c4d0f42e87..1e8f51c4da 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2009-11-19 Ben Elliston + + * ldlex.l: Enable nounput flex option. + 2009-11-15 Kai Tietz * pe-dll.c (pe_undef_alias_cdecl_match): New function. 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,