avr.h (avr_mega_p): Remove declaration.
authorAnatoly Sokolov <aesok@post.ru>
Sun, 6 Apr 2008 20:54:32 +0000 (00:54 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Sun, 6 Apr 2008 20:54:32 +0000 (00:54 +0400)
commit5dc77808914b3924b156c1960636d7c320cdd4c5
tree9ea8e16e1e14b825181bd78914bc9af886b5024e
parent679d963737bf7ed3c3a60feac76a45a12f820a8e
avr.h (avr_mega_p): Remove declaration.

* config/avr/avr.h (avr_mega_p): Remove declaration.
(AVR_MEGA): Remove macro.
* config/avr/avr.c (avr_mega_p): Remove variable.
(avr_override_options): Remove inicializion of avr_mega_p.
Use AVR_HAVE_JMP_CALL instead of AVR_MEGA.
(print_operand): Use AVR_HAVE_JMP_CALL instead of AVR_MEGA.
(avr_jump_mode): (Ditto.).
(avr_output_progmem_section_asm_op): (Ditto.).
(avr_asm_init_sections): (Ditto.).
(avr_asm_init_sections): (Ditto.).
(avr_rtx_costs): (Ditto.).
* config/avr/avr.md: (Ditto.).
* config/avr/avr.h: Use '__AVR_HAVE_JMP_CALL__' instead of
'__AVR_MEGA__'.

From-SVN: r133966
gcc/ChangeLog
gcc/config/avr/avr.c
gcc/config/avr/avr.h
gcc/config/avr/avr.md
gcc/config/avr/libgcc.S