[rtems-source-builder commit] 6: Use GDB 13.2

Sebastian Huber sebh at rtems.org
Tue Jul 25 05:14:54 UTC 2023


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Jul 24 10:52:57 2023 +0200

6: Use GDB 13.2

Prepare for RTEMS 6.1 release.

Update #4921.

---

 rtems/config/6/rtems-default.bset     |  2 +-
 rtems/config/6/rtems-microblaze.bset  |  2 +-
 rtems/config/tools/rtems-gdb-13.2.cfg | 17 +++++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/rtems/config/6/rtems-default.bset b/rtems/config/6/rtems-default.bset
index b1c81a0..4416c65 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-13.1
+%defineifnot with_rtems_gdb      tools/rtems-gdb-13.2
 %defineifnot with_rtems_binutils tools/rtems-binutils-2.39
 %defineifnot with_rtems_gcc      tools/rtems-gcc-12-newlib-head
 %defineifnot with_rtems_tools    tools/rtems-tools-6
diff --git a/rtems/config/6/rtems-microblaze.bset b/rtems/config/6/rtems-microblaze.bset
index 95fe17e..1870935 100644
--- a/rtems/config/6/rtems-microblaze.bset
+++ b/rtems/config/6/rtems-microblaze.bset
@@ -13,7 +13,7 @@
 
 devel/expat-2.4.8-1
 devel/gmp-6.2.1
-tools/rtems-gdb-13.1
+tools/rtems-gdb-13.2
 
 tools/rtems-xilinx-binutils-2.36
 tools/rtems-xilinx-gcc-10-newlib-head
diff --git a/rtems/config/tools/rtems-gdb-13.2.cfg b/rtems/config/tools/rtems-gdb-13.2.cfg
new file mode 100644
index 0000000..655ffe2
--- /dev/null
+++ b/rtems/config/tools/rtems-gdb-13.2.cfg
@@ -0,0 +1,17 @@
+#
+# GDB 13.2
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gdb_version 13.2
+%define gdb_src_ext xz
+%hash sha512 gdb-%{gdb_version}.tar.xz \
+   gYXT4Rq2Da//WGClAWV3v+fddUfvAevIZ7wkdgPYK3T/dMTylJLH0q7lcHb1K+M+KJ9Ma0FKS4cNSzAEkJ9MNA==
+
+%patch add gdb -p1 --rsb-file=gdb-14067-python-config.diff https://sourceware.org/bugzilla/attachment.cgi?id=14783&format=raw
+%hash sha512 gdb-14067-python-config.diff \
+   HiCV0eQulk0W+G5uu1gCvUn5Ns6bF6RxqOO9kcSi8zpfEHOMzphlOv5cz0IDN5Q8m94na1kRVy++4z6qc43t3w==
+
+%include %{_configdir}/gdb-common-1.cfg



More information about the vc mailing list