summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-16 09:42:06 +0000
committerRoland McGrath <roland@gnu.org>2005-10-16 09:42:06 +0000
commit51364d735a70a303f8e7a521c6b402801c9e84e0 (patch)
tree5e28c5055f5c6936a758d9ede7a5377d1b221ee4 /sysdeps
parente5e5457451c92ebc8fd526f99e849f800d48cbc4 (diff)
2005-02-10 H.J. Lu <hongjiu.lu@intel.com>
[BZ #1076] * sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/ia64/elf/initfini.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/ia64/elf/initfini.c b/sysdeps/ia64/elf/initfini.c
index 59674fe6f2..3aa44de8f1 100644
--- a/sysdeps/ia64/elf/initfini.c
+++ b/sysdeps/ia64/elf/initfini.c
@@ -116,13 +116,14 @@ __asm__ (".section .init\n"
"/*@_init_PROLOG_ENDS*/\n"
"\n"
"/*@_init_EPILOG_BEGINS*/\n"
+" .section .init\n"
" .proc _init#\n"
+"_init:\n"
" .prologue\n"
" .save ar.pfs, r34\n"
" .vframe r32\n"
" .save rp, r33\n"
" .body\n"
-" .section .init\n"
" .regstk 0,2,0,0\n"
" mov r12 = r32\n"
" mov ar.pfs = r34\n"
@@ -155,6 +156,7 @@ __asm__ (".section .init\n"
"/*@_fini_EPILOG_BEGINS*/\n"
" .section .fini\n"
" .proc _fini#\n"
+"_fini:\n"
" .prologue\n"
" .save ar.pfs, r34\n"
" .vframe r32\n"