diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-16 18:29:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-16 18:29:21 +0000 |
commit | 04003b573d29aabc3f33ca218fb6d998324e42b7 (patch) | |
tree | 9ad4f9533a39ec7a7cc99a7c7b508747869c2270 /bfd/bfd-in2.h | |
parent | 7b0243215cb14baf7a5c9238d9217e8199ad1f07 (diff) | |
download | gdb-04003b573d29aabc3f33ca218fb6d998324e42b7.zip gdb-04003b573d29aabc3f33ca218fb6d998324e42b7.tar.gz gdb-04003b573d29aabc3f33ca218fb6d998324e42b7.tar.bz2 |
Thu Jun 16 14:25:22 1994 Eric Youngdale (ericy@cais.cais.com)
* i386linux.c: Many new functions and definitions for linker
support for Linux shared libraries.
* bfd-in.h (bfd_linux_size_dynamic_sections): Declare.
* bfd-in2.h: Rebuild.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 7be9691..80c45d7 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -545,6 +545,11 @@ extern boolean bfd_sunos_size_dynamic_sections PARAMS ((bfd *, struct bfd_link_info *, struct sec **, struct sec **, struct sec **)); +/* Linux shared library support routines for the linker. */ + +extern boolean bfd_linux_size_dynamic_sections + PARAMS ((bfd *, struct bfd_link_info *)); + /* And more from the source. */ void bfd_init PARAMS ((void)); |