* config.bfd: add a29k-*-vxworks configuration.
This commit is contained in:
parent
9ce13cfcfb
commit
490d89a787
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
Mon Feb 27 12:58:25 1995 Kung Hsu <kung@mexican.cygnus.com>
|
||||
|
||||
* config.bfd: add a29k-*-vxworks configuration.
|
||||
|
||||
Wed Feb 22 14:40:26 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* libaout.h (NAME(aout,slurp_reloc_table)): Change declaration to
|
||||
use reloc_howto_type rather than const struct reloc_howto_struct.
|
||||
|
||||
Tue Feb 21 18:19:22 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* bout.c (b_out_slurp_reloc_table): Don't return an error if asked
|
||||
|
|
|
@ -34,6 +34,7 @@ case "${canon}" in
|
|||
a29k-*-aout*) bfd_name=a29k-aout strip_underscore=yes ;;
|
||||
a29k-*-coff*) bfd_name=a29k-coff strip_underscore=yes ;;
|
||||
a29k-*-sym1*) bfd_name=a29k-coff strip_underscore=yes ;;
|
||||
a29k-*-vxworks*) bfd_name=a29k-coff strip_underscore=yes ;;
|
||||
h8300*-*-*) bfd_name=h8300-coff strip_underscore=yes ;;
|
||||
h8500-*-*) bfd_name=h8500-coff strip_underscore=yes ;;
|
||||
sh-*-*) bfd_name=sh-coff strip_underscore=yes ;;
|
||||
|
@ -65,6 +66,7 @@ case "${canon}" in
|
|||
i[345]86-*-mach*) bfd_name=i386-mach3 strip_underscore=yes ;;
|
||||
i[345]86-*-osf1mk*) bfd_name=i386-mach3 strip_underscore=yes ;;
|
||||
i[345]86-*-os9k) bfd_name=i386-os9k ;;
|
||||
i[345]86-*-msdos) bfd_name=i386-msdos ;;
|
||||
i[345]86-none-*) bfd_name=i386-coff ;;
|
||||
i960-*-vxworks4*) bfd_name=i960-bout strip_underscore=yes ;;
|
||||
i960-*-vxworks5.0) bfd_name=i960-bout strip_underscore=yes ;;
|
||||
|
@ -77,6 +79,7 @@ case "${canon}" in
|
|||
m68*-apollo-*) bfd_name=apollo ;;
|
||||
m68*-bull-sysv*) bfd_name=u68k-coff ;;
|
||||
m68*-hp-bsd*) bfd_name=hp300bsd strip_underscore=yes ;;
|
||||
m68*-est-coff) bfd_name=m68k-coff ;;
|
||||
m68*-*-aout*) bfd_name=m68k-0aout strip_underscore=yes ;;
|
||||
m68*-*-coff*) bfd_name=m68k-coff ;;
|
||||
m68*-*-hpux*) bfd_name=hp300hpux strip_underscore=yes ;;
|
||||
|
|
Loading…
Reference in a new issue