diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-06-03 01:57:10 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-06-03 01:57:10 +0000 |
commit | cedb70c5450013a9c0f7d25564b63c4394b74ea1 (patch) | |
tree | fe1fa39eb1567435dd4d90c912d6337c5d717163 /bfd/elf32-arm.h | |
parent | 676ab6a01e3c755fec9274e261693e9ee6f7f1a7 (diff) | |
download | gdb-cedb70c5450013a9c0f7d25564b63c4394b74ea1.zip gdb-cedb70c5450013a9c0f7d25564b63c4394b74ea1.tar.gz gdb-cedb70c5450013a9c0f7d25564b63c4394b74ea1.tar.bz2 |
* elf32-arc.c: Fix formatting.
* elf32-arm.h: Likewise.
* elf32-cris.c: Likewise.
* elf32-dlx.c: Likewise.
* elf32-hppa.c: Likewise.
* elf32-i386.c: Likewise.
* elf32-i386qnx.c: Likewise.
* elf32-or32.c: Likewise.
* elf32-s390.c: Likewise.
* elf32-sh64.c: Likewise.
* elf32-vax.c: Likewise.
* elf32-xstormy16.c: Likewise.
* elf64-alpha.c: Likewise.
* elf64-mmix.c: Likewise.
* elf64-ppc.c: Likewise.
* elf64-s390.c: Likewise.
* elf64-sh64.c: Likewise.
* elf64-x86-64.c: Likewise.
Diffstat (limited to 'bfd/elf32-arm.h')
-rw-r--r-- | bfd/elf32-arm.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bfd/elf32-arm.h b/bfd/elf32-arm.h index 8285fbd..939eee5 100644 --- a/bfd/elf32-arm.h +++ b/bfd/elf32-arm.h @@ -628,7 +628,7 @@ bfd_elf32_arm_get_bfd_for_interworking (abfd, info) /* Save the bfd for later use. */ globals->bfd_of_glue_owner = abfd; - + return true; } @@ -1540,7 +1540,7 @@ elf32_arm_final_link_relocate (howto, input_bfd, output_bfd, signed_check = check | ~((bfd_vma) -1 >> howto->rightshift); relocation |= (bfd_get_16 (input_bfd, hit_data) & (~ howto->dst_mask)); - + bfd_put_16 (input_bfd, relocation, hit_data); /* Assumes two's complement. */ @@ -1549,7 +1549,7 @@ elf32_arm_final_link_relocate (howto, input_bfd, output_bfd, return bfd_reloc_ok; } - + case R_ARM_GNU_VTINHERIT: case R_ARM_GNU_VTENTRY: return bfd_reloc_ok; @@ -1574,7 +1574,7 @@ elf32_arm_final_link_relocate (howto, input_bfd, output_bfd, if (sgot == NULL) return bfd_reloc_notsupported; - /* If we are addressing a Thumb function, we need to adjust the + /* If we are addressing a Thumb function, we need to adjust the address by one, so that attempts to call the function pointer will correctly interpret it as Thumb code. */ if (sym_flags == STT_ARM_TFUNC) @@ -2374,7 +2374,7 @@ ERROR: %s uses hardware FP, whereas %s uses software FP"), _bfd_error_handler (_("\ Warning: %s supports interworking, whereas %s does not"), bfd_archive_filename (ibfd), - bfd_get_filename (obfd)); + bfd_get_filename (obfd)); } else { |