diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-25 17:25:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-25 17:25:25 +0000 |
commit | 4fe0fdddfb958c29f03c83c1eaf304bd63fdf096 (patch) | |
tree | 56908747b06fbb03a13cb3965270f3a8c65183c6 /gas/config | |
parent | 43d36aad032056095095385c57f9cf39c8608e36 (diff) | |
download | gdb-4fe0fdddfb958c29f03c83c1eaf304bd63fdf096.zip gdb-4fe0fdddfb958c29f03c83c1eaf304bd63fdf096.tar.gz gdb-4fe0fdddfb958c29f03c83c1eaf304bd63fdf096.tar.bz2 |
SCO ELF support from Robert Lipe <robertl@arnet.com>:
* configure.in (i386-*-sco*elf*): Use fmt elf, targ sco5.
* configure: Rebuild.
* config/sco5.mt: New file; set TDEFINES to -DSCO_ELF.
* config/tc-i386.c (sco_id): New function, if SCO_ELF.
* config/tc-i386.h (tc_init_after_args): Define if SCO_ELF.
(sco_id): Declare if SCO_ELF.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/.Sanitize | 1 | ||||
-rw-r--r-- | gas/config/sco5.mt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index e8fa684..f7038cb 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -81,6 +81,7 @@ obj-vms.c obj-vms.h ppc-big.mt ppc-lit.mt +sco5.mt tc-a29k.c tc-a29k.h tc-alpha.c diff --git a/gas/config/sco5.mt b/gas/config/sco5.mt new file mode 100644 index 0000000..8879320 --- /dev/null +++ b/gas/config/sco5.mt @@ -0,0 +1 @@ +TDEFINES=-DSCO_ELF |