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/81075] [avr] Move jump-tables out of .text


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

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Author: gjl
Date: Mon Jul 10 08:22:47 2017
New Revision: 250091

URL: https://gcc.gnu.org/viewcvs?rev=250091&root=gcc&view=rev
Log:
gcc/
        Move jump-tables out of .text again.
        PR target/81075
        * config/avr/avr.c (ASM_OUTPUT_ADDR_VEC_ELT): Remove function.
        (ASM_OUTPUT_ADDR_VEC): New function.
        (avr_adjust_insn_length) [JUMP_TABLE_DATA_P]: Return 0.
        (avr_final_prescan_insn) [avr_log.insn_addresses]: Dump
        INSN_ADDRESSes as asm comment.
        * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION): Adjust comment.
        (ASM_OUTPUT_ADDR_VEC_ELT): Remove define.
        (ASM_OUTPUT_ADDR_VEC): Define to avr_output_addr_vec.
        * config/avr/avr.md (*tablejump): Adjust comment.
        * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
        * config/avr/avr-log.c (avr_log_set_avr_log) <insn_addresses>:
        New detail.
        * config/avr/avr-protos.h (avr_output_addr_vec_elt): Remove proto.
        (avr_output_addr_vec): New proto.
        (avr_log_t) <insn_addresses>: New field.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr-log.c
    trunk/gcc/config/avr/avr-protos.h
    trunk/gcc/config/avr/avr.c
    trunk/gcc/config/avr/avr.h
    trunk/gcc/config/avr/avr.md
    trunk/gcc/config/avr/elf.h

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