From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24529 invoked by alias); 24 Mar 2002 08:16:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 24491 invoked by uid 71); 24 Mar 2002 08:16:01 -0000 Date: Sun, 24 Mar 2002 00:16:00 -0000 Message-ID: <20020324081601.24490.qmail@sources.redhat.com> To: rth@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: rth@gcc.gnu.org Subject: optimization/5742 Reply-To: rth@gcc.gnu.org X-SW-Source: 2002-03/txt/msg00894.txt.bz2 List-Id: The following reply was made to PR optimization/5742; it has been noted by GNATS. From: rth@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: Subject: optimization/5742 Date: 24 Mar 2002 08:13:16 -0000 CVSROOT: /cvs/gcc Module name: gcc Branch: gcc-3_1-branch Changes by: rth@gcc.gnu.org 2002-03-24 00:13:16 Modified files: gcc : ChangeLog machmode.def gcc/config/mips: abi64.h mips-protos.h mips.c mips.h Log message: PR optimization/5742 * machmode.def: Add inner mode field to complex modes. * config/mips/mips.c (mips_function_value): Always define. Add new argument to handle libcalls. * config/mips/mips.h (LIBCALL_VALUE): Use mips_function_value. (FUNCTION_VALUE): Likewise. * config/mips/abi64.h (FUNCTION_VALUE): Remove. * config/mips/mips-protos.h: Update. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.184&r2=1.13152.2.185 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/machmode.def.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.17.2.1&r2=1.17.2.2 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/abi64.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.19&r2=1.19.8.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips-protos.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.15&r2=1.15.8.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.176&r2=1.176.2.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.154.2.1&r2=1.154.2.2