From: Ian Lance Taylor Date: Thu, 15 Jul 1999 14:38:23 +0000 (+0000) Subject: 1999-07-15 J.T. Conklin X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac352105e17fc3336019c5172fc43eeec25c707b;p=binutils-gdb.git 1999-07-15 J.T. Conklin * config.bfd (i[3456]86-*-vxworks*): New target. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 147ad465af3..0f451d2530e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +1999-07-15 J.T. Conklin + + * config.bfd (i[3456]86-*-vxworks*): New target. + 1999-07-15 Mark Mitchell * elf32-mips.c (mips_elf_stub_section_p): New function. diff --git a/bfd/config.bfd b/bfd/config.bfd index 1bf9286a68f..1f3b6631672 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -313,6 +313,9 @@ case "${targ}" in i[3456]86-*-aout* | i[3456]86*-*-vsta*) targ_defvec=i386aout_vec ;; + i[3456]86-*-vxworks*) + targ_defvec=i386aout_vec + ;; i860-*-mach3* | i860-*-osf1* | i860-*-coff*) targ_defvec=i860coff_vec