mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 23:10:26 +00:00
1999-08-05 Donn Terry <donn@interix.com>
* config/te-interix.h: New file. * configure.in (i386-*-interix*): New target. * configure: Rebuild.
This commit is contained in:
parent
7a7b06ef3d
commit
9750fcc502
@ -1,3 +1,9 @@
|
||||
1999-08-05 Donn Terry <donn@interix.com>
|
||||
|
||||
* config/te-interix.h: New file.
|
||||
* configure.in (i386-*-interix*): New target.
|
||||
* configure: Rebuild.
|
||||
|
||||
Wed Aug 4 13:12:17 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* config/tc-hppa.c (pa_chk_field_selector): Allow 3 byte
|
||||
|
14
gas/config/te-interix.h
Normal file
14
gas/config/te-interix.h
Normal file
@ -0,0 +1,14 @@
|
||||
#define TE_PE_DYN /* PE with dynamic linking (UNIX shared lib) support */
|
||||
#define TE_PE
|
||||
#define LEX_AT 1 /* can have @'s inside labels */
|
||||
#define LEX_QM 3 /* can have ?'s in or begin labels */
|
||||
|
||||
/* The PE format supports long section names. */
|
||||
#define COFF_LONG_SECTION_NAMES
|
||||
|
||||
/* Both architectures use these */
|
||||
#ifndef LOCAL_LABELS_FB
|
||||
#define LOCAL_LABELS_FB 1
|
||||
#endif
|
||||
|
||||
#include "obj-format.h"
|
333
gas/configure
vendored
333
gas/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -201,6 +201,7 @@ changequote([,])dnl
|
||||
i386-*-moss*) fmt=elf ;;
|
||||
i386-*-pe) fmt=coff em=pe ;;
|
||||
i386-*-cygwin*) fmt=coff em=pe bfd_gas=yes ;;
|
||||
i386-*-interix*) fmt=coff em=interix bfd_gas=yes ;;
|
||||
i386-*-mingw32*) fmt=coff em=pe bfd_gas=yes ;;
|
||||
i386-*-*nt*) fmt=coff em=pe ;;
|
||||
i386-*-vxworks*) fmt=aout ;;
|
||||
|
Loading…
Reference in New Issue
Block a user