mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-10 05:59:30 +08:00
m68k.c: Fix typo in last change defining TARGET_ASM_CAN_OUTPUT_MI_THUNK.
* config/m68k/m68k.c: Fix typo in last change defining TARGET_ASM_CAN_OUTPUT_MI_THUNK. From-SVN: r59432
This commit is contained in:
parent
56b8e164db
commit
bdabc150ce
@ -1,3 +1,8 @@
|
||||
2002-11-24 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* config/m68k/m68k.c: Fix typo in last change defining
|
||||
TARGET_ASM_CAN_OUTPUT_MI_THUNK.
|
||||
|
||||
2002-11-23 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/h8300.c (print_operand): Update the use of
|
||||
|
@ -126,8 +126,8 @@ int m68k_last_compare_had_fp_operands;
|
||||
|
||||
#undef TARGET_ASM_OUTPUT_MI_THUNK
|
||||
#define TARGET_ASM_OUTPUT_MI_THUNK m68k_output_mi_thunk
|
||||
#undef TARGET_ASM_OUTPUT_MI_THUNK
|
||||
#define TARGET_ASM_OUTPUT_MI_THUNK default_can_output_mi_thunk_no_vcall
|
||||
#undef TARGET_ASM_CAN_OUTPUT_MI_THUNK
|
||||
#define TARGET_ASM_CAN_OUTPUT_MI_THUNK default_can_output_mi_thunk_no_vcall
|
||||
|
||||
struct gcc_target targetm = TARGET_INITIALIZER;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user