diff options
author | Alan Modra <amodra@gmail.com> | 2004-10-10 13:58:05 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-10-10 13:58:05 +0000 |
commit | f12123c0d5ef931a2617b4b3bdb877556133c206 (patch) | |
tree | 483f9e7ea7bae9cb116dc8214e156ba7a620b295 /bfd/elfxx-ia64.c | |
parent | 3472e2e9990e20e2ab0b3326ee7a4c87acd3d715 (diff) | |
download | gdb-f12123c0d5ef931a2617b4b3bdb877556133c206.zip gdb-f12123c0d5ef931a2617b4b3bdb877556133c206.tar.gz gdb-f12123c0d5ef931a2617b4b3bdb877556133c206.tar.bz2 |
* libbfd-in.h (BFD_ASSERT, BFD_FAIL): Wrap macro body in do while.
* libbfd.h: Regnerate.
* elf32-cris.c: Add missing semicolon to BFD_ASSERTs.
* elf32-frv.c: Likewise.
* elf32-m32r.c: Likewise.
* elf32-ppc.c: Likewise.
* elf64-hppa.c: Likewise.
* elfxx-ia64.c: Likewise.
* opncls.c: Likewise.
Diffstat (limited to 'bfd/elfxx-ia64.c')
-rw-r--r-- | bfd/elfxx-ia64.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c index 69ec779..093adbc 100644 --- a/bfd/elfxx-ia64.c +++ b/bfd/elfxx-ia64.c @@ -924,7 +924,7 @@ elfNN_ia64_relax_section (abfd, sec, link_info, again) location of interest is just "sym". */ if (symtype == STT_SECTION) toff += irel->r_addend; - + toff = _bfd_merged_section_offset (abfd, &tsec, elf_section_data (tsec)->sec_info, toff); @@ -1125,7 +1125,7 @@ elfNN_ia64_relax_section (abfd, sec, link_info, again) enough that the data segment moves, which will change the GP. Reset the GP so that we re-calculate next round. We need to do this at the _beginning_ of the next round; now will not do. */ - + /* Clean up and go home. */ while (fixups) { @@ -2458,7 +2458,7 @@ elfNN_ia64_check_relocs (abfd, info, sec, relocs) if (!pltoff) return FALSE; } - + dyn_i->want_pltoff = 1; } if ((need_entry & NEED_DYNREL) && (sec->flags & SEC_ALLOC)) @@ -4178,7 +4178,7 @@ elfNN_ia64_relocate_section (output_bfd, info, input_bfd, input_section, dyn_i = get_dyn_sym_info (ia64_info, h, input_bfd, rel, FALSE); if (dyn_i->want_fptr) { - BFD_ASSERT (h == NULL || h->dynindx == -1) + BFD_ASSERT (h == NULL || h->dynindx == -1); if (!undef_weak_ref) value = set_fptr_entry (output_bfd, info, dyn_i, value); dynindx = -1; @@ -4262,7 +4262,7 @@ elfNN_ia64_relocate_section (output_bfd, info, input_bfd, input_section, case R_IA64_PCREL64I: /* The PCREL21BI reloc is specifically not intended for use with dynamic relocs. PCREL21F and PCREL21M are used for speculation - fixup code, and thus probably ought not be dynamic. The + fixup code, and thus probably ought not be dynamic. The PCREL22 and PCREL64I relocs aren't emitted as dynamic relocs. */ if (dynamic_symbol_p) { |