CSKY: Support two operands form for bloop.
[deliverable/binutils-gdb.git] / gas / as.h
index b57742a4f94fc848b6595ebca8596317a0a56770..bc27822b0cdbf1789db2c9d489f1d81e33f6a690 100644 (file)
--- a/gas/as.h
+++ b/gas/as.h
@@ -413,6 +413,7 @@ extern enum debug_info_type debug_type;
 extern int use_gnu_debug_info_extensions;
 COMMON bfd_boolean flag_dwarf_sections;
 extern int flag_dwarf_cie_version;
+extern unsigned int dwarf_level;
 \f
 /* Maximum level of macro nesting.  */
 extern int max_macro_nest;
@@ -564,6 +565,7 @@ int generic_force_reloc (struct fix *);
 
 #include "write.h"
 #include "frags.h"
+#include "hashtab.h"
 #include "hash.h"
 #include "read.h"
 #include "symbols.h"
@@ -588,6 +590,10 @@ COMMON int flag_m68k_mri;
 #define flag_m68k_mri 0
 #endif
 
+#ifndef TC_STRING_ESCAPES
+#define TC_STRING_ESCAPES 1
+#endif
+
 #ifdef WARN_COMMENTS
 COMMON int           warn_comment;
 COMMON unsigned int  found_comment;
This page took 0.023921 seconds and 4 git commands to generate.