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

From-SVN: r13839
This commit is contained in:
Michael Meissner 1997-04-06 01:51:07 +00:00
parent 8bb196585a
commit 1b30b9cf1d
2 changed files with 5 additions and 2 deletions

View File

@ -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;
}")

View File

@ -96,6 +96,9 @@ __fini: stwu %r1,-16(%r1)
mflr %r31
# _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
.set environ,_environ