This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/61641] [4.9/5 Regression] undefined label in jump_table_data


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61641

--- Comment #10 from John David Anglin <danglin at gcc dot gnu.org> ---
Author: danglin
Date: Sat Aug 16 16:36:33 2014
New Revision: 214064

URL: https://gcc.gnu.org/viewcvs?rev=214064&root=gcc&view=rev
Log:
    PR target/61641
    * config/pa/pa-protos.h (pa_output_addr_vec, pa_output_addr_diff_vec):
    Declare.
    * config/pa/pa.c (pa_reorg): Remove code to insert brtab marker insns.
    (pa_output_addr_vec, pa_output_addr_diff_vec): New.
    * config/pa/pa.h (ASM_OUTPUT_ADDR_VEC, ASM_OUTPUT_ADDR_DIFF_VEC):
    Define.
    * config/pa/pa.md (begin_brtab): Delete insn.
    (end_brtab): Likewise.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/pa/pa-protos.h
    trunk/gcc/config/pa/pa.c
    trunk/gcc/config/pa/pa.h
    trunk/gcc/config/pa/pa.md


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]