summaryrefslogtreecommitdiff
path: root/cross/binutils
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-05-04 16:07:02 +0000
committerjoerg <joerg@pkgsrc.org>2012-05-04 16:07:02 +0000
commitcf87ba4dffb48212a0f670cf8031c5ff275ee20f (patch)
tree5ce25956c74231cf14933b40e443114d10fcc786 /cross/binutils
parent61017adf00046d31cf03af3cc74431233b4b0c27 (diff)
downloadpkgsrc-cf87ba4dffb48212a0f670cf8031c5ff275ee20f.tar.gz
Fix inline usage.
Diffstat (limited to 'cross/binutils')
-rw-r--r--cross/binutils/distinfo3
-rw-r--r--cross/binutils/patches/patch-opcodes_cgen-ops.h35
2 files changed, 37 insertions, 1 deletions
diff --git a/cross/binutils/distinfo b/cross/binutils/distinfo
index a9e9b8c4c93..6ff65ebf0b1 100644
--- a/cross/binutils/distinfo
+++ b/cross/binutils/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2006/12/29 23:00:32 wulf Exp $
+$NetBSD: distinfo,v 1.7 2012/05/04 16:07:02 joerg Exp $
SHA1 (binutils-2.17.tar.gz) = a9ac9ac4e918568b297033cdc44a38beef8f9f6a
RMD160 (binutils-2.17.tar.gz) = bc5e8b23457f0e2e91f70b93eff00134e2d50434
Size (binutils-2.17.tar.gz) = 18196360 bytes
SHA1 (patch-aa) = 9b1dfc38135cc7fe34f26809a444898001858fb1
SHA1 (patch-af) = 274a98c45fb78af64ed01b59afe3cfcdd3312c86
+SHA1 (patch-opcodes_cgen-ops.h) = 4dbe5cf86675c4f6236582aedf0f1318442dd288
diff --git a/cross/binutils/patches/patch-opcodes_cgen-ops.h b/cross/binutils/patches/patch-opcodes_cgen-ops.h
new file mode 100644
index 00000000000..6c453039795
--- /dev/null
+++ b/cross/binutils/patches/patch-opcodes_cgen-ops.h
@@ -0,0 +1,35 @@
+$NetBSD: patch-opcodes_cgen-ops.h,v 1.1 2012/05/04 16:07:02 joerg Exp $
+
+--- opcodes/cgen-ops.h.orig 2012-04-27 20:34:26.000000000 +0000
++++ opcodes/cgen-ops.h
+@@ -27,7 +27,11 @@ with this program; if not, write to the
+
+ #if defined (__GNUC__) && ! defined (SEMOPS_DEFINE_INLINE)
+ #define SEMOPS_DEFINE_INLINE
+-#define SEMOPS_INLINE extern inline
++# ifdef __GNUC_STDC_INLINE__
++# define SEMOPS_INLINE static inline
++# else
++# define SEMOPS_INLINE extern inline
++# endif
+ #else
+ #define SEMOPS_INLINE
+ #endif
+@@ -298,6 +302,8 @@ extern SI TRUNCDISI (DI);
+ significant and word number 0 is the most significant word.
+ ??? May also wish an endian-dependent version. Later. */
+
++#ifndef SEMOPS_DEFINE_INLINE
++
+ QI SUBWORDSIQI (SI, int);
+ HI SUBWORDSIHI (SI, int);
+ SI SUBWORDSFSI (SF);
+@@ -314,7 +320,7 @@ SI SUBWORDTFSI (TF, int);
+ UQI SUBWORDSIUQI (SI, int);
+ UQI SUBWORDDIUQI (DI, int);
+
+-#ifdef SEMOPS_DEFINE_INLINE
++#else
+
+ SEMOPS_INLINE SF
+ SUBWORDSISF (SI in)