aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/thumb.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm/thumb.h')
-rw-r--r--gcc/config/arm/thumb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/thumb.h b/gcc/config/arm/thumb.h
index 0f6c60c6390..be2a0e4d5a9 100644
--- a/gcc/config/arm/thumb.h
+++ b/gcc/config/arm/thumb.h
@@ -161,7 +161,7 @@ extern int target_flags;
/* Output a reference to a label. */
#define ASM_OUTPUT_LABELREF(STREAM,NAME) \
- fprintf ((STREAM), "%s%s", USER_LABEL_PREFIX, (NAME))
+ fprintf ((STREAM), "%s%s", user_label_prefix, (NAME))
/* This is how to output an assembler line for a numeric constant byte. */
#define ASM_OUTPUT_BYTE(STREAM,VALUE) \
@@ -977,7 +977,7 @@ int thumb_shiftable_const ();
rtx orig_X = X; \
X = copy_rtx (X); \
push_reload (orig_X, NULL_RTX, &X, NULL_PTR, \
- reload_address_base_reg_class, \
+ BASE_REG_CLASS, \
Pmode, VOIDmode, 0, 0, OPNUM, TYPE); \
goto WIN; \
} \