From 5d42a4c2ccd9d7ad45593c5355b876dbd8f85d96 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 25 May 1997 19:08:15 +0000 Subject: [PATCH] (__data_start): Change local label "nofini" to ".Lnofini". --- sysdeps/i386/elf/start.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2