From 1b30b9cf1dbd954e15bce114165b72987e419160 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Sun, 6 Apr 1997 01:51:07 +0000 Subject: Fix adddi3 problem from wilson; make sol-ci.asm assemble with new gas From-SVN: r13839 --- gcc/config/rs6000/rs6000.md | 2 +- gcc/config/rs6000/sol-ci.asm | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 2be9880..c64c4f1 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -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; }") diff --git a/gcc/config/rs6000/sol-ci.asm b/gcc/config/rs6000/sol-ci.asm index 2c9a4d8..d0eced3 100644 --- a/gcc/config/rs6000/sol-ci.asm +++ b/gcc/config/rs6000/sol-ci.asm @@ -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 -- cgit v1.1