changeset 2937:26f5d8596931

Use unified syntax for thumb code. 2012-03-16 Andrew Haley <aph@redhat.com> * hotspot/src/cpu/zero/vm/arm_cas.S: Use unified syntax for thumb code.
author aph
date Fri, 16 Mar 2012 08:36:04 -0400
parents 30c4dc24823a
children a5d04cb60a5c
files src/cpu/zero/vm/arm_cas.S
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/zero/vm/arm_cas.S	Thu Mar 15 09:07:01 2012 -0400
+++ b/src/cpu/zero/vm/arm_cas.S	Fri Mar 16 08:36:04 2012 -0400
@@ -6,6 +6,7 @@
 	.pushsection .text
 	.global arm_val_compare_and_swap_long
 #ifdef __thumb__
+	.syntax	unified
 	.thumb_func
 #endif
 	.type arm_val_compare_and_swap_long, %function