diff options
author | Alan Modra <amodra@gmail.com> | 2012-08-17 02:43:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-08-17 02:43:21 +0000 |
commit | a86852103bb20a87c714d338230b265c94fc5272 (patch) | |
tree | 522c035856ba765f8d7f89f0d06ff7afed3ba0bd /bfd/elf64-ia64-vms.c | |
parent | ed668b34df4ca6f8e8fbd4d5503e6b8e845833c2 (diff) | |
download | gdb-a86852103bb20a87c714d338230b265c94fc5272.zip gdb-a86852103bb20a87c714d338230b265c94fc5272.tar.gz gdb-a86852103bb20a87c714d338230b265c94fc5272.tar.bz2 |
typo fixes
Diffstat (limited to 'bfd/elf64-ia64-vms.c')
-rw-r--r-- | bfd/elf64-ia64-vms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-ia64-vms.c b/bfd/elf64-ia64-vms.c index ef78374..f723068 100644 --- a/bfd/elf64-ia64-vms.c +++ b/bfd/elf64-ia64-vms.c @@ -539,7 +539,7 @@ elf64_ia64_relax_section (bfd *abfd, asection *sec, .plt section. After the first relaxation pass, linker may increase the gap between the .plt and .text sections up to 32byte. We assume linker will always insert 32byte - between the .plt and .text sections after the the first + between the .plt and .text sections after the first relaxation pass. */ if (tsec == ia64_info->root.splt) offset = -0x1000000 + 32; |