diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-15 19:58:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-15 19:58:59 +0000 |
commit | 7c726b6625a0310e63a2b046dc3b4a3162f1ecc1 (patch) | |
tree | 01a48b400c9dcb08a788eadd5669cb8facefa938 /bfd/bfd-in2.h | |
parent | f1d42c04764bed5f58d30bb00515514388c96a5c (diff) | |
download | gdb-7c726b6625a0310e63a2b046dc3b4a3162f1ecc1.zip gdb-7c726b6625a0310e63a2b046dc3b4a3162f1ecc1.tar.gz gdb-7c726b6625a0310e63a2b046dc3b4a3162f1ecc1.tar.bz2 |
* elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add sinterpptr
argument, and set it to the .interp section.
* bfd-in.h (bfd_elf32_size_dynamic_sections): Update prototype.
(bfd_elf64_size_dynamic_sections): Likewise.
* bfd-in2.h: Rebuilt.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 0baeb16..39bda1e 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -532,9 +532,9 @@ extern boolean bfd_elf32_record_link_assignment extern boolean bfd_elf64_record_link_assignment PARAMS ((bfd *, struct bfd_link_info *, const char *)); extern boolean bfd_elf32_size_dynamic_sections - PARAMS ((bfd *, struct bfd_link_info *)); + PARAMS ((bfd *, struct bfd_link_info *, struct sec **)); extern boolean bfd_elf64_size_dynamic_sections - PARAMS ((bfd *, struct bfd_link_info *)); + PARAMS ((bfd *, struct bfd_link_info *, struct sec **)); /* SunOS shared library support routines for the linker. */ |