summaryrefslogtreecommitdiffstats
path: root/binutils/rename.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-04-28 08:30:23 +0000
committerNick Clifton <nickc@redhat.com>2008-04-28 08:30:23 +0000
commit417ed8af836c10ff5c0cbcdc4c011f5024a7269b (patch)
treee8226b5010a9af926802fd3a80993c68c852c791 /binutils/rename.c
parent03ffc2d0a62908f72e010495ebd7f5a7efe08e3f (diff)
downloadppe42-binutils-417ed8af836c10ff5c0cbcdc4c011f5024a7269b.tar.gz
ppe42-binutils-417ed8af836c10ff5c0cbcdc4c011f5024a7269b.zip
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/rename.c')
-rw-r--r--binutils/rename.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/binutils/rename.c b/binutils/rename.c
index 6ae4d29c74..367ed1f02d 100644
--- a/binutils/rename.c
+++ b/binutils/rename.c
@@ -32,12 +32,6 @@
#endif /* HAVE_UTIMES */
#endif /* ! HAVE_GOOD_UTIME_H */
-/* We need to open the file in binary modes on system where that makes
- a difference. */
-#ifndef O_BINARY
-#define O_BINARY 0
-#endif
-
#if ! defined (_WIN32) || defined (__CYGWIN32__)
static int simple_copy (const char *, const char *);
OpenPOWER on IntegriCloud