[rtems-source-builder commit] 4.12/gdb-7.11: Add ERC32 patches to fix the simulator.

Chris Johns chrisj at rtems.org
Wed Mar 16 04:55:08 UTC 2016


Module:    rtems-source-builder
Branch:    master
Commit:    08aa888205798b3416d24544fd06613fd683bb1e
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=08aa888205798b3416d24544fd06613fd683bb1e

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Mar 16 15:51:24 2016 +1100

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(-)

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
@@ -10,19 +10,21 @@
 %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




More information about the vc mailing list