Hello community,

here is the log from the commit of package asl for openSUSE:Factory checked in 
at 2013-06-13 16:12:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/asl (Old)
 and      /work/SRC/openSUSE:Factory/.asl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "asl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/asl/asl.changes  2012-07-24 17:21:18.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.asl.new/asl.changes     2013-06-13 
16:12:31.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jun 11 10:47:17 UTC 2013 - sch...@suse.de
+
+- asl-aarch64.patch: Add sysdefs bits for aarch64
+
+-------------------------------------------------------------------

New:
----
  asl-aarch64.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ asl.spec ++++++
--- /var/tmp/diff_new_pack.iBuf7z/_old  2013-06-13 16:12:31.000000000 +0200
+++ /var/tmp/diff_new_pack.iBuf7z/_new  2013-06-13 16:12:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package asl
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,6 +41,7 @@
 Patch:          asl-buildfixes.patch
 Patch1:         asl-sle10-compilefix.patch
 Patch2:         asl-ppc64.patch
+Patch3:         asl-aarch64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -70,6 +71,7 @@
 %patch -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 make CC="%__cc" LD="%__cc" CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"

++++++ asl-aarch64.patch ++++++
Index: asl-current/sysdefs.h
===================================================================
--- asl-current.orig/sysdefs.h
+++ asl-current/sysdefs.h
@@ -1244,6 +1244,38 @@ typedef unsigned long long Card64;
 #endif /* __arm */
 
 /*===========================================================================*/
+/* AARCH64 platform */
+
+#ifdef __aarch64__
+
+#define ARCHPRNAME "aarch64"
+
+/*---------------------------------------------------------------------------*/
+/* AARCH64 linux with GCC */
+
+#ifdef __linux__
+#define ARCHSYSNAME "unknown-linux"
+#define DEFSMADE
+#define OPENRDMODE "r"
+#define OPENWRMODE "w"
+#define OPENUPMODE "r+"
+#define IEEEFLOAT
+typedef signed char Integ8;
+typedef unsigned char Card8;
+typedef signed short Integ16;
+typedef unsigned short Card16;
+#define HAS16
+typedef signed int Integ32;
+typedef unsigned int Card32;
+typedef signed long long Integ64;
+typedef unsigned long long Card64;
+#define HAS64
+#define LOCALE_NLS
+#endif /* __linux__ */
+
+#endif /* __aarch64__ */
+
+/*===========================================================================*/
 /* Misc... */
 
 /*---------------------------------------------------------------------------*/
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to