diff options
author | Alan Modra <amodra@bigpond.net.au> | 2002-04-28 12:29:46 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2002-04-28 12:29:46 +0000 |
commit | e92c2ac0a726df7dd58d5208f644f20b9b8e971e (patch) | |
tree | 9126153d7eae68858372fca4e00561f8673d2a74 /bfd/elf64-x86-64.c | |
parent | 0990d1e5b00e2ecc8fada5972044a99f86cc86da (diff) | |
download | gdb-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/elf64-x86-64.c')
-rw-r--r-- | bfd/elf64-x86-64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index 51f10fcc549..5d77e7b3a89 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. */ |