pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/pearpc Use regparm calling convention only o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab3e453996d0
branches:  trunk
changeset: 649073:ab3e453996d0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Mar 31 15:25:22 2015 +0000

description:
Use regparm calling convention only on i386.

diffstat:

 emulators/pearpc/distinfo                         |   3 ++-
 emulators/pearpc/patches/patch-src_system_types.h |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 56d389604415 -r ab3e453996d0 emulators/pearpc/distinfo
--- a/emulators/pearpc/distinfo Tue Mar 31 15:24:14 2015 +0000
+++ b/emulators/pearpc/distinfo Tue Mar 31 15:25:22 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2012/11/01 19:45:12 joerg Exp $
+$NetBSD: distinfo,v 1.9 2015/03/31 15:25:22 joerg Exp $
 
 SHA1 (pearpc-0.4.tar.bz2) = 1cfa4f19f9a1de73c209a38d8fda174c0ebe6ad5
 RMD160 (pearpc-0.4.tar.bz2) = 84c831b3ede69721d0fa48d71a30ee0e7ec512fc
@@ -12,3 +12,4 @@
 SHA1 (patch-ag) = 8ec459446fd666b99345d4a8963bcf47e35b0435
 SHA1 (patch-ah) = 0ba6c0f72f3fe382aa07bf2304813417ce2fd6f9
 SHA1 (patch-src_cpu_mem.h) = cb21242ef53e72e0f75fc8ea6119ebad3d08b2e9
+SHA1 (patch-src_system_types.h) = 90cce88a9936616901e43a5c21cb5db11e9ce2da
diff -r 56d389604415 -r ab3e453996d0 emulators/pearpc/patches/patch-src_system_types.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/pearpc/patches/patch-src_system_types.h Tue Mar 31 15:25:22 2015 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_system_types.h,v 1.1 2015/03/31 15:25:22 joerg Exp $
+
+--- src/system/types.h.orig    2015-03-26 10:25:25.000000000 +0000
++++ src/system/types.h
+@@ -42,7 +42,7 @@
+ #ifdef __GNUC__
+ 
+       // FIXME: configure
+-#     ifndef __ppc__
++#     ifdef __i386__
+ #             define FASTCALL __attribute__((regparm (3)))
+ #     else
+ #             define FASTCALL



Home | Main Index | Thread Index | Old Index