/hg/release/icedtea7-forest-2.1/hotspot: Use unified syntax for ...

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Wed Apr 11 03:02:52 PDT 2012


changeset 26f5d8596931 in /hg/release/icedtea7-forest-2.1/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/hotspot?cmd=changeset;node=26f5d8596931
author: aph
date: Fri Mar 16 08:36:04 2012 -0400

	Use unified syntax for thumb code.
	2012-03-16  Andrew Haley  <aph at redhat.com>

	        * hotspot/src/cpu/zero/vm/arm_cas.S: Use unified syntax
	        for thumb code.


diffstat:

 src/cpu/zero/vm/arm_cas.S |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 30c4dc24823a -r 26f5d8596931 src/cpu/zero/vm/arm_cas.S
--- 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



More information about the distro-pkg-dev mailing list