diff options
author | Alan Modra <amodra@gmail.com> | 2006-05-02 01:41:20 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-05-02 01:41:20 +0000 |
commit | e460dd0d29973affa0b660495c1426c16d797e4c (patch) | |
tree | 8542592e7efcbdb348cc15b8b18da9395099c2e0 /bfd/elflink.c | |
parent | 641a3af4ae8c3f932f47b25aae158b55cd73618f (diff) | |
download | gdb-e460dd0d29973affa0b660495c1426c16d797e4c.zip gdb-e460dd0d29973affa0b660495c1426c16d797e4c.tar.gz gdb-e460dd0d29973affa0b660495c1426c16d797e4c.tar.bz2 |
* dwarf2.c: Formatting.
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Simplify
output section check.
* elf32-i370.c: Warning fixes inside #ifdef DEBUG.
* elf32-m32c.c: Similarly.
* elf32-ppc.c: Similarly.
* elf32-v850.c: Similarly.
* nlm32-sparc.c: Similarly.
* elfcode.h: Similarly.
(elf_symbol_flags): Delete.
* elflink.c (elf_link_input_bfd): Comment typo.
Diffstat (limited to 'bfd/elflink.c')
-rw-r--r-- | bfd/elflink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elflink.c b/bfd/elflink.c index 0900220..984e828 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -7250,7 +7250,7 @@ elf_link_input_bfd (struct elf_final_link_info *finfo, bfd *input_bfd) /* This is a reloc for a deleted entry or somesuch. Turn it into an R_*_NONE reloc, at the same offset as the last reloc. elf_eh_frame.c and - elf_bfd_discard_info rely on reloc offsets + bfd_elf_discard_info rely on reloc offsets being ordered. */ irela->r_offset = last_offset; irela->r_info = 0; |