diff options
author | Tom Rix <trix@redhat.com> | 2001-12-22 17:18:34 +0000 |
---|---|---|
committer | Tom Rix <trix@redhat.com> | 2001-12-22 17:18:34 +0000 |
commit | 9a4c7f16697de0aea00870e4b6b183b149596ceb (patch) | |
tree | 40946176390a99333d4e9c514238c947a632b913 /bfd/bfd-in2.h | |
parent | f3989180859c653c4c59720a0bf706479561884c (diff) | |
download | ppe42-binutils-9a4c7f16697de0aea00870e4b6b183b149596ceb.tar.gz ppe42-binutils-9a4c7f16697de0aea00870e4b6b183b149596ceb.zip |
-binitfini emulation, put __rtinit symbol generation into linker.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 920df8de48..2983138649 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -730,6 +730,8 @@ 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 **)); +extern boolean bfd_xcoff_link_generate_rtinit + PARAMS ((bfd *, const char *, const char *)); /* Externally visible COFF routines. */ |