Commit 27145a64 by Joern Rennecke Committed by Joern Rennecke

re PR target/47084 (am33_2.0-linux fails to build)

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

From-SVN: r168378
parent 68b0818b
...@@ -42,6 +42,10 @@ ...@@ -42,6 +42,10 @@
ATTRIBUTE_UNUSED to declaration. ATTRIBUTE_UNUSED to declaration.
(rs6000_elf_asm_out_destructor): Likewise. (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> 2010-12-30 Mingjie Xing <mingjie.xing@gmail.com>
* config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change
...@@ -56,7 +56,7 @@ extern int mn10300_protect_label; ...@@ -56,7 +56,7 @@ extern int mn10300_protect_label;
do \ do \
{ \ { \
mn10300_protect_label = 1; \ mn10300_protect_label = 1; \
print_operand ((FILE), (X), (CODE)); \ mn10300_print_operand ((FILE), (X), (CODE)); \
mn10300_protect_label = 0; \ mn10300_protect_label = 0; \
} \ } \
while (0) while (0)
...@@ -66,7 +66,7 @@ extern int mn10300_protect_label; ...@@ -66,7 +66,7 @@ extern int mn10300_protect_label;
do \ do \
{ \ { \
mn10300_protect_label = 1; \ mn10300_protect_label = 1; \
print_operand_address ((FILE), (X)); \ mn10300_print_operand_address ((FILE), (X)); \
mn10300_protect_label = 0; \ mn10300_protect_label = 0; \
} \ } \
while (0) while (0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment