mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-20 11:39:14 +00:00
parent
f18a12a592
commit
8602837fd4
@ -1 +1 @@
|
||||
0f8a39117a2b19a5706726ab31e5b3e9b5bd9c8c
|
||||
72d94ea55bccc7631054aea3008472a290ecb255
|
||||
|
@ -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
|
||||
|
@ -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 @@
|
||||
|
@ -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. */
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user