diff options
author | Alan Modra <amodra@gmail.com> | 2013-03-06 13:40:51 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-03-06 13:40:51 +0000 |
commit | c54e2ec1422ff0ea450229edea966ce994db408c (patch) | |
tree | 2f39c862ad361fe69a1eb9a19d01ad22ca7305a6 /binutils/ChangeLog | |
parent | 6c77229c00e6c7939fccda484093c35108ee9b21 (diff) | |
download | gdb-c54e2ec1422ff0ea450229edea966ce994db408c.zip gdb-c54e2ec1422ff0ea450229edea966ce994db408c.tar.gz gdb-c54e2ec1422ff0ea450229edea966ce994db408c.tar.bz2 |
* strings.c (get_char): Dispense with buf[]. Instead shift
chars into big-endian value and byte-swap later if
little-endian. Don't EOF check value read from object.
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 1278b1e..bc04889 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2013-03-07 Alan Modra <amodra@gmail.com> + + * strings.c (get_char): Dispense with buf[]. Instead shift + chars into big-endian value and byte-swap later if + little-endian. Don't EOF check value read from object. + 2013-03-05 Corinna Vinschen <vinschen@redhat.com> * configure.in: Build DLL tools on x86_64-*-cygwin* as well. |