Mon Dec 21 12:40:10 1992 Ian Lance Taylor (ian@cygnus.com)
* Patches from Minh Tran-le <mtranle@paris.intellicorp.com>. * configure.in (i386-*-isc*, i386-*-aix*): New targets. * configure.host (i386-*-isc*, i386-*-aix*): New hosts. * hosts/i386isc.h, config/i386isc.mh: New files for Interactive Unix. * hosts/i386aix.h, config/i386aix.mh: New files for AIX on PS/2. * aix386-core.c: New file for handling core files on AIX on PS/2. * targets.c: if AIX386_CORE, use aix386_core_vec. * coffcode.h (coff_real_object_p): check for I386SVMAGIC as well as I386MAGIC.
This commit is contained in:
parent
5998e36203
commit
60ac749cab
9 changed files with 305 additions and 131 deletions
|
@ -458,9 +458,9 @@ INTERNAL_DEFINITION
|
|||
|
||||
CODE_FRAGMENT
|
||||
|
||||
.typedef struct {
|
||||
Special entry points for gdb to swap in coff symbol table parts
|
||||
|
||||
.typedef struct
|
||||
.{
|
||||
. void (*_bfd_coff_swap_aux_in) PARAMS ((
|
||||
. bfd *abfd ,
|
||||
. PTR ext,
|
||||
|
@ -1188,6 +1188,9 @@ machine = 0;
|
|||
switch (internal_f->f_magic) {
|
||||
#ifdef I386MAGIC
|
||||
case I386MAGIC:
|
||||
#ifdef I386SVMAGIC
|
||||
case I386SVMAGIC: /* System V C Compiler aix ps2 */
|
||||
#endif
|
||||
arch = bfd_arch_i386;
|
||||
machine = 0;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue