summaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-08-22 13:44:37 +0000
committerH.J. Lu <hjl@lucon.org>2007-08-22 13:44:37 +0000
commitefd5e4c5e53eff012e25971dfc4206a916cf9896 (patch)
tree33cedbb9b52f3d985f22671b08b8c255414143c9 /bfd/elf64-x86-64.c
parent34f9f0c995003f217aa906766a6c24959216ab30 (diff)
downloadgdb-efd5e4c5e53eff012e25971dfc4206a916cf9896.tar.gz
2007-08-22 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c: Remove trailing whitespace. * elfxx-ia64.c: Likewise.
Diffstat (limited to 'bfd/elf64-x86-64.c')
-rw-r--r--bfd/elf64-x86-64.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index 4a56d713dae..d73b270f759 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -3603,7 +3603,7 @@ elf64_x86_64_merge_symbol (struct bfd_link_info *info ATTRIBUTE_UNUSED,
}
else if (sym->st_shndx == SHN_X86_64_LCOMMON
&& (elf_section_flags (*oldsec) & SHF_X86_64_LARGE) == 0)
- *psec = *sec = bfd_com_section_ptr;
+ *psec = *sec = bfd_com_section_ptr;
}
return TRUE;
@@ -3614,7 +3614,7 @@ elf64_x86_64_additional_program_headers (bfd *abfd,
struct bfd_link_info *info ATTRIBUTE_UNUSED)
{
asection *s;
- int count = 0;
+ int count = 0;
/* Check to see if we need a large readonly segment. */
s = bfd_get_section_by_name (abfd, ".lrodata");
@@ -3644,7 +3644,7 @@ elf64_x86_64_hash_symbol (struct elf_link_hash_entry *h)
return _bfd_elf_hash_symbol (h);
}
-static const struct bfd_elf_special_section
+static const struct bfd_elf_special_section
elf64_x86_64_special_sections[]=
{
{ STRING_COMMA_LEN (".gnu.linkonce.lb"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_X86_64_LARGE},