From 985142a4c600418a551ff8a24a2a11376f04bb7e Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sun, 28 Apr 2002 12:29:46 +0000 Subject: [PATCH] * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo. * elf32-hppa.c (elf32_hppa_final_link): Formatting. --- bfd/ChangeLog | 5 +++++ bfd/elf32-hppa.c | 2 +- bfd/elf64-x86-64.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 49a9d291ab..4263c8a7fa 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-04-28 Alan Modra + + * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo. + * elf32-hppa.c (elf32_hppa_final_link): Formatting. + 2002-04-26 Alan Modra * opncls.c (bfd_make_readable): Call bfd_section_list_clear. diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c index e0b317b5f3..f658625765 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); } diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index 51f10fcc54..5d77e7b3a8 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -246,7 +246,7 @@ static const bfd_byte elf64_x86_64_plt_entry[PLT_ENTRY_SIZE] = }; /* The x86-64 linker needs to keep track of the number of relocs that - decides to copy as dynamic relocs in check_relocs for each symbol. + it decides to copy as dynamic relocs in check_relocs for each symbol. This is so that it can later discard them if they are found to be unnecessary. We store the information in a field extending the regular ELF linker hash table. */ -- 2.34.1