summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-08 17:01:48 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-08 17:01:48 +0000
commit3d61a08a41bd7a0e1df08404c49847f3a8a60a24 (patch)
tree4308b656658e7a104bf7e38ff38474b58c9c67d0
parent0da018f1d4f4e6199e1ce191651fce4dc499717c (diff)
the _dl_errno extern already exists in common headers, so no need for a local one
-rw-r--r--ldso/ldso/i386/dl-sysdep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/ldso/i386/dl-sysdep.h b/ldso/ldso/i386/dl-sysdep.h
index 6d6039c83..931abe305 100644
--- a/ldso/ldso/i386/dl-sysdep.h
+++ b/ldso/ldso/i386/dl-sysdep.h
@@ -59,7 +59,6 @@ elf_machine_load_address (void)
/* It doesn't matter what variable this is, the reference never makes
it to assembly. We need a dummy reference to some global variable
via the GOT to make sure the compiler initialized %ebx in time. */
- extern int _dl_errno;
Elf32_Addr addr;
__asm__ ("leal _dl_start@GOTOFF(%%ebx), %0\n"
"subl _dl_start@GOT(%%ebx), %0"