summaryrefslogtreecommitdiff
path: root/bfd/elf32-hppa.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-04-28 12:29:46 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-04-28 12:29:46 +0000
commite92c2ac0a726df7dd58d5208f644f20b9b8e971e (patch)
tree9126153d7eae68858372fca4e00561f8673d2a74 /bfd/elf32-hppa.c
parent0990d1e5b00e2ecc8fada5972044a99f86cc86da (diff)
downloadgdb-e92c2ac0a726df7dd58d5208f644f20b9b8e971e.tar.gz
* elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
* elf32-hppa.c (elf32_hppa_final_link): Formatting.
Diffstat (limited to 'bfd/elf32-hppa.c')
-rw-r--r--bfd/elf32-hppa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c
index e0b317b5f32..f6586257659 100644
--- a/bfd/elf32-hppa.c
+++ b/bfd/elf32-hppa.c
@@ -3282,7 +3282,7 @@ elf32_hppa_final_link (abfd, info)
return false;
/* If we're producing a final executable, sort the contents of the
- unwind section. */
+ unwind section. */
return elf_hppa_sort_unwind (abfd);
}