[Debian-astro-commits] [iraf] 02/02: Fix comment delimiter in arm64 zsvjmp.s

Ole Streicher olebole at moszumanska.debian.org
Tue Jan 2 08:27:15 UTC 2018


This is an automated email from the git hooks/post-receive script.

olebole pushed a commit to branch master
in repository iraf.

commit 76651327e0369b9ba47beb3ac41aa580eafb0fb8
Author: Ole Streicher <olebole at debian.org>
Date:   Tue Jan 2 09:26:55 2018 +0100

    Fix comment delimiter in arm64 zsvjmp.s
---
 debian/patches/Add-new-architectures.patch | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/patches/Add-new-architectures.patch b/debian/patches/Add-new-architectures.patch
index 5c360e2..173f56e 100644
--- a/debian/patches/Add-new-architectures.patch
+++ b/debian/patches/Add-new-architectures.patch
@@ -84,15 +84,15 @@ index 0000000..e14b668
 +	b	__sigsetjmp    @ call sigsetjmp
 diff --git a/unix/as.linuxarm64/zsvjmp.s b/unix/as.linuxarm64/zsvjmp.s
 new file mode 100644
-index 0000000..c281dab
+index 0000000..5ebcadf
 --- /dev/null
 +++ b/unix/as.linuxarm64/zsvjmp.s
 @@ -0,0 +1,17 @@
 +	.file	"zsvjmp.s"
 +
-+# Copyright (c) 2018 Peter Green
-+# Distributable under the same license as IRAF
-+# This file contains the Linux arm64 version of ZSVJMP for Debian.
++	// Copyright (c) 2018 Peter Green
++	// Distributable under the same license as IRAF
++	// This file contains the Linux arm64 version of ZSVJMP for Debian.
 +
 +	.arch armv8-a
 +	.text
@@ -100,11 +100,11 @@ index 0000000..c281dab
 +	.type	zsvjmp_, %function
 +
 +zsvjmp_:
-+        str     xzr, [x1]    # *status = 0;
-+        str     x1, [x0], 8  # ((long **)buf)[0] = status;
-+	# also post-increment x0 by 8: 1st arg for sigsetjmp
-+        mov     w1, 0        # 0 --> 2nd arg for sigsetjmp
-+        b      __sigsetjmp   # call sigsetjmp
++        str     xzr, [x1]	// *status = 0;
++        str     x1, [x0], 8	// ((long **)buf)[0] = status
++	// also post-increment x0 by 8: 1st arg for sigsetjmp
++        mov     w1, 0		// 0 --> 2nd arg for sigsetjmp
++        b      __sigsetjmp	// call sigsetjmp
 diff --git a/unix/as.linuxmips/zsvjmp.s b/unix/as.linuxmips/zsvjmp.s
 new file mode 100644
 index 0000000..d6637f4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/iraf.git



More information about the Debian-astro-commits mailing list