From cfdf38f2b4e7a22ee9f405e347bd8ebcb8a19454 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 19 Nov 2009 05:06:35 +0000 Subject: binutils/ * arlex.l: Enable noinput, nounput flex options. * syslex.l: Likewise. ld/ * ldlex.l: Enable nounput flex option. --- binutils/ChangeLog | 7 ++++++- binutils/arlex.l | 2 ++ binutils/syslex.l | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 040ba3f..05a696a 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 48523e4..aeac391 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 2c8a694..7e3f298 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. -- cgit v1.1