* target-def.h (TARGET_ASM_TTYPE): Correct typo of TARGET_ARM_TTYPE.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Oct 2009 14:55:10 +0000 (14:55 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Oct 2009 14:55:10 +0000 (14:55 +0000)
* config/arm/unwind-arm.c (__gnu_Unwind_Backtrace): Remove unused
label.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153753 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/unwind-arm.c
gcc/target-def.h

index 5d4bdd5..c6a98f0 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 4eb1821..2c6e004 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 e76e862..ddab977 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