+Wed Apr 13 10:52:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+
+ * objdump.c: Do an ifdef on __GO32__, not unix.
+
Wed Apr 6 21:54:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
Added -D (--dynamic) option to nm and -T (--dynamic-syms) and -R
}
\f
/* A file to open each BFD on. It will never actually be written to. */
-#ifdef unix
-#define _DUMMY_NAME_ "/dev/null"
-#else
+#ifdef __GO32__
#define _DUMMY_NAME_ "##dummy"
+#else
+#define _DUMMY_NAME_ "/dev/null"
#endif
/* The length of the longest architecture name + 1. */