[PATCH rtems-source-builder 1/2] Update to gdb 13.1 for rtems 6

Joel Sherrill joel at rtems.org
Tue Feb 21 15:25:31 UTC 2023


---
 rtems/config/6/rtems-default.bset     |  2 +-
 rtems/config/tools/rtems-gdb-13.1.cfg | 16 ++++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)
 create mode 100644 rtems/config/tools/rtems-gdb-13.1.cfg

diff --git a/rtems/config/6/rtems-default.bset b/rtems/config/6/rtems-default.bset
index a0601aa..a76efe6 100644
--- a/rtems/config/6/rtems-default.bset
+++ b/rtems/config/6/rtems-default.bset
@@ -12,7 +12,7 @@
 %defineifnot with_rtems_dtc      devel/dtc-1.6.1-1
 %defineifnot with_rtems_expat    devel/expat-2.4.8-1
 %defineifnot with_rtems_gmp      devel/gmp-6.2.1
-%defineifnot with_rtems_gdb      tools/rtems-gdb-12.1
+%defineifnot with_rtems_gdb      tools/rtems-gdb-13.1
 %defineifnot with_rtems_binutils tools/rtems-binutils-2.38
 %defineifnot with_rtems_gcc      tools/rtems-gcc-12-newlib-head
 %defineifnot with_rtems_tools    tools/rtems-tools-6
diff --git a/rtems/config/tools/rtems-gdb-13.1.cfg b/rtems/config/tools/rtems-gdb-13.1.cfg
new file mode 100644
index 0000000..4a6a1c7
--- /dev/null
+++ b/rtems/config/tools/rtems-gdb-13.1.cfg
@@ -0,0 +1,16 @@
+#
+# GDB 12.1
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gdb_version 13.1
+%define gdb_src_ext xz
+%hash sha512 gdb-%{gdb_version}.tar.xz \
+   5lBU/7wDV+7tSxfh7cXvRapzyd3zsSEGUePYWVduJ8HSeyZoAP4mMo7aWIV0VczYYy9AAM/F9j+QhUCWKQGHyg==
+
+#%patch add gdb --rsb-file=gdb-readline8.2.patch https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff_plain;h=1add37b567a7dee39d99f37b37802034c3fce9c4
+#%hash sha512 gdb-readline8.2.patch E/nGalfBBfn0rl/pi1SGIuKD11x0qREZBp3ajaFbl/nGMZUIm31M/1z0FsG76K7IjvE5pPsl2JqESt+LBN9lZA==
+
+%include %{_configdir}/gdb-common-1.cfg
-- 
2.24.4



More information about the devel mailing list