summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils/clone-shadow.patch
diff options
context:
space:
mode:
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 2939011c11..73d9db29a5 100644
--- a/meta/recipes-devtools/binutils/binutils/clone-shadow.patch
+++ b/meta/recipes-devtools/binutils/binutils/clone-shadow.patch
@@ -11,11 +11,11 @@ binutils.
11Upstream-Status: Pending 11Upstream-Status: Pending
12 12
13Signed-off-by: Khem Raj <raj.khem@gmail.com> 13Signed-off-by: Khem Raj <raj.khem@gmail.com>
14Index: binutils-2.21.1/gas/config/obj-elf.c 14Index: binutils-2.22/gas/config/obj-elf.c
15=================================================================== 15===================================================================
16--- binutils-2.21.1.orig/gas/config/obj-elf.c 2011-03-23 07:14:03.000000000 -0700 16--- binutils-2.22.orig/gas/config/obj-elf.c
17+++ binutils-2.21.1/gas/config/obj-elf.c 2011-07-16 19:05:57.003831035 -0700 17+++ binutils-2.22/gas/config/obj-elf.c
18@@ -741,10 +741,10 @@ 18@@ -741,10 +741,10 @@ obj_elf_change_section (const char *name
19 } 19 }
20 20
21 static bfd_vma 21 static bfd_vma
@@ -28,7 +28,7 @@ Index: binutils-2.21.1/gas/config/obj-elf.c
28 28
29 while (len > 0) 29 while (len > 0)
30 { 30 {
31@@ -775,7 +775,7 @@ 31@@ -775,7 +775,7 @@ obj_elf_parse_section_letters (char *str
32 attr |= SHF_TLS; 32 attr |= SHF_TLS;
33 break; 33 break;
34 case '?': 34 case '?':
@@ -37,7 +37,7 @@ Index: binutils-2.21.1/gas/config/obj-elf.c
37 break; 37 break;
38 /* Compatibility. */ 38 /* Compatibility. */
39 case 'm': 39 case 'm':
40@@ -978,7 +978,7 @@ 40@@ -978,7 +978,7 @@ obj_elf_section (int push)
41 41
42 if (*input_line_pointer == '"') 42 if (*input_line_pointer == '"')
43 { 43 {
@@ -46,7 +46,7 @@ Index: binutils-2.21.1/gas/config/obj-elf.c
46 46
47 beg = demand_copy_C_string (&dummy); 47 beg = demand_copy_C_string (&dummy);
48 if (beg == NULL) 48 if (beg == NULL)
49@@ -986,7 +986,7 @@ 49@@ -986,7 +986,7 @@ obj_elf_section (int push)
50 ignore_rest_of_line (); 50 ignore_rest_of_line ();
51 return; 51 return;
52 } 52 }
@@ -55,7 +55,7 @@ Index: binutils-2.21.1/gas/config/obj-elf.c
55 55
56 SKIP_WHITESPACE (); 56 SKIP_WHITESPACE ();
57 if (*input_line_pointer == ',') 57 if (*input_line_pointer == ',')
58@@ -1038,10 +1038,10 @@ 58@@ -1038,10 +1038,10 @@ obj_elf_section (int push)
59 attr &= ~SHF_MERGE; 59 attr &= ~SHF_MERGE;
60 } 60 }
61 61
@@ -68,7 +68,7 @@ Index: binutils-2.21.1/gas/config/obj-elf.c
68 } 68 }
69 if ((attr & SHF_GROUP) != 0 && *input_line_pointer == ',') 69 if ((attr & SHF_GROUP) != 0 && *input_line_pointer == ',')
70 { 70 {
71@@ -1063,7 +1063,7 @@ 71@@ -1063,7 +1063,7 @@ obj_elf_section (int push)
72 attr &= ~SHF_GROUP; 72 attr &= ~SHF_GROUP;
73 } 73 }
74 74