diff options
author | Alan Modra <amodra@gmail.com> | 2009-06-04 08:27:54 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-06-04 08:27:54 +0000 |
commit | e36aef42209e57273a78919b81cc7ae62d32107a (patch) | |
tree | 17e6e2af4914b6df36340b18401f91c9231cd2d4 /binutils/ChangeLog | |
parent | 67a648f17aaf9902891ec61c8025b98612dbbab4 (diff) | |
download | gdb-e36aef42209e57273a78919b81cc7ae62d32107a.zip gdb-e36aef42209e57273a78919b81cc7ae62d32107a.tar.gz gdb-e36aef42209e57273a78919b81cc7ae62d32107a.tar.bz2 |
* strings.c (main): Delay parsing of decimal digits.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 74ff09e..dc4f09b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ 2009-06-04 Alan Modra <amodra@bigpond.net.au> + * strings.c (main): Delay parsing of decimal digits. + +2009-06-04 Alan Modra <amodra@bigpond.net.au> + * dep-in.sed: Don't use \n in replacement part of s command. * Makefile.am (DEP1): LC_ALL for uniq. Run "make dep-am". |