[toolchain]: add the latest avr32 toolchain patches (with additional fixes)
[openwrt/svn-archive/archive.git] / toolchain / binutils / patches / 2.20.1 / 700-avr32.patch
index 58abec976f28031a1634e1d21471c231e355df8c..646049cc034ed4083ea5c3732c33d7cbb7793473 100644 (file)
 +{
 +  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++)
 +          {
 +            as_warn("Deprecated arch `%s' specified. "
 +                    "Please use '-march=ucr1' instead. "
-+                    "Converting to arch 'ucr1'\n",
++                    "Using to arch 'ucr1'\n",
 +                     s);
 +            s="ucr1";
 +          }