summaryrefslogtreecommitdiff
path: root/bfd/coffswap.h
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2001-05-24 20:50:50 +0000
committerTom Rix <trix@redhat.com>2001-05-24 20:50:50 +0000
commitd80dd5ef75967f20a4a44757ffa72aa3ab54b6da (patch)
treebf3e0462976ab0725c57a4c8223141c351afc39b /bfd/coffswap.h
parent0ef983d4125db2846ca1b0c971789ce76d42a806 (diff)
downloadgdb-d80dd5ef75967f20a4a44757ffa72aa3ab54b6da.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 71e4462268a..2ff0a3231e6 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