[git] GPG-ERROR - branch, master, updated. libgpg-error-1.16-3-gf227618
by Daniel Kahn Gillmor
cvs at cvs.gnupg.org
Tue Sep 23 17:33:35 CEST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".
The branch, master has been updated
via f227618e9e0d01e9dd1afbd91f9a509a532717eb (commit)
from 33e5504fbb5e5e2ff44023c0a22dfb668ff8b10f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f227618e9e0d01e9dd1afbd91f9a509a532717eb
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Tue Sep 23 11:17:04 2014 -0400
Add new lock-obj-pub for sparc64-unknown-linux-gnu.
* src/syscfg/lock-obj-pub.sparc64-unknown-linux-gnu.h: New.
* src/Makefile.am (lock_obj_pub): Add.
--
Helmut Grohne writes:
Julien Cristau pointed out that sparc porter machines run 64bit kernels
and can execute 64bit executables. So here we go. I crossed
gen-posix-lock-obj for sparc64, verified that it is indeed a 64bit
executable and attach its output.
Debian-bug-id: 762322
diff --git a/src/Makefile.am b/src/Makefile.am
index def0f45..62579dc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -61,6 +61,7 @@ lock_obj_pub = \
syscfg/lock-obj-pub.s390x-ibm-linux-gnu.h \
syscfg/lock-obj-pub.sh4-unknown-linux-gnu.h \
syscfg/lock-obj-pub.sparc-unknown-linux-gnu.h \
+ syscfg/lock-obj-pub.sparc64-unknown-linux-gnu.h \
syscfg/lock-obj-pub.x86_64-pc-kfreebsd-gnu.h \
syscfg/lock-obj-pub.x86_64-pc-linux-gnu.h \
syscfg/lock-obj-pub.x86_64-pc-linux-gnux32.h \
diff --git a/src/syscfg/lock-obj-pub.sparc64-unknown-linux-gnu.h b/src/syscfg/lock-obj-pub.sparc64-unknown-linux-gnu.h
new file mode 100644
index 0000000..ee309a9
--- /dev/null
+++ b/src/syscfg/lock-obj-pub.sparc64-unknown-linux-gnu.h
@@ -0,0 +1,25 @@
+## lock-obj-pub.sparc64-unknown-linux-gnu.h
+## File created by gen-posix-lock-obj - DO NOT EDIT
+## To be included by mkheader into gpg-error.h
+
+typedef struct
+{
+ long _vers;
+ union {
+ volatile char _priv[40];
+ long _x_align;
+ long *_xp_align;
+ } u;
+} gpgrt_lock_t;
+
+#define GPGRT_LOCK_INITIALIZER {1,{{0,0,0,0,0,0,0,0, \
+ 0,0,0,0,0,0,0,0, \
+ 0,0,0,0,0,0,0,0, \
+ 0,0,0,0,0,0,0,0, \
+ 0,0,0,0,0,0,0,0}}}
+##
+## Local Variables:
+## mode: c
+## buffer-read-only: t
+## End:
+##
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 1 +
...86_64-pc-linux-gnu.h => lock-obj-pub.sparc64-unknown-linux-gnu.h} | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
copy src/syscfg/{lock-obj-pub.x86_64-pc-linux-gnu.h => lock-obj-pub.sparc64-unknown-linux-gnu.h} (92%)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list