Skip to content

Commit

Permalink
binutils: update to version 2.40
Browse files Browse the repository at this point in the history
  • Loading branch information
cproc committed May 2, 2023
1 parent 47de71e commit 8624d25
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion repos/ports/ports/binutils.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0f8a39117a2b19a5706726ab31e5b3e9b5bd9c8c
72d94ea55bccc7631054aea3008472a290ecb255
4 changes: 2 additions & 2 deletions repos/ports/ports/binutils.port
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
LICENSE := GPLv2
VERSION := 2.36.1
VERSION := 2.40
DOWNLOADS := binutils.archive

URL(binutils) := ftp://ftp.fu-berlin.de/gnu/binutils/binutils-$(VERSION).tar.xz
SHA(binutils) := e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0
SHA(binutils) := 0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1
SIG(binutils) := ${URL(binutils)}.sig
KEY(binutils) := GNU
DIR(binutils) := src/noux-pkg/binutils
Expand Down
2 changes: 1 addition & 1 deletion repos/ports/src/noux-pkg/binutils/patches/arm.patch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ From: Christian Prochaska <christian.prochaska@genode-labs.com>
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ld/emultempl/armelf.em b/ld/emultempl/armelf.em
index 0c031080..62886e45 100644
index a9ac12d6..15ce661c 100644
--- a/ld/emultempl/armelf.em
+++ b/ld/emultempl/armelf.em
@@ -22,7 +22,7 @@
Expand Down
10 changes: 5 additions & 5 deletions repos/ports/src/noux-pkg/binutils/patches/bfd.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ From: Christian Prochaska <christian.prochaska@genode-labs.com>
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 7eff85b7..4d24be86 100644
index eddfb31b..b3fc8a94 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -44,6 +44,7 @@ extern "C" {
#include "bfd_stdint.h"
@@ -45,6 +45,7 @@ extern "C" {
#include <stdbool.h>
#include "diagnostics.h"
#include <stdarg.h>
+#include <stdio.h>
#include <string.h>
#include <sys/stat.h>

#if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE)
@@ -6513,7 +6514,7 @@ struct bfd
@@ -6512,7 +6513,7 @@ struct bfd

/* The IOSTREAM, and corresponding IO vector that provide access
to the file backing the BFD. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Revert to old behavior where sections with the same name are augmented
Sebastian Sumpf

diff --git a/ld/ldlang.c b/ld/ldlang.c
index 8cbeda6..10ccc98 100644
index b66d8c6b..6802d4af 100644
--- a/ld/ldlang.c
+++ b/ld/ldlang.c
@@ -7414,7 +7414,7 @@ lang_enter_output_section_statement (const char *output_section_statement_name,
@@ -7370,7 +7370,7 @@ lang_enter_output_section_statement (const char *output_section_statement_name,
lang_output_section_statement_type *os;

os = lang_output_section_statement_lookup (output_section_statement_name,
Expand Down

0 comments on commit 8624d25

Please sign in to comment.