summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gdb-7.12-1.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-11-13 14:00:22 -0600
committerJoel Sherrill <joel@rtems.org>2016-11-13 14:04:59 -0600
commit2a39795f2e8ab27a96d36c487e6b151a4245e0bb (patch)
tree278cfa3e381f5201880a4950ff1a6655e7a02ac5 /rtems/config/tools/rtems-gdb-7.12-1.cfg
parentrtems-default.bset: Update to gcc-6-20161110 and newlib 2.4.0.20161025 (diff)
downloadrtems-source-builder-2a39795f2e8ab27a96d36c487e6b151a4245e0bb.tar.bz2
rtems-default.bset: Update to gdb 7.12
Clean up comments in mipstx39 file. It doesn't build in gdb 7.12. It is fixed on the gdb master and 7.12 branch. When 7.12.1 comes out, we will need to bump to that.
Diffstat (limited to 'rtems/config/tools/rtems-gdb-7.12-1.cfg')
-rw-r--r--rtems/config/tools/rtems-gdb-7.12-1.cfg33
1 files changed, 33 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-gdb-7.12-1.cfg b/rtems/config/tools/rtems-gdb-7.12-1.cfg
new file mode 100644
index 0000000..c42f056
--- /dev/null
+++ b/rtems/config/tools/rtems-gdb-7.12-1.cfg
@@ -0,0 +1,33 @@
+#
+# GDB 7.12
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gdb_version 7.12
+%define gdb_src_ext xz
+%hash md5 gdb-%{gdb_version}.tar.xz a0a3a00f7499b0c5278ba8676745d180
+
+#
+# ERC32 simulator fixes. (still OK from 7.11)
+#
+%patch add gdb %{rtems_gdb_patches}/gdb-7.11-erc32-endian-fix.diff
+%hash md5 gdb-7.11-erc32-endian-fix.diff d0cd4207f0c7d04cb9bc9b918eebfdc6
+%patch add gdb %{rtems_gdb_patches}/gdb-7.11-erc32-printf_filtered.diff
+%hash md5 gdb-7.11-erc32-printf_filtered.diff 1e03d4c90c0cb4ded7c08963210f7127
+%patch add gdb %{rtems_gdb_patches}/gdb-7.11-erc32-common-run.diff
+%hash md5 gdb-7.11-erc32-common-run.diff e986ce115b81f7dd45f36d6f257af541
+
+#
+# FreeBSD specific fixes (still OK from 7.11)
+#
+%if %{_build_os} == freebsd
+ %patch add gdb -p0 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
+ %hash md5 patch-gdb-python-python-config.py c0260fcca4c1a5509635049c0094eee3
+%endif
+
+#
+# The gdb build instructions. We use 7.xx Release 1.
+#
+%include %{_configdir}/gdb-7-1.cfg