summaryrefslogtreecommitdiff
path: root/bfd/coffswap.h
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/coffswap.h
parent9134d1a9232ac71f792cc35d1d629ef0307f4af7 (diff)
downloadbinutils-redhat-fede875c5971ff933b71ac578c39b2147301d8de.tar.gz
Support for xcoff64
Diffstat (limited to 'bfd/coffswap.h')
-rw-r--r--bfd/coffswap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/coffswap.h b/bfd/coffswap.h
index 71e4462268..2ff0a3231e 100644
--- a/bfd/coffswap.h
+++ b/bfd/coffswap.h
@@ -286,6 +286,7 @@ coff_swap_filehdr_in (abfd, src, dst)
{
FILHDR *filehdr_src = (FILHDR *) src;
struct internal_filehdr *filehdr_dst = (struct internal_filehdr *) dst;
+
#ifdef COFF_ADJUST_FILEHDR_IN_PRE
COFF_ADJUST_FILEHDR_IN_PRE (abfd, src, dst);
#endif