mmix.c (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Redefine as mmix_preferred_output_reload_class.
* config/mmix/mmix.c (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Redefine as mmix_preferred_output_reload_class. From-SVN: r177749
This commit is contained in:
parent
0d557ff8f7
commit
12e502c615
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-08-14 Anatoly Sokolov <aesok@post.ru>
|
||||
|
||||
* config/mmix/mmix.c (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Redefine
|
||||
as mmix_preferred_output_reload_class.
|
||||
|
||||
2011-08-14 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
* PR target/49903
|
||||
|
|
|
@ -260,7 +260,7 @@ static void mmix_conditional_register_usage (void);
|
|||
#undef TARGET_PREFERRED_RELOAD_CLASS
|
||||
#define TARGET_PREFERRED_RELOAD_CLASS mmix_preferred_reload_class
|
||||
#undef TARGET_PREFERRED_OUTPUT_RELOAD_CLASS
|
||||
#define TARGET_PREFERRED_OUTPUT_RELOAD_CLASS mmix_preferred_reload_class
|
||||
#define TARGET_PREFERRED_OUTPUT_RELOAD_CLASS mmix_preferred_output_reload_class
|
||||
|
||||
#undef TARGET_LEGITIMATE_ADDRESS_P
|
||||
#define TARGET_LEGITIMATE_ADDRESS_P mmix_legitimate_address_p
|
||||
|
|
Loading…
Add table
Reference in a new issue