From 3d61a08a41bd7a0e1df08404c49847f3a8a60a24 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 8 Jan 2008 17:01:48 +0000 Subject: the _dl_errno extern already exists in common headers, so no need for a local one --- ldso/ldso/i386/dl-sysdep.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ldso') 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" -- cgit v1.2.3