Commit 8c686cf5 by Nathan Sidwell Committed by Nathan Sidwell

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
parent 95460024
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> 2009-10-30 Martin Jambor <mjambor@suse.cz>
* tree-sra.c (build_ref_for_offset_1): Remove a comment. * tree-sra.c (build_ref_for_offset_1): Remove a comment.
...@@ -1000,7 +1000,6 @@ __gnu_Unwind_Backtrace(_Unwind_Trace_Fn trace, void * trace_argument, ...@@ -1000,7 +1000,6 @@ __gnu_Unwind_Backtrace(_Unwind_Trace_Fn trace, void * trace_argument,
while (code != _URC_END_OF_STACK while (code != _URC_END_OF_STACK
&& code != _URC_FAILURE); && code != _URC_FAILURE);
finish:
restore_non_core_regs (&saved_vrs); restore_non_core_regs (&saved_vrs);
return code; return code;
} }
......
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
#define TARGET_ASM_INTERNAL_LABEL default_internal_label #define TARGET_ASM_INTERNAL_LABEL default_internal_label
#endif #endif
#ifndef TARGET_ARM_TTYPE #ifndef TARGET_ASM_TTYPE
#define TARGET_ASM_TTYPE hook_bool_rtx_false #define TARGET_ASM_TTYPE hook_bool_rtx_false
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment