summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-01 11:35:21 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-01 11:35:21 +0000
commitbdc374886d94b8c8e7848cfa82c123f76bf0c6b5 (patch)
treef05eb7ee4a959535d24dbf2aaae0d03861cee5b3 /toolchain/binutils
parent293af18664fd175403e2fe79688c9d4860798e92 (diff)
[toolchain]: add the latest avr32 toolchain patches (with additional fixes)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27332 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/patches/2.20.1/700-avr32.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/binutils/patches/2.20.1/700-avr32.patch b/toolchain/binutils/patches/2.20.1/700-avr32.patch
index 58abec976..646049cc0 100644
--- a/toolchain/binutils/patches/2.20.1/700-avr32.patch
+++ b/toolchain/binutils/patches/2.20.1/700-avr32.patch
@@ -4661,7 +4661,7 @@
+{
+ int i, x;
+
-+ fprintf (stream, _("Known architecture names:"));
++ fprintf (stream, _("Architectures supported by the assembler:"));
+ x = 1000;
+
+ for (i = 0; arch_types[i].name; i++)
@@ -4771,7 +4771,7 @@
+ {
+ as_warn("Deprecated arch `%s' specified. "
+ "Please use '-march=ucr1' instead. "
-+ "Converting to arch 'ucr1'\n",
++ "Using to arch 'ucr1'\n",
+ s);
+ s="ucr1";
+ }