diff options
author | Dilan Palauzov <dilyan.palauzov@aegee.org> | 2017-01-04 16:05:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-01-04 16:05:22 +0000 |
commit | b055631694967585d0c898ac493e1faa3d5e8ee6 (patch) | |
tree | 31ef656b0ca539f6889614381852ecc7328b98bb /binutils/ChangeLog | |
parent | 8cf50cb070642d73acc537010d71c912f921861c (diff) | |
download | gdb-b055631694967585d0c898ac493e1faa3d5e8ee6.zip gdb-b055631694967585d0c898ac493e1faa3d5e8ee6.tar.gz gdb-b055631694967585d0c898ac493e1faa3d5e8ee6.tar.bz2 |
Use noyywrap option in lex files.
ld PR 20958
* ldlex.l (option): Add noyywrap
(yywrap): Delete.
* ldlex.h (yywrap): Delete prototype.
binutils
PR 20958
* syslex.l (option): Add noyywrap
(yywrap): Delete.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6a61d61..d504ff1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org> + + PR 20958 + * syslex.l (option): Add noyywrap + (yywrap): Delete. + 2017-01-02 Alan Modra <amodra@gmail.com> Update year range in copyright notice of all files. |