Committed: Fix PR target/47084

Joern Rennecke amylaar@spamcop.net
Fri Dec 31 16:27:00 GMT 2010


Tested x86_64-pc-linux-gnu X
   am33_2.0-linux mn10300-elf

Committed as obvious.
-------------- next part --------------
2010-12-31  Joern Rennecke  <amylaar@spamcop.net>

	PR target/47084
	* config/mn10300/linux.h (PRINT_OPERAND): Update for name changes
	to mn10300_print_operand / mn10300_print_operand_address.

Index: config/mn10300/linux.h
===================================================================
--- config/mn10300/linux.h	(revision 168374)
+++ config/mn10300/linux.h	(working copy)
@@ -56,7 +56,7 @@ #define PRINT_OPERAND(FILE, X, CODE)		\
   do						\
     {						\
       mn10300_protect_label = 1;		\
-      print_operand ((FILE), (X), (CODE));	\
+      mn10300_print_operand ((FILE), (X), (CODE));	\
       mn10300_protect_label = 0;		\
     }						\
   while (0)
@@ -66,7 +66,7 @@ #define PRINT_OPERAND_ADDRESS(FILE, X)		
   do						\
     {						\
       mn10300_protect_label = 1;		\
-      print_operand_address ((FILE), (X));	\
+      mn10300_print_operand_address ((FILE), (X));	\
       mn10300_protect_label = 0;		\
     }						\
    while (0)


More information about the Gcc-patches mailing list