Commit 4873b277 by Marc Lehmann

corrected a minor typoe

From-SVN: r25388
parent f004c66b
Tue Feb 23 16:24:19 CET 1999 Marc Lehmann <pcg@goof.com>
* config/i386/i386.md: fix typoe.
Mon Feb 22 19:36:33 1999 Andrew Cagney <cagney@b1.cygnus.com> Mon Feb 22 19:36:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
* config/mips/mips.c (mips_debugger_offset): When TARGET_MIPS16 && * config/mips/mips.c (mips_debugger_offset): When TARGET_MIPS16 &&
...@@ -144,6 +148,7 @@ Fri Feb 19 18:18:56 1999 Don Bowman <don@pixstream.com> ...@@ -144,6 +148,7 @@ Fri Feb 19 18:18:56 1999 Don Bowman <don@pixstream.com>
* configure.in (mips*-*-vxworks*): Enable gthreads vxworks support. * configure.in (mips*-*-vxworks*): Enable gthreads vxworks support.
* configure: Rebuilt. * configure: Rebuilt.
>>>>>>> 1.3049
Sun Feb 21 20:34:44 PST 1999 Jeff Law (law@cygnus.com) Sun Feb 21 20:34:44 PST 1999 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot. * version.c: Bump for snapshot.
......
...@@ -4720,7 +4720,7 @@ byte_xor_operation: ...@@ -4720,7 +4720,7 @@ byte_xor_operation:
"" ""
"") "")
;; For regsiter destinations: ;; For register destinations:
;; add == 2 bytes, move == 2 bytes, shift == 3 bytes, lea == 7 bytes ;; add == 2 bytes, move == 2 bytes, shift == 3 bytes, lea == 7 bytes
;; ;;
;; lea loses when optimizing for size ;; lea loses when optimizing for size
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment