From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17405 invoked by alias); 18 Mar 2002 13:46:06 -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 17370 invoked by uid 71); 18 Mar 2002 13:46:04 -0000 Date: Mon, 18 Mar 2002 05:46:00 -0000 Message-ID: <20020318134604.17368.qmail@sources.redhat.com> To: rearnsha@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: rearnsha@gcc.gnu.org Subject: target/4863 Reply-To: rearnsha@gcc.gnu.org X-SW-Source: 2002-03/txt/msg00647.txt.bz2 List-Id: The following reply was made to PR target/4863; it has been noted by GNATS. From: rearnsha@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: Subject: target/4863 Date: 18 Mar 2002 13:45:37 -0000 CVSROOT: /cvs/gcc Module name: gcc Branch: gcc-3_1-branch Changes by: rearnsha@gcc.gnu.org 2002-03-18 05:45:36 Modified files: gcc : ChangeLog gcc/config/arm : arm.md arm.c aout.h elf.h aof.h coff.h Log message: PR target/4863 * arm.md (tablejump): Make this a define_expand. For PIC add the offset to the base of the table. (thumb_tablejump): Matcher for Thumb tablejump insn. * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output thumb entries as the difference of two labels. * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise. * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Only put ARM jump tables in the code. * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise. * arm.c (get_jump_table_size): If the table is not in the text section, return zero. 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.125&r2=1.13152.2.126 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/arm.md.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.89.2.1&r2=1.89.2.2 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/arm.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.196.2.2&r2=1.196.2.3 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/aout.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.23&r2=1.23.8.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/elf.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.32&r2=1.32.8.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/aof.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.18&r2=1.18.8.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/arm/coff.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.26&r2=1.26.8.1