diff options
author | Nick Clifton <nickc@redhat.com> | 2008-04-28 08:30:23 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-04-28 08:30:23 +0000 |
commit | 417ed8af836c10ff5c0cbcdc4c011f5024a7269b (patch) | |
tree | e8226b5010a9af926802fd3a80993c68c852c791 /binutils/ChangeLog | |
parent | 03ffc2d0a62908f72e010495ebd7f5a7efe08e3f (diff) | |
download | gdb-417ed8af836c10ff5c0cbcdc4c011f5024a7269b.zip gdb-417ed8af836c10ff5c0cbcdc4c011f5024a7269b.tar.gz gdb-417ed8af836c10ff5c0cbcdc4c011f5024a7269b.tar.bz2 |
PR binutils/6449
* objdump.c (slurp_file): Open the file in binary mode.
* ar.c: Remove conditional definition of O_BINARY.
* bin2.c: Likewise.
* rename.c: Likewise.
* strings.c: Likewise.
* sysdep.h: Add conditional definition of O_BINARY.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6ef5a35..b3caac3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2008-04-28 M Thomas <mthomas@rhrk.uni-kl.de> + Nick Clifton <nickc@redhat.com> + + PR binutils/6449 + * objdump.c (slurp_file): Open the file in binary mode. + * ar.c: Remove conditional definition of O_BINARY. + * bin2.c: Likewise. + * rename.c: Likewise. + * strings.c: Likewise. + * sysdep.h: Add conditional definition of O_BINARY. + 2008-04-23 Paolo Bonzini <bonzini@gnu.org> * aclocal.m4: Regenerate. |