diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-02-05 14:58:11 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-02-05 14:58:11 +0000 |
commit | 6bbec505786239d3ebad084b673d19cc98a6c644 (patch) | |
tree | 7c56f160c155d49ec0b1df57cc8608c091b7bfe1 /bfd/elf32-i386.c | |
parent | ef3f88bef82381fcc0179efc94f032dbac568d50 (diff) | |
download | gdb-6bbec505786239d3ebad084b673d19cc98a6c644.zip gdb-6bbec505786239d3ebad084b673d19cc98a6c644.tar.gz gdb-6bbec505786239d3ebad084b673d19cc98a6c644.tar.bz2 |
Remove trailing white spaces.
2010-02-05 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c: Remove trailing white spaces.
* elf64-x86-64.c: Likewise.
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r-- | bfd/elf32-i386.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index 7e1baac..e2cdbf7 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -1334,7 +1334,7 @@ elf_i386_check_relocs (bfd *abfd, TRUE); if (h == NULL) return FALSE; - + /* Fake a STT_GNU_IFUNC symbol. */ h->type = STT_GNU_IFUNC; h->def_regular = 1; @@ -1383,7 +1383,7 @@ elf_i386_check_relocs (bfd *abfd, /* It is referenced by a non-shared object. */ h->ref_regular = 1; h->needs_plt = 1; - + /* STT_GNU_IFUNC symbol must go through PLT. */ h->plt.refcount += 1; @@ -2796,7 +2796,7 @@ elf_i386_relocate_section (bfd *output_bfd, bfd_boolean is_vxworks_tls; BFD_ASSERT (is_i386_elf (input_bfd)); - + htab = elf_i386_hash_table (info); if (htab == NULL) return FALSE; @@ -3082,7 +3082,7 @@ elf_i386_relocate_section (bfd *output_bfd, /* We can't use h->got.offset here to save state, or even just remember the offset, as finish_dynamic_symbol would use that as offset into .got. */ - + if (htab->elf.splt != NULL) { plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1; @@ -3514,7 +3514,7 @@ elf_i386_relocate_section (bfd *output_bfd, xchg %ax,%ax */ bfd_vma roff; - + roff = rel->r_offset; bfd_put_8 (output_bfd, 0x66, contents + roff); bfd_put_8 (output_bfd, 0x90, contents + roff + 1); @@ -4130,7 +4130,7 @@ elf_i386_finish_dynamic_symbol (bfd *output_bfd, Get the offset into the .got table of the entry that corresponds to this function. Each .got entry is 4 bytes. The first three are reserved. - + For static executables, we don't reserve anything. */ if (plt == htab->elf.splt) |