From: Ulrich Drepper Date: Sun, 25 May 1997 19:08:15 +0000 (+0000) Subject: (__data_start): Change local label "nofini" to ".Lnofini". X-Git-Tag: cvs/libc-2_0_4~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d42a4c2ccd9d7ad45593c5355b876dbd8f85d96;p=thirdparty%2Fglibc.git (__data_start): Change local label "nofini" to ".Lnofini". --- diff --git a/sysdeps/i386/elf/start.S b/sysdeps/i386/elf/start.S index 8b7faaefc45..706e5c963f5 100644 --- a/sysdeps/i386/elf/start.S +++ b/sysdeps/i386/elf/start.S @@ -50,12 +50,12 @@ _start: pointer; hopefully it will be zero so we don't try to call random pointers. */ testl %edx,%edx - jz nofini + jz .Lnofini pushl %edx call atexit popl %eax /* Pop value to unused register to remove argument from stack. */ -nofini: +.Lnofini: /* Do essential libc initialization. In statically linked programs under the GNU Hurd, this is what sets up the