re PR target/47084 (am33_2.0-linux fails to build)
authorJoern Rennecke <amylaar@spamcop.net>
Fri, 31 Dec 2010 14:34:26 +0000 (14:34 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Fri, 31 Dec 2010 14:34:26 +0000 (14:34 +0000)
PR target/47084
* config/mn10300/linux.h (PRINT_OPERAND): Update for name changes
to mn10300_print_operand / mn10300_print_operand_address.

From-SVN: r168378

gcc/ChangeLog
gcc/config/mn10300/linux.h

index ba2531268ba98abbfad7edfa9079ad35cf38e5c5..035e5f927159ce61c75ecb292297dfbeba76213a 100644 (file)
        ATTRIBUTE_UNUSED to declaration.
        (rs6000_elf_asm_out_destructor): Likewise.
 
+       PR target/47084
+       * config/mn10300/linux.h (PRINT_OPERAND): Update for name changes
+       to mn10300_print_operand / mn10300_print_operand_address.
+
 2010-12-30  Mingjie Xing  <mingjie.xing@gmail.com>
 
        * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change
index cfaa0a8f34121eebfdc37922a063f99e16034786..ca0e10a65e45a704d52fe66974a59f6ad5af75a4 100644 (file)
@@ -56,7 +56,7 @@ extern int mn10300_protect_label;
   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 @@ extern int mn10300_protect_label;
   do                                           \
     {                                          \
       mn10300_protect_label = 1;               \
-      print_operand_address ((FILE), (X));     \
+      mn10300_print_operand_address ((FILE), (X));     \
       mn10300_protect_label = 0;               \
     }                                          \
    while (0)