mirror of
https://git.yoctoproject.org/poky
synced 2026-03-10 17:29:40 +01:00
binutils: upgrade from 2.21.1a to 2.22
And rebase the patches to the newer source code This patch is upstream hence deleting it from the recipe. binutils/110-arm-eabi-conf.patch (From OE-Core rev: 715bcfe3701e5ee3e12ee4af9c868a9bbf441525) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c62bb97c72
commit
94cc386236
@@ -11,11 +11,11 @@ binutils.
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
Index: binutils-2.21.1/gas/config/obj-elf.c
|
||||
Index: binutils-2.22/gas/config/obj-elf.c
|
||||
===================================================================
|
||||
--- binutils-2.21.1.orig/gas/config/obj-elf.c 2011-03-23 07:14:03.000000000 -0700
|
||||
+++ binutils-2.21.1/gas/config/obj-elf.c 2011-07-16 19:05:57.003831035 -0700
|
||||
@@ -741,10 +741,10 @@
|
||||
--- binutils-2.22.orig/gas/config/obj-elf.c
|
||||
+++ binutils-2.22/gas/config/obj-elf.c
|
||||
@@ -741,10 +741,10 @@ obj_elf_change_section (const char *name
|
||||
}
|
||||
|
||||
static bfd_vma
|
||||
@@ -28,7 +28,7 @@ Index: binutils-2.21.1/gas/config/obj-elf.c
|
||||
|
||||
while (len > 0)
|
||||
{
|
||||
@@ -775,7 +775,7 @@
|
||||
@@ -775,7 +775,7 @@ obj_elf_parse_section_letters (char *str
|
||||
attr |= SHF_TLS;
|
||||
break;
|
||||
case '?':
|
||||
@@ -37,7 +37,7 @@ Index: binutils-2.21.1/gas/config/obj-elf.c
|
||||
break;
|
||||
/* Compatibility. */
|
||||
case 'm':
|
||||
@@ -978,7 +978,7 @@
|
||||
@@ -978,7 +978,7 @@ obj_elf_section (int push)
|
||||
|
||||
if (*input_line_pointer == '"')
|
||||
{
|
||||
@@ -46,7 +46,7 @@ Index: binutils-2.21.1/gas/config/obj-elf.c
|
||||
|
||||
beg = demand_copy_C_string (&dummy);
|
||||
if (beg == NULL)
|
||||
@@ -986,7 +986,7 @@
|
||||
@@ -986,7 +986,7 @@ obj_elf_section (int push)
|
||||
ignore_rest_of_line ();
|
||||
return;
|
||||
}
|
||||
@@ -55,7 +55,7 @@ Index: binutils-2.21.1/gas/config/obj-elf.c
|
||||
|
||||
SKIP_WHITESPACE ();
|
||||
if (*input_line_pointer == ',')
|
||||
@@ -1038,10 +1038,10 @@
|
||||
@@ -1038,10 +1038,10 @@ obj_elf_section (int push)
|
||||
attr &= ~SHF_MERGE;
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@ Index: binutils-2.21.1/gas/config/obj-elf.c
|
||||
}
|
||||
if ((attr & SHF_GROUP) != 0 && *input_line_pointer == ',')
|
||||
{
|
||||
@@ -1063,7 +1063,7 @@
|
||||
@@ -1063,7 +1063,7 @@ obj_elf_section (int push)
|
||||
attr &= ~SHF_GROUP;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user