* objdump.c: Do an ifdef on __GO32__, not unix.
This commit is contained in:
parent
194e992858
commit
ebc9eebab0
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -1323,10 +1323,10 @@ dump_reloc_set (abfd, relpp, relcount)
|
||||
}
|
||||
|
||||
/* 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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user