aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.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
commit3b2175db9ad908f890b443275ded65876cd325d0 (patch)
tree2c6db626d527b5563691bcf839d3dc2ad23c69c8 /bfd/bfd-in2.h
parentf7e69b447f96744bdaaf3d635fe6cc02b3c2c9e1 (diff)
downloadgdb-3b2175db9ad908f890b443275ded65876cd325d0.zip
gdb-3b2175db9ad908f890b443275ded65876cd325d0.tar.gz
gdb-3b2175db9ad908f890b443275ded65876cd325d0.tar.bz2
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-in2.h')
-rw-r--r--bfd/bfd-in2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 1107dc4..a1ca958 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -705,7 +705,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 *);