summaryrefslogtreecommitdiff
path: root/bfd/libbfd.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2001-05-24 20:59:23 +0000
committerTom Rix <trix@redhat.com>2001-05-24 20:59:23 +0000
commitfede875c5971ff933b71ac578c39b2147301d8de (patch)
treed7c97a63e20065b0f142b6083783e872e7aab693 /bfd/libbfd.c
parent9134d1a9232ac71f792cc35d1d629ef0307f4af7 (diff)
downloadbinutils-redhat-fede875c5971ff933b71ac578c39b2147301d8de.tar.gz
Support for xcoff64
Diffstat (limited to 'bfd/libbfd.c')
-rw-r--r--bfd/libbfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libbfd.c b/bfd/libbfd.c
index 0df7e38e8b..695df8d51a 100644
--- a/bfd/libbfd.c
+++ b/bfd/libbfd.c
@@ -232,6 +232,7 @@ real_read (where, a,b, file)
if (a == 0 || b == 0)
return 0;
+
#if defined (__VAX) && defined (VMS)
/* Apparently fread on Vax VMS does not keep the record length
information. */
@@ -747,7 +748,6 @@ bfd_seek (abfd, position, direction)
file_position += abfd->origin;
result = fseek (f, file_position, direction);
-
if (result != 0)
{
int hold_errno = errno;