home *** CD-ROM | disk | FTP | other *** search
- *** orig/binutils.2/binutils/objdump.c Sun May 30 17:08:24 1993
- --- src/binutils.2/binutils/objdump.c Sun May 30 17:10:04 1993
- ***************
- *** 962,971 ****
- --- 962,975 ----
- }
- }
-
- + #ifdef __MSDOS__
- + #define _DUMMY_NAME_ "nul"
- + #else
- #ifdef unix
- #define _DUMMY_NAME_ "/dev/null"
- #else
- #define _DUMMY_NAME_ "##dummy"
- + #endif
- #endif
- static void
- DEFUN (display_info_table, (first, last),
-