* config/tc-mips.c (mips_set_options): Add ase_mt for MT instructions.
[deliverable/binutils-gdb.git] / binutils / deflex.l
index 68bd1f9309bcd81e73aef9e1704f887a0ae9a114..c6d45c85a4311cfa5c2bf0ffa1ff8fa14e7af20f 100644 (file)
@@ -83,6 +83,7 @@ int linenumber;
 ";".*          { }
 " "            { }
 "\t"           { }
+"\r"           { }
 "\n"           { linenumber ++ ;}
 "="            { return '=';}
 "."            { return '.';}
This page took 0.022884 seconds and 4 git commands to generate.