summaryrefslogtreecommitdiff
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-07-01 11:35:21 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-07-01 11:35:21 +0000
commit6d02667c07ba477bff9bd16a1dfc8db3b5940b65 (patch)
tree0693e987df7815a8cb637f9c3ee695ca66a84f02 /toolchain/binutils
parent44756fe93c1e9e492bfe0d2a278859002c0d4946 (diff)
downloadmtk-20170518-6d02667c07ba477bff9bd16a1dfc8db3b5940b65.zip
mtk-20170518-6d02667c07ba477bff9bd16a1dfc8db3b5940b65.tar.gz
mtk-20170518-6d02667c07ba477bff9bd16a1dfc8db3b5940b65.tar.bz2
add the latest avr32 toolchain patches (with additional fixes)
SVN-Revision: 27332
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 58abec9..646049c 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";
+ }