]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-02-21 H.J. Lu <hongjiu.lu@intel.com>
authorRoland McGrath <roland@gnu.org>
Sun, 16 Oct 2005 09:41:58 +0000 (09:41 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 16 Oct 2005 09:41:58 +0000 (09:41 +0000)
[BZ #1076]
* sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Add local _init
and _fini labels.

linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-initfini.c

index 85fd33f4a8d475dd626801d0ce3dbcb265ef0c77..af8a63c163bcb3b8f746fd62f5b8bf2583e5281b 100644 (file)
@@ -87,6 +87,7 @@ _init:\n\
 /*@_init_EPILOG_BEGINS*/\n\
        .section .init\n\
        .proc _init#\n\
+_init:\n\
        .prologue\n\
        .save ar.pfs, r34\n\
        .vframe r32\n\
@@ -122,6 +123,7 @@ _fini:\n\
 /*@_fini_EPILOG_BEGINS*/\n\
        .section .fini\n\
        .proc _fini#\n\
+_fini:\n\
        .prologue\n\
        .save ar.pfs, r34\n\
        .vframe r32\n\