mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
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.
This commit is contained in:
@ -1,3 +1,13 @@
|
|||||||
|
Thu Jan 25 12:21:53 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
Thu Jan 25 03:10:53 1996 Doug Evans <dje@charmed.cygnus.com>
|
Thu Jan 25 03:10:53 1996 Doug Evans <dje@charmed.cygnus.com>
|
||||||
|
|
||||||
* config/tc-sparc.c (initial_architecture,can_bump_v9_p): Deleted.
|
* config/tc-sparc.c (initial_architecture,can_bump_v9_p): Deleted.
|
||||||
|
@ -81,6 +81,7 @@ obj-vms.c
|
|||||||
obj-vms.h
|
obj-vms.h
|
||||||
ppc-big.mt
|
ppc-big.mt
|
||||||
ppc-lit.mt
|
ppc-lit.mt
|
||||||
|
sco5.mt
|
||||||
tc-a29k.c
|
tc-a29k.c
|
||||||
tc-a29k.h
|
tc-a29k.h
|
||||||
tc-alpha.c
|
tc-alpha.c
|
||||||
|
1
gas/config/sco5.mt
Normal file
1
gas/config/sco5.mt
Normal file
@ -0,0 +1 @@
|
|||||||
|
TDEFINES=-DSCO_ELF
|
Reference in New Issue
Block a user