mirror of git://gcc.gnu.org/git/gcc.git
* config/picochip/picochip.h (INITIALIZE_TRAMPOLINE): Remove.
From-SVN: r152007
This commit is contained in:
parent
8dd65c37e5
commit
454da45131
|
@ -209,6 +209,8 @@
|
|||
* config/pdp11/pdp11.h (TRAMPOLINE_TEMPLATE): Remove.
|
||||
(INITIALIZE_TRAMPOLINE): Move code to pdp11_trampoline_init.
|
||||
|
||||
* config/picochip/picochip.h (INITIALIZE_TRAMPOLINE): Remove.
|
||||
|
||||
2009-09-22 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* config/rs6000/rs6000.c (bdesc_2arg): Fix CODE_FOR_vector_gt* codes
|
||||
|
|
|
@ -482,7 +482,6 @@ extern const enum reg_class picochip_regno_reg_class[FIRST_PSEUDO_REGISTER];
|
|||
|
||||
/* No trampolines. */
|
||||
#define TRAMPOLINE_SIZE 0
|
||||
#define INITIALIZE_TRAMPOLINE(ADDR,FNADDR,CHAIN)
|
||||
|
||||
/* Addressing Modes */
|
||||
|
||||
|
|
Loading…
Reference in New Issue