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-in.h | |
parent | f3989180859c653c4c59720a0bf706479561884c (diff) | |
download | gdb-9a4c7f16697de0aea00870e4b6b183b149596ceb.zip gdb-9a4c7f16697de0aea00870e4b6b183b149596ceb.tar.gz gdb-9a4c7f16697de0aea00870e4b6b183b149596ceb.tar.bz2 |
-binitfini emulation, put __rtinit symbol generation into linker.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index c578614..c6f2b41 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -724,6 +724,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. */ |