svn commit: trunk/uClibc/ldso/ldso/i386
vapier at uclibc.org
vapier at uclibc.org
Tue Jan 8 17:01:48 UTC 2008
Author: vapier
Date: 2008-01-08 09:01:48 -0800 (Tue, 08 Jan 2008)
New Revision: 20823
Log:
the _dl_errno extern already exists in common headers, so no need for a local one
Modified:
trunk/uClibc/ldso/ldso/i386/dl-sysdep.h
Changeset:
Modified: trunk/uClibc/ldso/ldso/i386/dl-sysdep.h
===================================================================
--- trunk/uClibc/ldso/ldso/i386/dl-sysdep.h 2008-01-08 12:52:49 UTC (rev 20822)
+++ trunk/uClibc/ldso/ldso/i386/dl-sysdep.h 2008-01-08 17:01:48 UTC (rev 20823)
@@ -59,7 +59,6 @@
/* 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 at GOTOFF(%%ebx), %0\n"
"subl _dl_start at GOT(%%ebx), %0"
More information about the uClibc-cvs
mailing list