aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2002-02-19 05:01:40 +0000
committerTom Rix <trix@redhat.com>2002-02-19 05:01:40 +0000
commit69f284c74ed40f90e9358f9df122d46194ed91b3 (patch)
treef3a912d0dbea4323bc5fd390508946abe6a06d59 /bfd/bfd-in.h
parent55c0a857d61b0e4ed4c1ee7e4afd5c1771a45859 (diff)
downloadfsf-binutils-gdb-69f284c74ed40f90e9358f9df122d46194ed91b3.zip
fsf-binutils-gdb-69f284c74ed40f90e9358f9df122d46194ed91b3.tar.gz
fsf-binutils-gdb-69f284c74ed40f90e9358f9df122d46194ed91b3.tar.bz2
Add support for -brtl, run time linking, to AIX ld.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r--bfd/bfd-in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index bd8a915..5c21e1d 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -745,9 +745,9 @@ extern boolean bfd_xcoff_record_link_assignment
extern boolean bfd_xcoff_size_dynamic_sections
PARAMS ((bfd *, struct bfd_link_info *, const char *, const char *,
unsigned long, unsigned long, unsigned long, boolean,
- int, boolean, boolean, struct sec **));
+ int, boolean, boolean, struct sec **, boolean));
extern boolean bfd_xcoff_link_generate_rtinit
- PARAMS ((bfd *, const char *, const char *));
+ PARAMS ((bfd *, const char *, const char *, boolean));
/* Externally visible COFF routines. */