diff options
author | Nick Clifton <nickc@redhat.com> | 2002-03-18 12:46:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-03-18 12:46:15 +0000 |
commit | f0e895500edcc5e20e134db3dd9f35c484b37811 (patch) | |
tree | 8a63a09ddbcd476d2d8b773e48305e6c6e7b691c /bfd/bfd-in.h | |
parent | 14a4d0145a03acf3a1f21f162e41ceb825e92086 (diff) | |
download | gdb-f0e895500edcc5e20e134db3dd9f35c484b37811.tar.gz |
Add AIX 64 shared library support and emulation layer for binutils
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 5c21e1debdb..81cc80152f5 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -749,6 +749,9 @@ extern boolean bfd_xcoff_size_dynamic_sections extern boolean bfd_xcoff_link_generate_rtinit PARAMS ((bfd *, const char *, const char *, boolean)); +/* XCOFF support routines for ar. */ +extern boolean bfd_xcoff_ar_archive_set_magic PARAMS ((bfd *, char *)); + /* Externally visible COFF routines. */ #if defined(__STDC__) || defined(ALMOST_STDC) |