[rtems-source-builder commit] 4.12: Update GDB to gdb-7.11.

Chris Johns chrisj at rtems.org
Mon Mar 14 04:16:27 UTC 2016


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

Author:    Chris Johns <chrisj at rtems.org>
Date:      Mon Mar 14 15:12:41 2016 +1100

4.12: Update GDB to gdb-7.11.

---

 rtems/config/4.12/rtems-default.bset    |  2 +-
 rtems/config/tools/rtems-gdb-7.11-1.cfg | 34 +++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/rtems/config/4.12/rtems-default.bset b/rtems/config/4.12/rtems-default.bset
index 7305946..0083e6a 100644
--- a/rtems/config/4.12/rtems-default.bset
+++ b/rtems/config/4.12/rtems-default.bset
@@ -4,5 +4,5 @@
 devel/expat-2.1.0-1
 tools/rtems-binutils-2.26-1
 tools/rtems-gcc-6-20160228-newlib-2.3.0.20160226-1
-tools/rtems-gdb-7.9-1
+tools/rtems-gdb-7.11-1
 tools/rtems-tools-4.12-1
diff --git a/rtems/config/tools/rtems-gdb-7.11-1.cfg b/rtems/config/tools/rtems-gdb-7.11-1.cfg
new file mode 100644
index 0000000..7d1a448
--- /dev/null
+++ b/rtems/config/tools/rtems-gdb-7.11-1.cfg
@@ -0,0 +1,34 @@
+#
+# GDB 7.11
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gdb_version 7.11
+%define gdb_src_ext xz
+#%hash md5 gdb-%{gdb_version}.tar.xz e6279f26559d839f0b4218a482bcb43e
+
+#
+# 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
+
+%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



More information about the vc mailing list