~ubuntu-branches/ubuntu/precise/openjdk-7/precise-security

« back to all changes in this revision

Viewing changes to debian/patches/arm-thumb-fix.diff

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-04-11 07:21:41 UTC
  • mfrom: (1.3.8) (8.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120411072141-v8i0x0ejg8sf7i5p
Tags: 7~u3-2.1.1~pre1-1ubuntu1
Regenerate the control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- openjdk/hotspot/src/cpu/zero/vm/arm_cas.S   2012-03-15 14:07:01.000000000 +0100
 
2
+++ openjdk/hotspot/src/cpu/zero/vm/arm_cas.S   2012-04-10 18:05:46.393107662 +0200
 
3
@@ -6,6 +6,7 @@
 
4
        .pushsection .text
 
5
        .global arm_val_compare_and_swap_long
 
6
 #ifdef __thumb__
 
7
+       .syntax unified
 
8
        .thumb_func
 
9
 #endif
 
10
        .type arm_val_compare_and_swap_long, %function