aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2010-05-28 18:10:45 +0000
committerSterling Augustine <saugustine@google.com>2010-05-28 18:10:45 +0000
commit7aa091969e42137104101e96592fda46ffcd0e90 (patch)
treea0c2a1a3ca739106a23a61ef13c9c5a8d10fb513 /bfd/libbfd.h
parent1e225492405c82b0b7b9973d8f549e1411168e3d (diff)
downloadgdb-7aa091969e42137104101e96592fda46ffcd0e90.zip
gdb-7aa091969e42137104101e96592fda46ffcd0e90.tar.gz
gdb-7aa091969e42137104101e96592fda46ffcd0e90.tar.bz2
2010-05-28 Sterling Augustine <sterling@tensilica.com>
* elf32-xtensa.c (elf_xtensa_relocate_section): Add a large amount of code to change the bits in the instructions to match the changes in the relocations. Declare dest_addr and sym_sec to help.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r--bfd/libbfd.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index e12bbb4..1a3c39e 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -2242,12 +2242,12 @@ bfd_boolean bfd_generic_merge_sections
(bfd *, struct bfd_link_info *);
bfd_byte *bfd_generic_get_relocated_section_contents
- (bfd *abfd,
- struct bfd_link_info *link_info,
- struct bfd_link_order *link_order,
- bfd_byte *data,
- bfd_boolean relocatable,
- asymbol **symbols);
+ (bfd *,
+ struct bfd_link_info *,
+ struct bfd_link_order *,
+ bfd_byte *,
+ bfd_boolean,
+ asymbol **);
/* Extracted from archures.c. */
extern const bfd_arch_info_type bfd_default_arch_struct;