home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / msdos / djgpp / diffs / gas-211 / gas / config / tc-i386.h next >
Encoding:
Text File  |  1993-05-31  |  882 b   |  32 lines

  1. *** orig/gas-211/gas/config/tc-i386.h    Sun May 30 21:51:48 1993
  2. --- src/gas-211/gas/config/tc-i386.h    Sun May 30 21:52:22 1993
  3. ***************
  4. *** 32,37 ****
  5. --- 32,40 ----
  6.   #ifdef TE_LINUX
  7.   #define TARGET_FORMAT        "a.out-i386-linux"
  8.   #endif
  9. + #ifdef TE_GO32
  10. + #define TARGET_FORMAT        "a.out-i386-go32"
  11. + #endif
  12.   #ifndef TARGET_FORMAT
  13.   #define TARGET_FORMAT        "a.out-i386"
  14.   #endif
  15. ***************
  16. *** 62,68 ****
  17.   #define NO_RELOC 0
  18.   #define tc_coff_symbol_emit_hook(a)    ;    /* not used */
  19.   
  20. ! #if !defined (TE_386BSD) && !defined (TE_LINUX)
  21.   /* Local labels starts with .L */
  22.   #define DOT_LABEL_PREFIX
  23.   #endif
  24. --- 65,71 ----
  25.   #define NO_RELOC 0
  26.   #define tc_coff_symbol_emit_hook(a)    ;    /* not used */
  27.   
  28. ! #if !defined (TE_386BSD) && !defined (TE_LINUX) && !defined(TE_GO32)
  29.   /* Local labels starts with .L */
  30.   #define DOT_LABEL_PREFIX
  31.   #endif
  32.