sim: drop core libiberty.h include
[deliverable/binutils-gdb.git] / sim / common / defs.h
index 21ad2a44d3ba94a4539ff06cd6a85422b4cf4170..8bf129943aedb099d13cab493014a6cdbc4b1873 100644 (file)
 #undef PACKAGE_URL
 #undef PACKAGE_VERSION
 
-/* Include arch-specific sim's various configure tests.  */
-#include "config.h"
-
-#ifndef SIM_COMMON_BUILD
-
-/* Reset macros that our config.h will provide.  */
-#undef PACKAGE
-#undef PACKAGE_BUGREPORT
-#undef PACKAGE_NAME
-#undef PACKAGE_STRING
-#undef PACKAGE_TARNAME
-#undef PACKAGE_URL
-#undef PACKAGE_VERSION
-
 /* Include common sim's various configure tests.  */
+#ifndef SIM_COMMON_BUILD
 #include "../config.h"
-
+#else
+#include "config.h"
 #endif
 
 #endif
This page took 0.044057 seconds and 4 git commands to generate.