From 1cb175fd7b9b1b954ccbc71f45fd968069c76b2a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 1 Mar 2015 10:09:59 +0000 Subject: binutils: Fix ICE in gold Found when linking busybox using gold linker Change-Id: I47b89998b9cb3d75ac97113a1b0fba109483b198 (From OE-Core rev: f370b72a0d5e13bd4f53daea99f0851517b361a2) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- ...rnal-error-in-do_print_to_mapfile-seen-wi.patch | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 meta/recipes-devtools/binutils/binutils/0001-Fix-an-internal-error-in-do_print_to_mapfile-seen-wi.patch (limited to 'meta/recipes-devtools/binutils/binutils') diff --git a/meta/recipes-devtools/binutils/binutils/0001-Fix-an-internal-error-in-do_print_to_mapfile-seen-wi.patch b/meta/recipes-devtools/binutils/binutils/0001-Fix-an-internal-error-in-do_print_to_mapfile-seen-wi.patch new file mode 100644 index 0000000000..a47faef352 --- /dev/null +++ b/meta/recipes-devtools/binutils/binutils/0001-Fix-an-internal-error-in-do_print_to_mapfile-seen-wi.patch @@ -0,0 +1,36 @@ +From 54583eb23233b5369372ae41768655693d0584ef Mon Sep 17 00:00:00 2001 +From: Khem Raj +Date: Fri, 27 Feb 2015 09:05:49 +0000 +Subject: [PATCH] Fix an internal error in do_print_to_mapfile seen with gold + on arm + +This is due to missing implementation of do_print_to_mapfile for +atrributea section (ARM.attributes), it started to show up after fix +for PR gold/16980 was installed + +Signed-off-by: Khem Raj + +Upstream-Status: Submitted +--- + gold/ChangeLog | 5 +++++ + gold/attributes.h | 4 ++++ + 2 files changed, 9 insertions(+) + +diff --git a/gold/attributes.h b/gold/attributes.h +index c0b171f..6e3ab8c 100644 +--- a/gold/attributes.h ++++ b/gold/attributes.h +@@ -387,6 +387,10 @@ class Output_attributes_section_data : public Output_section_data + { } + + protected: ++ // Write to a map file. ++ void ++ do_print_to_mapfile(Mapfile* mapfile) const ++ { mapfile->print_output_data(this, _("** attributes")); } + // Write the data to the output file. + void + do_write(Output_file*); +-- +2.1.4 + -- cgit v1.2.3-54-g00ecf