aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@spamcop.net>2010-12-31 14:34:26 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2010-12-31 14:34:26 +0000
commit27145a64232702ec7849272ac6a36b98f7e53f8e (patch)
treef74462b6aa8e047c6686ccc555f5af656550c83c /gcc/config
parent68b0818b07c0fe107866dca82bf784db0b30b570 (diff)
downloadgcc-27145a64232702ec7849272ac6a36b98f7e53f8e.zip
gcc-27145a64232702ec7849272ac6a36b98f7e53f8e.tar.gz
gcc-27145a64232702ec7849272ac6a36b98f7e53f8e.tar.bz2
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
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/mn10300/linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mn10300/linux.h b/gcc/config/mn10300/linux.h
index cfaa0a8..ca0e10a 100644
--- a/gcc/config/mn10300/linux.h
+++ b/gcc/config/mn10300/linux.h
@@ -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)