Add V850_OPERAND_SIGNED flag as appropriate, create new unsigned IMM5 operand
[deliverable/binutils-gdb.git] / gas / acconfig.h
index 1626d38b5de778c0dce7682cee124df477dc7de6..d2ca454c74eeeee9fc857d71e8714406ac41e208 100644 (file)
 #undef TARGET_OS
 #undef TARGET_VENDOR
 
+/* Sometimes the system header files don't declare strstr.  */
+#undef NEED_DECLARATION_STRSTR
+
 /* Sometimes the system header files don't declare malloc and realloc.  */
 #undef NEED_DECLARATION_MALLOC
 
 /* Sometimes the system header files don't declare free.  */
 #undef NEED_DECLARATION_FREE
 
+/* Sometimes the system header files don't declare sbrk.  */
+#undef NEED_DECLARATION_SBRK
+
 /* Sometimes errno.h doesn't declare errno itself.  */
 #undef NEED_DECLARATION_ERRNO
 
This page took 0.025704 seconds and 4 git commands to generate.