From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27050 invoked by alias); 18 Mar 2002 11:36:05 -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 27030 invoked by uid 71); 18 Mar 2002 11:36:04 -0000 Date: Mon, 18 Mar 2002 03:36:00 -0000 Message-ID: <20020318113604.27029.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/msg00636.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 11:27:43 -0000 CVSROOT: /cvs/gcc Module name: gcc Changes by: rearnsha@gcc.gnu.org 2002-03-18 03:27:42 Modified files: gcc : ChangeLog 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&r1=1.13402&r2=1.13403