mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
binutils/
* arlex.l: Enable noinput, nounput flex options. * syslex.l: Likewise. ld/ * ldlex.l: Enable nounput flex option.
This commit is contained in:
@ -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.
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
%option noinput nounput
|
||||
|
||||
%{
|
||||
/* arlex.l - Strange script language lexer */
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
%option noinput nounput
|
||||
|
||||
%{
|
||||
/* Copyright 2001, 2003, 2005, 2007 Free Software Foundation, Inc.
|
||||
|
||||
|
Reference in New Issue
Block a user