SHA256
1
0
forked from pool/dynamips

Accepting request 979020 from home:mnhauke

- Update to version 0.2.22
  * Fix stack alignment for JIT function call targets.

OBS-URL: https://build.opensuse.org/request/show/979020
OBS-URL: https://build.opensuse.org/package/show/Education/dynamips?expand=0&rev=51
This commit is contained in:
2022-05-24 19:20:27 +00:00
committed by Git OBS Bridge
parent dd6f465964
commit 90ae9ee111
5 changed files with 18 additions and 10 deletions
+6
View File
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 24 16:15:37 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.2.22
* Fix stack alignment for JIT function call targets.
-------------------------------------------------------------------
Wed Dec 25 10:32:09 UTC 2019 - Martin Hauke <mardnh@gmx.de>
+2 -2
View File
@@ -1,7 +1,7 @@
#
# spec file for package dynamips
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: dynamips
Version: 0.2.21
Version: 0.2.22
Release: 0
Summary: Cisco router Emulator
License: GPL-2.0-or-later
+7 -5
View File
@@ -1,8 +1,10 @@
--- dynamips-0.2.16/common/dynamips_common.h 2016-03-16 05:05:47.000000000 -0400
+++ dynamips-0.2.16/common/dynamips_common.h 2017-02-28 10:47:30.000000000 -0500
@@ -65,6 +65,8 @@
#define ARCH_BYTE_ORDER ARCH_LITTLE_ENDIAN
#elif defined(__arm__) || defined (__aarch64__)
diff --git a/common/dynamips_common.h b/common/dynamips_common.h
index 0f72f53..ca3a184 100644
--- a/common/dynamips_common.h
+++ b/common/dynamips_common.h
@@ -71,6 +71,8 @@
#define ARCH_BYTE_ORDER ARCH_BIG_ENDIAN
#elif defined(__riscv) || defined(__riscv__)
#define ARCH_BYTE_ORDER ARCH_LITTLE_ENDIAN
+#elif defined(__s390x__)
+#define ARCH_BYTE_ORDER ARCH_BIG_ENDIAN
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08587589db2c3fc637e6345aebf4f9706825c12f45d9e2cf40d4189c604656d2
size 833863
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b3142eb4d2780683ea8781d5f4da6fc39c514d36546392508c74da8ba98240b
size 834274