summaryrefslogtreecommitdiff
path: root/gcc/target-def.h
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2009-10-30 14:55:10 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2009-10-30 14:55:10 +0000
commit8c686cf5e81deec9260b219d3eccf0a35f435a4c (patch)
treeab2c4de42e18f9a0fd2b09b1bf0b8d29b23237db /gcc/target-def.h
parent954600248c7900bce76ab66f80f148dcf1399809 (diff)
target-def.h (TARGET_ASM_TTYPE): Correct typo of TARGET_ARM_TTYPE.
* target-def.h (TARGET_ASM_TTYPE): Correct typo of TARGET_ARM_TTYPE. * config/arm/unwind-arm.c (__gnu_Unwind_Backtrace): Remove unused label. From-SVN: r153753
Diffstat (limited to 'gcc/target-def.h')
-rw-r--r--gcc/target-def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target-def.h b/gcc/target-def.h
index e76e8621175..ddab977aa2f 100644
--- a/gcc/target-def.h
+++ b/gcc/target-def.h
@@ -84,7 +84,7 @@
#define TARGET_ASM_INTERNAL_LABEL default_internal_label
#endif
-#ifndef TARGET_ARM_TTYPE
+#ifndef TARGET_ASM_TTYPE
#define TARGET_ASM_TTYPE hook_bool_rtx_false
#endif