From 08aa888205798b3416d24544fd06613fd683bb1e Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 16 Mar 2016 15:51:24 +1100 Subject: 4.12/gdb-7.11: Add ERC32 patches to fix the simulator. Updates #2644. --- rtems/config/tools/rtems-gdb-7.11-1.cfg | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'rtems/config/tools/rtems-gdb-7.11-1.cfg') diff --git a/rtems/config/tools/rtems-gdb-7.11-1.cfg b/rtems/config/tools/rtems-gdb-7.11-1.cfg index 2d6bb0a..5f7cf78 100644 --- a/rtems/config/tools/rtems-gdb-7.11-1.cfg +++ b/rtems/config/tools/rtems-gdb-7.11-1.cfg @@ -9,20 +9,22 @@ %define gdb_src_ext xz %hash md5 gdb-%{gdb_version}.tar.xz b5c784685e1cde65ba135feea86b6d75 -# -# Clean up the sim-arange inline code so it builds. -# -#%patch add gdb %{rtems_gdb_patches}/gdb-sim-arange-inline.diff -%hash md5 gdb-sim-arange-inline.diff 11bb2936ea29afeaa023077191fd4705 -#%patch add gdb %{rtems_gdb_patches}/gdb-sim-cgen-inline.diff -%hash md5 gdb-sim-cgen-inline.diff e6f7d6d7295cdba99f51aab514ea9778 - # # aarch64 and x86_64 support. # %patch add gdb -p1 %{rtems_gdb_patches}/gdb-7.11-aarch64-x86_64.patch %hash md5 gdb-7.11-aarch64-x86_64.patch ed53a5339874193f10b9ac6bb995989d +# +# ERC32 simulator fixes. +# +%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 + %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 -- cgit v1.2.3