diff options
author | Alan Modra <amodra@gmail.com> | 2008-10-20 10:57:33 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-10-20 10:57:33 +0000 |
commit | 58217f292890a480df33735fd9292a4173f6b210 (patch) | |
tree | c1a1f72426c417df209647f252225d266ca995ca /bfd/elf-bfd.h | |
parent | bef264833bf5549bfef8e3495d514ff4a3b72e9f (diff) | |
download | gdb-58217f292890a480df33735fd9292a4173f6b210.zip gdb-58217f292890a480df33735fd9292a4173f6b210.tar.gz gdb-58217f292890a480df33735fd9292a4173f6b210.tar.bz2 |
* elflink.c (bfd_elf_final_link): Move code reading relocs to..
* elf32-spu.c (spu_elf_count_relocs): ..here. Adjust params.
* elf-bfd.h (struct elf_backend_data): Update elf_backend_count_relocs
params.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 993458e..9615a4a 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1012,7 +1012,7 @@ struct elf_backend_data /* Count relocations. Not called for relocatable links or if all relocs are being preserved in the output. */ unsigned int (*elf_backend_count_relocs) - (asection *, Elf_Internal_Rela *); + (struct bfd_link_info *, asection *); /* This function, if defined, is called when an NT_PRSTATUS note is found in a core file. */ |