aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-hppa.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-06-26 19:55:27 +0000
committerJeff Law <law@redhat.com>1995-06-26 19:55:27 +0000
commit6cb964d4ef3305e03c4da48076b189d0f6a586e8 (patch)
tree10dcad326c7501111d6e5334f4911dc6fa338011 /bfd/elf32-hppa.c
parentfe442b4308951b473a54d8d210aa0835f3853c2f (diff)
downloadgdb-6cb964d4ef3305e03c4da48076b189d0f6a586e8.zip
gdb-6cb964d4ef3305e03c4da48076b189d0f6a586e8.tar.gz
gdb-6cb964d4ef3305e03c4da48076b189d0f6a586e8.tar.bz2
* elf32-hpa.c (elf32_hppa_relocate_section): Close comment before
R_PARISC_DPREL21L handling.
Diffstat (limited to 'bfd/elf32-hppa.c')
-rw-r--r--bfd/elf32-hppa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c
index c2a6ce6..e2aa73e 100644
--- a/bfd/elf32-hppa.c
+++ b/bfd/elf32-hppa.c
@@ -857,7 +857,7 @@ elf32_hppa_relocate_section (output_bfd, info, input_bfd, input_section,
(info, h->root.root.string, input_bfd,
input_section, rel->r_offset)))
return false;
- relocation = 0;
+ break;
}
}
@@ -1300,7 +1300,7 @@ elf32_hppa_bfd_final_link_relocate (howto, input_bfd, output_bfd,
section. If it's a code section, then "data pointer relative" makes
no sense. In that case we don't adjust the "value", and for 21 bit
addil instructions, we change the source addend register from %dp to
- %r0.
+ %r0. */
case R_PARISC_DPREL21L:
r_field = e_lrsel;
if (sym_sec->flags & SEC_CODE)