Commit 1b30b9cf by Michael Meissner

Fix adddi3 problem from wilson; make sol-ci.asm assemble with new gas

From-SVN: r13839
parent 8bb19658
...@@ -4204,7 +4204,7 @@ ...@@ -4204,7 +4204,7 @@
"" ""
" "
{ {
if (! TARGET_POWERPC64 && non_add_cint_operand (operands[2], DImode)) if (! TARGET_POWERPC64 && non_short_cint_operand (operands[2], DImode))
FAIL; FAIL;
}") }")
......
...@@ -96,6 +96,9 @@ __fini: stwu %r1,-16(%r1) ...@@ -96,6 +96,9 @@ __fini: stwu %r1,-16(%r1)
mflr %r31 mflr %r31
# _environ and its evil twin environ, pointing to the environment # _environ and its evil twin environ, pointing to the environment
.comm _environ,4,4 .section ".sdata","aw"
.align 2
.globl _environ
.space 4
.weak environ .weak environ
.set environ,_environ .set environ,_environ
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment