From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1238 invoked by alias); 12 Feb 2004 19:08:45 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 1213 invoked by alias); 12 Feb 2004 19:08:44 -0000 Date: Thu, 12 Feb 2004 19:08:00 -0000 Message-ID: <20040212190844.1212.qmail@sources.redhat.com> From: "cvs-commit at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040108194939.13617.ro@techfak.uni-bielefeld.de> References: <20040108194939.13617.ro@techfak.uni-bielefeld.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg01354.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-02-12 19:08 ------- Subject: Bug 13617 CVSROOT: /cvs/gcc Module name: gcc Changes by: rsandifo@gcc.gnu.org 2004-02-12 19:08:35 Modified files: gcc : ChangeLog gcc/config/mips: mips-protos.h mips.h mips.c Log message: PR bootstrap/13617 * config/mips/mips-protos.h (mips_output_aligned_decl_common): Declare. (mips_declare_object): Make variadic. * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use mips_output_aligned_decl_common. * config/mips/mips.c (mips_output_aligned_decl_common): New function. (mips_declare_object): Make variadic. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.2757&r2=2.2758 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips-protos.h.diff?cvsroot=gcc&r1=1.62&r2=1.63 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.h.diff?cvsroot=gcc&r1=1.319&r2=1.320 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.c.diff?cvsroot=gcc&r1=1.379&r2=1.380 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13617