From 2a39795f2e8ab27a96d36c487e6b151a4245e0bb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 13 Nov 2016 14:00:22 -0600 Subject: 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. --- rtems/config/tools/rtems-gdb-7.12-1.cfg | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 rtems/config/tools/rtems-gdb-7.12-1.cfg (limited to 'rtems/config/tools/rtems-gdb-7.12-1.cfg') 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 -- cgit v1.2.3