[git] GPG-ERROR - branch, master, updated. libgpg-error-1.32-23-ga3f4e88

by Wookey cvs at cvs.gnupg.org
Fri Oct 12 16:45:40 CEST 2018


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  a3f4e8838036a14e87cca811e40c9f670f152fcd (commit)
      from  9f71b28dcb38e1d5d9001692e2f64009396aaf9b (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 a3f4e8838036a14e87cca811e40c9f670f152fcd
Author: Wookey <wookey at debian.org>
Date:   Fri Oct 12 09:57:23 2018 -0400

    syscfg: Add support for arm64ilp32
    
    * src/syscfg/lock-obj-pub.aarch64-unknown-linux-gnu_ilp32.h: New.
    * src/Makefile.am (lock_obj_pub): Add it.
    
    --
    
    Debian-bug-id: 869605
    Co-authored-by: Wookey <wookey at debian.org>
    Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>

diff --git a/src/Makefile.am b/src/Makefile.am
index 03e0b68..d568d73 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -45,6 +45,7 @@ endif
 # Distributed lock object definitions for cross compilation.
 lock_obj_pub = \
         syscfg/lock-obj-pub.aarch64-unknown-linux-gnu.h     \
+        syscfg/lock-obj-pub.aarch64-unknown-linux-gnu_ilp32.h \
 	syscfg/lock-obj-pub.aarch64-apple-darwin.h          \
         syscfg/lock-obj-pub.alpha-unknown-linux-gnu.h       \
         syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h \
diff --git a/src/syscfg/lock-obj-pub.aarch64-unknown-linux-gnu_ilp32.h b/src/syscfg/lock-obj-pub.aarch64-unknown-linux-gnu_ilp32.h
new file mode 100644
index 0000000..61239c3
--- /dev/null
+++ b/src/syscfg/lock-obj-pub.aarch64-unknown-linux-gnu_ilp32.h
@@ -0,0 +1,24 @@
+## lock-obj-pub.aarch64-unknown-linux-gnu_ilp32.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[32];
+    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}}}
+##
+## Local Variables:
+## mode: c
+## buffer-read-only: t
+## End:
+##

-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.am                                                         | 1 +
 ...686-unknown-gnu.h => lock-obj-pub.aarch64-unknown-linux-gnu_ilp32.h} | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 copy src/syscfg/{lock-obj-pub.i686-unknown-gnu.h => lock-obj-pub.aarch64-unknown-linux-gnu_ilp32.h} (91%)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list