[git] GPG-ERROR - branch, master, updated. libgpg-error-1.21-3-g7137006

by Marek Vasut cvs at cvs.gnupg.org
Wed Jan 13 21:27:21 CET 2016


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  71370060aae7a83f4d6c3b9c924f204a57cc2538 (commit)
      from  1814a9bdc15f00bcf6b13ad16857a4f4922fa1d7 (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 71370060aae7a83f4d6c3b9c924f204a57cc2538
Author: Marek Vasut <marex at denx.de>
Date:   Wed Jan 13 18:12:58 2016 +0100

    Add new lock-obj-pub for NIOS2.
    
    src/syscfg/lock-obj-pub.nios2-unknown-linux-gnu.h: New.

diff --git a/src/Makefile.am b/src/Makefile.am
index e4fe305..8aca7df 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -56,6 +56,7 @@ lock_obj_pub = \
         syscfg/lock-obj-pub.mips-unknown-linux-gnu.h        \
         syscfg/lock-obj-pub.mips64el-unknown-linux-gnuabi64.h \
         syscfg/lock-obj-pub.mipsel-unknown-linux-gnu.h      \
+	syscfg/lock-obj-pub.nios2-unknown-linux-gnu.h       \
         syscfg/lock-obj-pub.or1k-unknown-linux-gnu.h        \
         syscfg/lock-obj-pub.powerpc-unknown-linux-gnu.h     \
         syscfg/lock-obj-pub.powerpc64-unknown-linux-gnu.h   \
diff --git a/src/syscfg/lock-obj-pub.nios2-unknown-linux-gnu.h b/src/syscfg/lock-obj-pub.nios2-unknown-linux-gnu.h
new file mode 100644
index 0000000..dbd46da
--- /dev/null
+++ b/src/syscfg/lock-obj-pub.nios2-unknown-linux-gnu.h
@@ -0,0 +1,23 @@
+## lock-obj-pub.nios2-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 +
 ....m68k-unknown-linux-gnu.h => lock-obj-pub.nios2-unknown-linux-gnu.h} | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 copy src/syscfg/{lock-obj-pub.m68k-unknown-linux-gnu.h => lock-obj-pub.nios2-unknown-linux-gnu.h} (91%)


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




More information about the Gnupg-commits mailing list