summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-06-03 01:57:10 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-06-03 01:57:10 +0000
commitbdaac2233230d14ef1b18e28a052e761f66f9284 (patch)
treecfc0af605b7569f403a1f7e67c976f1ea3d86240 /bfd/elf32-i386.c
parentdecc0f826e5a12fc3e059267d9d5c0b5b53a0630 (diff)
downloadgdb-bdaac2233230d14ef1b18e28a052e761f66f9284.tar.gz
* 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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index f5b64771e37..652fb1a776c 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;
}
}