summaryrefslogtreecommitdiff
path: root/tools/5/gdb/gdb-sim-cgen-inline.diff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-09 09:07:35 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-09 09:16:48 +0100
commit2da13568ddc41fdeb6e8ddf067bd550bb8753bd8 (patch)
treeffd3048accbbb92874e2e6aa9501859c751e7d1c /tools/5/gdb/gdb-sim-cgen-inline.diff
parentb5a4b156fac4363decc662a0b4373702dd489d16 (diff)
Add tools/5 patches
Update #3220.
Diffstat (limited to '')
-rw-r--r--tools/5/gdb/gdb-sim-cgen-inline.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/5/gdb/gdb-sim-cgen-inline.diff b/tools/5/gdb/gdb-sim-cgen-inline.diff
new file mode 100644
index 0000000..85e1e5e
--- /dev/null
+++ b/tools/5/gdb/gdb-sim-cgen-inline.diff
@@ -0,0 +1,22 @@
+--- gdb-7.7.orig/sim/common/cgen-ops.h 2014-04-30 09:13:57.000000000 +0000
++++ gdb-7.7/sim/common/cgen-ops.h 2014-04-30 09:13:48.000000000 +0000
+@@ -26,7 +26,7 @@
+
+ #if defined (__GNUC__) && ! defined (SEMOPS_DEFINE_INLINE)
+ #define SEMOPS_DEFINE_INLINE
+-#define SEMOPS_INLINE extern inline
++#define SEMOPS_INLINE static inline
+ #else
+ #define SEMOPS_INLINE
+ #endif
+--- gdb-7.7.orig/sim/common/cgen-mem.h 2014-04-30 10:37:07.000000000 +0000
++++ gdb-7.7/sim/common/cgen-mem.h 2014-04-30 10:37:36.000000000 +0000
+@@ -23,7 +23,7 @@
+ #ifdef MEMOPS_DEFINE_INLINE
+ #define MEMOPS_INLINE
+ #else
+-#define MEMOPS_INLINE extern inline
++#define MEMOPS_INLINE static inline
+ #endif
+
+ /* Integer memory read support.