* ldmain.c (get_emulation): Check for -mips4 like -mips1, et. al.
[deliverable/binutils-gdb.git] / ld / acconfig.h
index a56a8975909ff26a02b1082e9cb3c6c95cfd8f58..7be98654f5603d557a1af87be0a217d0a967ed24 100644 (file)
@@ -1,2 +1,13 @@
+
+/* Whether strstr must be declared even if <string.h> is included.  */
+#undef NEED_DECLARATION_STRSTR
+
+/* Whether free must be declared even if <stdlib.h> is included.  */
+#undef NEED_DECLARATION_FREE
+
+/* Whether sbrk must be declared even if <unistd.h> is included.  */
+#undef NEED_DECLARATION_SBRK
+@TOP@
+
 /* Do we need to use the b modifier when opening binary files?  */
 #undef USE_BINARY_FOPEN
This page took 0.023217 seconds and 4 git commands to generate.