From 8c686cf5e81deec9260b219d3eccf0a35f435a4c Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Fri, 30 Oct 2009 14:55:10 +0000 Subject: 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 --- gcc/target-def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/target-def.h') 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 -- cgit v1.2.3