]> gcc.gnu.org Git - gcc.git/commitdiff
target-def.h (TARGET_ASM_TTYPE): Correct typo of TARGET_ARM_TTYPE.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 30 Oct 2009 14:55:10 +0000 (14:55 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 30 Oct 2009 14:55:10 +0000 (14:55 +0000)
* 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/ChangeLog
gcc/config/arm/unwind-arm.c
gcc/target-def.h

index 5d4bdd5f9881f4565a3ffb5b92ad123018e6e010..c6a98f04d39744cb32f27c288fbca9eb16a555ef 100644 (file)
@@ -1,3 +1,9 @@
+2009-10-30  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * target-def.h (TARGET_ASM_TTYPE): Correct typo of TARGET_ARM_TTYPE.
+       * config/arm/unwind-arm.c (__gnu_Unwind_Backtrace): Remove unused
+       label.
+
 2009-10-30  Martin Jambor  <mjambor@suse.cz>
 
        * tree-sra.c (build_ref_for_offset_1): Remove a comment.
index 4eb18215f177beddbc6ce9c5914bbf78def7b68d..2c6e004890e372e08a8928096ab69fa8489e338f 100644 (file)
@@ -1000,7 +1000,6 @@ __gnu_Unwind_Backtrace(_Unwind_Trace_Fn trace, void * trace_argument,
   while (code != _URC_END_OF_STACK
         && code != _URC_FAILURE);
 
- finish:
   restore_non_core_regs (&saved_vrs);
   return code;
 }
index e76e86211757f43b5d786b6becafbafdebffa259..ddab977aa2f8f7a3d46cecb236b9804139524913 100644 (file)
@@ -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
 
This page took 0.107073 seconds and 5 git commands to generate.