diff options
author | Alan Modra <amodra@gmail.com> | 2002-04-28 12:29:46 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-04-28 12:29:46 +0000 |
commit | 985142a4c600418a551ff8a24a2a11376f04bb7e (patch) | |
tree | 8db80bd8c45b1c0d9f2817bb71b2a2c070118310 /bfd/elf32-hppa.c | |
parent | 0f3f3d8bfbcfd232866edb14c9b2d02e312dbcf1 (diff) | |
download | gdb-985142a4c600418a551ff8a24a2a11376f04bb7e.zip gdb-985142a4c600418a551ff8a24a2a11376f04bb7e.tar.gz gdb-985142a4c600418a551ff8a24a2a11376f04bb7e.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c index e0b317b..f658625 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); } |