[git] GPG-ERROR - branch, master, updated. libgpg-error-1.26-10-g67e51f9
by NIIBE Yutaka
cvs at cvs.gnupg.org
Thu Feb 2 12:02:53 CET 2017
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 67e51f9957f875ca854f25f4a9a63aeb831c55c4 (commit)
from 4bfc2117b70415a5c5d3f0a0ac9086e168350d83 (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 67e51f9957f875ca854f25f4a9a63aeb831c55c4
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Thu Feb 2 20:02:12 2017 +0900
syscfg: Add a sh3 architecture.
* src/syscfg/lock-obj-pub.sh3-unknown-linux-gnu.h: New.
* src/Makefile.am (lock_obj_pub): Add it.
--
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/src/Makefile.am b/src/Makefile.am
index d849c42..06ba1cd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -66,6 +66,7 @@ lock_obj_pub = \
syscfg/lock-obj-pub.powerpc64le-unknown-linux-gnu.h \
syscfg/lock-obj-pub.powerpc-unknown-linux-gnuspe.h \
syscfg/lock-obj-pub.s390x-ibm-linux-gnu.h \
+ syscfg/lock-obj-pub.sh3-unknown-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 \
diff --git a/src/syscfg/lock-obj-pub.sh3-unknown-linux-gnu.h b/src/syscfg/lock-obj-pub.sh3-unknown-linux-gnu.h
new file mode 100644
index 0000000..a2ff11f
--- /dev/null
+++ b/src/syscfg/lock-obj-pub.sh3-unknown-linux-gnu.h
@@ -0,0 +1,23 @@
+## lock-obj-pub.sh3-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[24];
+ 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}}}
+##
+## Local Variables:
+## mode: c
+## buffer-read-only: t
+## End:
+##
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 1 +
...pub.sh4-unknown-linux-gnu.h => lock-obj-pub.sh3-unknown-linux-gnu.h} | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
copy src/syscfg/{lock-obj-pub.sh4-unknown-linux-gnu.h => lock-obj-pub.sh3-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