summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils/clone-shadow.patch
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-11-28 10:20:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-29 11:22:09 +0000
commit94cc38623667ec0e044e63e6c9b9adf7ae13df0c (patch)
tree71a22d0ab62e3dfc417c8a49ecf8d9ca3362d0dd /meta/recipes-devtools/binutils/binutils/clone-shadow.patch
parentc62bb97c72b990b1c30e2f4dcef67682685a360d (diff)
downloadast2050-yocto-poky-94cc38623667ec0e044e63e6c9b9adf7ae13df0c.zip
ast2050-yocto-poky-94cc38623667ec0e044e63e6c9b9adf7ae13df0c.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils/clone-shadow.patch')
-rw-r--r--meta/recipes-devtools/binutils/binutils/clone-shadow.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-devtools/binutils/binutils/clone-shadow.patch b/meta/recipes-devtools/binutils/binutils/clone-shadow.patch
index 2939011..73d9db2 100644
--- a/meta/recipes-devtools/binutils/binutils/clone-shadow.patch
+++ b/meta/recipes-devtools/binutils/binutils/clone-shadow.patch
@@ -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;
}
OpenPOWER on IntegriCloud