Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/gas/config Fix bad cut'n'paste i...



details:   https://anonhg.NetBSD.org/src/rev/265e4448562c
branches:  trunk
changeset: 325186:265e4448562c
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Dec 10 18:15:43 2013 +0000

description:
Fix bad cut'n'paste in previous commit.
This should fix the remaining loogson build issues.

diffstat:

 external/gpl3/binutils/dist/gas/config/tc-mips.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a88052786666 -r 265e4448562c external/gpl3/binutils/dist/gas/config/tc-mips.c
--- a/external/gpl3/binutils/dist/gas/config/tc-mips.c  Tue Dec 10 17:24:47 2013 +0000
+++ b/external/gpl3/binutils/dist/gas/config/tc-mips.c  Tue Dec 10 18:15:43 2013 +0000
@@ -4849,7 +4849,7 @@
   }
   if (mips_relax.sequence != 1) {
     mips_macro_warning.sizes[1] -= 2 * 4;
-    mips_macro_warning.insns[0] -= 2;
+    mips_macro_warning.insns[1] -= 2;
   }
 }
 



Home | Main Index | Thread Index | Old Index