diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/binutils/binutils-2.17/warning-free.patch | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/binutils/binutils-2.17/warning-free.patch')
-rw-r--r-- | packages/binutils/binutils-2.17/warning-free.patch | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/packages/binutils/binutils-2.17/warning-free.patch b/packages/binutils/binutils-2.17/warning-free.patch deleted file mode 100644 index e6424ff59f..0000000000 --- a/packages/binutils/binutils-2.17/warning-free.patch +++ /dev/null @@ -1,94 +0,0 @@ -Index: binutils-2.17/gas/read.c -=================================================================== ---- binutils-2.17.orig/gas/read.c 2006-08-08 11:25:56.000000000 +0200 -+++ binutils-2.17/gas/read.c 2006-08-10 11:19:24.000000000 +0200 -@@ -1283,7 +1283,7 @@ - unsigned int align_limit = ALIGN_LIMIT; - unsigned int align; - char *stop = NULL; -- char stopc; -+ char stopc = 0; - offsetT fill = 0; - int max; - int fill_p; -@@ -1427,7 +1427,7 @@ - offsetT temp, size; - symbolS *symbolP = NULL; - char *stop = NULL; -- char stopc; -+ char stopc = 0; - expressionS exp; - - if (flag_mri) -@@ -1542,7 +1542,7 @@ - symbolS *sym; - offsetT align; - char *stop = NULL; -- char stopc; -+ char stopc = 0; - - if (!flag_mri) - { -@@ -1811,7 +1811,7 @@ - { - offsetT temp; - char *stop = NULL; -- char stopc; -+ char stopc = 0; - - if (flag_mri) - stop = mri_comment_field (&stopc); -@@ -1933,7 +1933,7 @@ - int c; - symbolS *symbolP; - char *stop = NULL; -- char stopc; -+ char stopc = 0; - - if (flag_mri) - stop = mri_comment_field (&stopc); -@@ -2885,7 +2885,7 @@ - expressionS val; - char *p = 0; - char *stop = NULL; -- char stopc; -+ char stopc=0; - int bytes; - - #ifdef md_flush_pending_output -@@ -3061,7 +3061,7 @@ - int flen; - char temp[MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT]; - char *stop = NULL; -- char stopc; -+ char stopc = 0; - - if (flag_mri) - stop = mri_comment_field (&stopc); -@@ -3138,7 +3138,7 @@ - s_struct (int ignore ATTRIBUTE_UNUSED) - { - char *stop = NULL; -- char stopc; -+ char stopc = 0; - - if (flag_mri) - stop = mri_comment_field (&stopc); -@@ -3518,7 +3518,7 @@ - int c; - expressionS exp; - char *stop = NULL; -- char stopc; -+ char stopc = 0; - - #ifdef md_flush_pending_output - md_flush_pending_output (); -@@ -5014,7 +5014,7 @@ - equals (char *sym_name, int reassign) - { - char *stop = NULL; -- char stopc; -+ char stopc = 0; - - input_line_pointer++; - if (*input_line_pointer == '=') |