Fix handling of undocumented SLL instruction for the Z80 target.
[deliverable/binutils-gdb.git] / gas / app.c
index 64541c40d7917fac6f67af0d7a58b44f40981d55..a66ab6a0298c13b666d55058dca56e9f0aac8bc2 100644 (file)
--- a/gas/app.c
+++ b/gas/app.c
@@ -120,8 +120,7 @@ do_scrub_begin (int m68k_mri ATTRIBUTE_UNUSED)
     {
       lex['"'] = LEX_IS_STRINGQUOTE;
 
-#if ! defined (TC_HPPA) && ! defined (TC_I370)
-      /* I370 uses single-quotes to delimit integer, float constants.  */
+#if ! defined (TC_HPPA)
       lex['\''] = LEX_IS_ONECHAR_QUOTE;
 #endif
 
This page took 0.023781 seconds and 4 git commands to generate.