diff options
Diffstat (limited to 'bfd/elf32-hppa.c')
-rw-r--r-- | bfd/elf32-hppa.c | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c index 8b52ff0..7258a29 100644 --- a/bfd/elf32-hppa.c +++ b/bfd/elf32-hppa.c @@ -119,7 +119,7 @@ /* Variable names follow a coding style. Please follow this (Apps Hungarian) style: - Structure/Variable Prefix + Structure/Variable Prefix elf_link_hash_table "etab" elf_link_hash_entry "eh" @@ -842,7 +842,7 @@ hppa_build_one_stub (struct bfd_hash_entry *bh, void *in_arg) insn = hppa_rebuild_insn ((int) BL22_RP, val, 22); bfd_put_32 (stub_bfd, insn, loc); - bfd_put_32 (stub_bfd, (bfd_vma) NOP, loc + 4); + bfd_put_32 (stub_bfd, (bfd_vma) NOP, loc + 4); bfd_put_32 (stub_bfd, (bfd_vma) LDW_RP, loc + 8); bfd_put_32 (stub_bfd, (bfd_vma) LDSID_RP_R1, loc + 12); bfd_put_32 (stub_bfd, (bfd_vma) MTSP_R1, loc + 16); @@ -1283,7 +1283,7 @@ elf32_hppa_check_relocs (bfd *abfd, case R_PARISC_TLS_IE21L: case R_PARISC_TLS_IE14R: if (bfd_link_dll (info)) - info->flags |= DF_STATIC_TLS; + info->flags |= DF_STATIC_TLS; need_entry = NEED_GOT; break; @@ -2231,7 +2231,7 @@ elf32_hppa_size_dynamic_sections (bfd *output_bfd ATTRIBUTE_UNUSED, if (htab->tls_ldm_got.refcount > 0) { /* Allocate 2 got entries and 1 dynamic reloc for - R_PARISC_TLS_DTPMOD32 relocs. */ + R_PARISC_TLS_DTPMOD32 relocs. */ htab->tls_ldm_got.offset = htab->etab.sgot->size; htab->etab.sgot->size += (GOT_ENTRY_SIZE * 2); htab->etab.srelgot->size += sizeof (Elf32_External_Rela); @@ -3032,9 +3032,9 @@ elf32_hppa_set_gp (bfd *abfd, struct bfd_link_info *info) { if (strcmp (bfd_get_target (abfd), "elf32-hppa-netbsd") != 0) { - /* We know we don't have a .plt. If .got is large, + /* We know we don't have a .plt. If .got is large, offset our LTP. */ - if (sec->size > 0x2000) + if (sec->size > 0x2000) gp_val = 0x2000; } } @@ -4030,9 +4030,9 @@ elf32_hppa_relocate_section (bfd *output_bfd, bfd_byte *loc = NULL; int cur_off = off; - /* The GOT entries have not been initialized yet. Do it - now, and emit any relocations. If both an IE GOT and a - GD GOT are necessary, we emit the GD first. */ + /* The GOT entries have not been initialized yet. Do it + now, and emit any relocations. If both an IE GOT and a + GD GOT are necessary, we emit the GD first. */ if (indx != 0 || (bfd_link_pic (info) @@ -4072,12 +4072,12 @@ elf32_hppa_relocate_section (bfd *output_bfd, } else { - /* If we are not emitting relocations for a - general dynamic reference, then we must be in a - static link or an executable link with the - symbol binding locally. Mark it as belonging - to module 1, the executable. */ - bfd_put_32 (output_bfd, 1, + /* If we are not emitting relocations for a + general dynamic reference, then we must be in a + static link or an executable link with the + symbol binding locally. Mark it as belonging + to module 1, the executable. */ + bfd_put_32 (output_bfd, 1, htab->etab.sgot->contents + cur_off); bfd_put_32 (output_bfd, relocation - dtpoff_base (info), htab->etab.sgot->contents + cur_off + 4); @@ -4147,8 +4147,8 @@ elf32_hppa_relocate_section (bfd *output_bfd, } if ((tls_type & GOT_TLS_GD) - && r_type != R_PARISC_TLS_GD21L - && r_type != R_PARISC_TLS_GD14R) + && r_type != R_PARISC_TLS_GD21L + && r_type != R_PARISC_TLS_GD14R) off += 2 * GOT_ENTRY_SIZE; /* Add the base of the GOT to the relocation value. */ @@ -4382,7 +4382,7 @@ elf32_hppa_reloc_type_class (const struct bfd_link_info *info ATTRIBUTE_UNUSED, case R_PARISC_TLS_DTPMOD32: case R_PARISC_TLS_DTPOFF32: case R_PARISC_TLS_TPREL32: - return reloc_class_normal; + return reloc_class_normal; } if (ELF32_R_SYM (rela->r_info) == STN_UNDEF) |