[git] GPG-ERROR - branch, master, updated. libgpg-error-1.16-2-g33e5504

by Daniel Kahn Gillmor cvs at cvs.gnupg.org
Tue Sep 23 08:58:09 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  33e5504fbb5e5e2ff44023c0a22dfb668ff8b10f (commit)
      from  a39ffed155b14865a1ea00f9b2f19e601874044c (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 33e5504fbb5e5e2ff44023c0a22dfb668ff8b10f
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Sep 22 15:44:40 2014 -0400

    Add new lock-obj-pub for powerpc64el-unknown-linux-gnu.
    
    * src/syscfg/lock-obj-pub.powerpc64el-unknown-linux-gnu.h: New.
    * src/Makefile.am (lock_obj_pub): Add.
    
    --
    
    Here is a arch-specific lock-obj header file for little-endian 64-bit
    powerpc.
    
    Debian-bug-id: 762322

diff --git a/src/Makefile.am b/src/Makefile.am
index 10810a6..def0f45 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -57,6 +57,7 @@ lock_obj_pub = \
         syscfg/lock-obj-pub.mipsel-unknown-linux-gnu.h      \
         syscfg/lock-obj-pub.powerpc-unknown-linux-gnu.h     \
         syscfg/lock-obj-pub.powerpc64-unknown-linux-gnu.h   \
+	syscfg/lock-obj-pub.powerpc64el-unknown-linux-gnu.h \
         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       \
diff --git a/src/syscfg/lock-obj-pub.powerpc64el-unknown-linux-gnu.h b/src/syscfg/lock-obj-pub.powerpc64el-unknown-linux-gnu.h
new file mode 100644
index 0000000..79073d4
--- /dev/null
+++ b/src/syscfg/lock-obj-pub.powerpc64el-unknown-linux-gnu.h
@@ -0,0 +1,25 @@
+## lock-obj-pub.powerpc64le-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 +
 ...nown-linux-gnu.h => lock-obj-pub.powerpc64el-unknown-linux-gnu.h} |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 copy src/syscfg/{lock-obj-pub.powerpc64-unknown-linux-gnu.h => lock-obj-pub.powerpc64el-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