summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/sol-ci.asm
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-07-13 02:00:42 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-07-13 02:00:42 +0000
commit2c44283cf7d4873b6112bb7f2cc4a02ca7471d7b (patch)
treee009973434ae989495f6dc33e67e22ad7fea72d3 /gcc/config/rs6000/sol-ci.asm
parent53d51c456e14dcf611b9220deffc0c39108954b8 (diff)
downloadgcc-2c44283cf7d4873b6112bb7f2cc4a02ca7471d7b.tar.gz
Solaris, shared lib, aix broken compatibiliy
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12439 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/sol-ci.asm')
-rw-r--r--gcc/config/rs6000/sol-ci.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/config/rs6000/sol-ci.asm b/gcc/config/rs6000/sol-ci.asm
index e4ead3210e6..2c9a4d855ce 100644
--- a/gcc/config/rs6000/sol-ci.asm
+++ b/gcc/config/rs6000/sol-ci.asm
@@ -68,12 +68,12 @@ __DTOR_LIST__:
.type __init,@function
__init: stwu %r1,-16(%r1)
mflr %r0
-# stw %r31,12(%r1)
+ stw %r31,12(%r1)
stw %r0,16(%r1)
-# bl _GLOBAL_OFFSET_TABLE_-4 # get the GOT address
-# mflr %r31
-#
+ bl _GLOBAL_OFFSET_TABLE_-4 # get the GOT address
+ mflr %r31
+
# lwz %r3,_ex_shared0@got(%r31)
# lwz %r4,-8(%r3) # _ex_register or 0
# cmpi %cr0,%r4,0
@@ -92,8 +92,8 @@ __fini: stwu %r1,-16(%r1)
stw %r31,12(%r1)
stw %r0,16(%r1)
-# bl _GLOBAL_OFFSET_TABLE_-4 # get the GOT address
-# mflr %r31
+ bl _GLOBAL_OFFSET_TABLE_-4 # get the GOT address
+ mflr %r31
# _environ and its evil twin environ, pointing to the environment
.comm _environ,4,4