diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-06-03 01:57:10 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-06-03 01:57:10 +0000 |
commit | cedb70c5450013a9c0f7d25564b63c4394b74ea1 (patch) | |
tree | fe1fa39eb1567435dd4d90c912d6337c5d717163 /bfd/elf32-i386.c | |
parent | 676ab6a01e3c755fec9274e261693e9ee6f7f1a7 (diff) | |
download | gdb-cedb70c5450013a9c0f7d25564b63c4394b74ea1.zip gdb-cedb70c5450013a9c0f7d25564b63c4394b74ea1.tar.gz gdb-cedb70c5450013a9c0f7d25564b63c4394b74ea1.tar.bz2 |
* elf32-arc.c: Fix formatting.
* elf32-arm.h: Likewise.
* elf32-cris.c: Likewise.
* elf32-dlx.c: Likewise.
* elf32-hppa.c: Likewise.
* elf32-i386.c: Likewise.
* elf32-i386qnx.c: Likewise.
* elf32-or32.c: Likewise.
* elf32-s390.c: Likewise.
* elf32-sh64.c: Likewise.
* elf32-vax.c: Likewise.
* elf32-xstormy16.c: Likewise.
* elf64-alpha.c: Likewise.
* elf64-mmix.c: Likewise.
* elf64-ppc.c: Likewise.
* elf64-s390.c: Likewise.
* elf64-sh64.c: Likewise.
* elf64-x86-64.c: Likewise.
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r-- | bfd/elf32-i386.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index f5b6477..652fb1a 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -594,7 +594,7 @@ elf_i386_mkobject (abfd) return false; return true; } - + static boolean elf_i386_object_p (abfd) bfd *abfd; @@ -1400,7 +1400,7 @@ elf_i386_adjust_dynamic_symbol (info, h) } /* If we didn't find any dynamic relocs in read-only sections, then - we'll be keeping the dynamic relocs and avoiding the copy reloc. */ + we'll be keeping the dynamic relocs and avoiding the copy reloc. */ if (p == NULL) { h->elf_link_hash_flags &= ~ELF_LINK_NON_GOT_REF; @@ -1552,7 +1552,7 @@ allocate_dynrelocs (h, inf) && !info->shared && h->dynindx == -1 && elf_i386_hash_entry(h)->tls_type == GOT_TLS_IE) - h->got.offset = (bfd_vma) -1; + h->got.offset = (bfd_vma) -1; else if (h->got.refcount > 0) { asection *s; @@ -2885,7 +2885,7 @@ elf_i386_finish_dynamic_symbol (output_bfd, info, h, sym) the .plt section. Leave the value alone. This is a clue for the dynamic linker, to make function pointer comparisons work between an application and shared - library. */ + library. */ sym->st_shndx = SHN_UNDEF; } } |