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
This commit is contained in:
Nathan Sidwell 2009-10-30 14:55:10 +00:00 committed by Nathan Sidwell
parent 954600248c
commit 8c686cf5e8
3 changed files with 7 additions and 2 deletions

View 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.

View 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;
}

View 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