diff options
author | Paul Brook <paul@codesourcery.com> | 2005-06-29 13:16:44 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-06-29 13:16:44 +0000 |
commit | a89f31d308d8ea2de2f6f1e21637d99c43bdfd08 (patch) | |
tree | 3d02138cc31b11c5e8451d6556d925eb71c8e0ac /bfd/bfd-in.h | |
parent | 2091bc3f18a960dfde57cf50af1915dcfbb063a6 (diff) | |
download | gdb-a89f31d308d8ea2de2f6f1e21637d99c43bdfd08.tar.gz |
2005-06-29 Paul Brook <paul@codesourcery.com>
* bfd-in.h (_bfd_elf_provide_symbol): Update prototype.
* bfd-in2.h: Regenerate.
* elf32-ppc.c (ppc_elf_set_sdata_syms): Make sdata symbols section
relative.
* elflink.c (bfd_elf_set_symbol): Add section argument.
(_bfd_elf_provide_symbol): Ditto.
(_bfd_elf_provide_section_bound_symbols): Pass NULL section argument.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 51a21f8e73d..b8c4ef89eba 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -698,7 +698,7 @@ extern struct bfd_section *_bfd_elf_tls_setup (bfd *, struct bfd_link_info *); extern void _bfd_elf_provide_symbol - (struct bfd_link_info *, const char *, bfd_vma); + (struct bfd_link_info *, const char *, bfd_vma, struct bfd_section *); extern void _bfd_elf_provide_section_bound_symbols (struct bfd_link_info *, struct bfd_section *sec, const char *, const char *); |