From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24399 invoked by alias); 30 Mar 2004 20:44:04 -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 24384 invoked by alias); 30 Mar 2004 20:44:02 -0000 Date: Tue, 30 Mar 2004 20:44:00 -0000 Message-ID: <20040330204402.24383.qmail@sources.redhat.com> From: "cvs-commit at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031006200259.12527.debian-gcc@lists.debian.org> References: <20031006200259.12527.debian-gcc@lists.debian.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/12527] [3.4 regression] [arm] bootstrap error on arm-linux, miscompiling genconstants X-Bugzilla-Reason: CC X-SW-Source: 2004-03/txt/msg03426.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-03-30 20:43 ------- Subject: Bug 12527 CVSROOT: /cvs/gcc Module name: gcc Branch: gcc-3_3-branch Changes by: doko@gcc.gnu.org 2004-03-30 20:43:46 Modified files: gcc : ChangeLog config.gcc gcc/config/arm : arm.c arm.h arm.md elf.h linux-elf.h Log message: 2004-03-30 Matthias Klose Backport: 2004-01-14 Richard Earnshaw PR bootstrap/12527 * config.gcc (arm*-*-linux*): Don't include unknown-elf.h in tm_file. Move linux-gas.h and linux-elf.h before aout.h. * arm/arm.h (INITIALIZE_TRAMPOLINE): Only define if not already. * arm/linux-elf.h (SUBTARGET_CPU_DEFAULT): Define. 2003-05-15 Philip Blundell * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale. All uses updated. (arm_tune_xscale): New variable. (arm_override_options): Set it. (arm_adjust_cost): Use it in place of arm_arch_xscale. (arm_gen_load_multiple): Likewise. (arm_gen_store_multiple): Likewise. * config/arm/arm.md (is_xscale): Likewise. * config/arm/arm.h (arm_tune_xscale): Declare. 2003-04-28 Nick Clifton * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.959&r2=1.16114.2.960 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.gcc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.266.2.23&r2=1.266.2.24 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/arm.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.243.2.6&r2=1.243.2.7 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/arm.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.168.2.3&r2=1.168.2.4 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/arm.md.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.113.2.4&r2=1.113.2.5 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/elf.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.39&r2=1.39.2.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/linux-elf.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.36.2.1&r2=1.36.2.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12527