summaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-06-29 13:16:44 +0000
committerPaul Brook <paul@codesourcery.com>2005-06-29 13:16:44 +0000
commite459ab9deaf700cb3693c4a99cc6a1b2efe2df04 (patch)
tree384eab05aaced6bd08b105c7e0e710272b49f307 /bfd/bfd-in.h
parent9881ee41b770eb87615c1e59ef76bf52e37aa2e6 (diff)
downloadbinutils-redhat-e459ab9deaf700cb3693c4a99cc6a1b2efe2df04.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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index 51a21f8e73..b8c4ef89eb 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 *);