[rtems-source-builder commit] 5: Update RISC-V Binutils and GDB

Sebastian Huber sebh at rtems.org
Wed Jun 20 06:36:17 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Jun 20 07:37:34 2018 +0200

5: Update RISC-V Binutils and GDB

This includes the following bug fix:

https://sourceware.org/bugzilla/show_bug.cgi?id=23305

Update #3452.

---

 rtems/config/5/rtems-riscv32.bset                  |  4 +--
 rtems/config/5/rtems-riscv64.bset                  |  4 +--
 ...ls-160d1b3d74593bf42155da24569f54a6e7140f65.cfg | 29 ++++++++++++++++++++++
 ...db-160d1b3d74593bf42155da24569f54a6e7140f65.cfg | 14 +++++++++++
 4 files changed, 47 insertions(+), 4 deletions(-)

diff --git a/rtems/config/5/rtems-riscv32.bset b/rtems/config/5/rtems-riscv32.bset
index 3f3cb8d..b01bd3f 100644
--- a/rtems/config/5/rtems-riscv32.bset
+++ b/rtems/config/5/rtems-riscv32.bset
@@ -10,8 +10,8 @@
 5/rtems-autotools
 
 devel/expat-2.1.0-1
-tools/rtems-binutils-773ff7907c05313aebbcd5e8319e5b869ac4f792
+tools/rtems-binutils-160d1b3d74593bf42155da24569f54a6e7140f65
 tools/rtems-gcc-7.3.0-newlib-3.0.0
-tools/rtems-gdb-773ff7907c05313aebbcd5e8319e5b869ac4f792
+tools/rtems-gdb-160d1b3d74593bf42155da24569f54a6e7140f65
 tools/rtems-tools-5-1
 tools/rtems-kernel-5
diff --git a/rtems/config/5/rtems-riscv64.bset b/rtems/config/5/rtems-riscv64.bset
index 1bc9440..2febfac 100644
--- a/rtems/config/5/rtems-riscv64.bset
+++ b/rtems/config/5/rtems-riscv64.bset
@@ -10,8 +10,8 @@
 5/rtems-autotools
 
 devel/expat-2.1.0-1
-tools/rtems-binutils-773ff7907c05313aebbcd5e8319e5b869ac4f792
+tools/rtems-binutils-160d1b3d74593bf42155da24569f54a6e7140f65
 tools/rtems-gcc-7.3.0-newlib-3.0.0
-tools/rtems-gdb-773ff7907c05313aebbcd5e8319e5b869ac4f792
+tools/rtems-gdb-160d1b3d74593bf42155da24569f54a6e7140f65
 tools/rtems-tools-5-1
 tools/rtems-kernel-5
diff --git a/rtems/config/tools/rtems-binutils-160d1b3d74593bf42155da24569f54a6e7140f65.cfg b/rtems/config/tools/rtems-binutils-160d1b3d74593bf42155da24569f54a6e7140f65.cfg
new file mode 100644
index 0000000..80e5333
--- /dev/null
+++ b/rtems/config/tools/rtems-binutils-160d1b3d74593bf42155da24569f54a6e7140f65.cfg
@@ -0,0 +1,29 @@
+#
+# Binutils
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define binutils_version 160d1b3d74593bf42155da24569f54a6e7140f65
+%define binutils_external 1
+%define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version}
+%source set binutils --rsb-file=%{binutils_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{binutils_version}
+%hash sha512 %{binutils_expand_name}.tar.gz 768de99bac5cc875d0b3e0604b05f936dd2d9de2cdb5865d0fe0ccf3f4b53ce2b1cfb41e6e113c18c5e2044a4a33a404f3781cb2a63dc5cb198be8d9974d38f9
+
+#
+# Enable deterministic archives by default. This will be the default
+# there all tools using this binutils will create deterministic
+# archives.
+#
+%define with_deterministic_archives 1
+
+#
+# Enable 64-bit BFD support
+#
+%define with_64_bit_bfd 1
+
+#
+# The binutils build instructions. We use 2.xx Release 1.
+#
+%include %{_configdir}/binutils-2-1.cfg
diff --git a/rtems/config/tools/rtems-gdb-160d1b3d74593bf42155da24569f54a6e7140f65.cfg b/rtems/config/tools/rtems-gdb-160d1b3d74593bf42155da24569f54a6e7140f65.cfg
new file mode 100644
index 0000000..93c8ad9
--- /dev/null
+++ b/rtems/config/tools/rtems-gdb-160d1b3d74593bf42155da24569f54a6e7140f65.cfg
@@ -0,0 +1,14 @@
+#
+# GDB
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gdb_version 160d1b3d74593bf42155da24569f54a6e7140f65
+%define gdb_external 1
+%define gdb_expand_name sourceware-mirror-binutils-gdb-%{gdb_version}
+%source set gdb --rsb-file=%{gdb_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{gdb_version}
+%hash sha512 %{gdb_expand_name}.tar.gz 768de99bac5cc875d0b3e0604b05f936dd2d9de2cdb5865d0fe0ccf3f4b53ce2b1cfb41e6e113c18c5e2044a4a33a404f3781cb2a63dc5cb198be8d9974d38f9
+
+%include %{_configdir}/gdb-7-1.cfg




More information about the vc mailing list