From: Kung Hsu Date: Mon, 27 Feb 1995 20:59:54 +0000 (+0000) Subject: * config.bfd: add a29k-*-vxworks configuration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=490d89a7875b947ff0aea6fd3233f28d0bd420a8;p=binutils-gdb.git * config.bfd: add a29k-*-vxworks configuration. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 178089bf7ce..20f514db876 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Mon Feb 27 12:58:25 1995 Kung Hsu + + * config.bfd: add a29k-*-vxworks configuration. + +Wed Feb 22 14:40:26 1995 Ian Lance Taylor + + * 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 * bout.c (b_out_slurp_reloc_table): Don't return an error if asked diff --git a/bfd/config.bfd b/bfd/config.bfd index 0bc211172a4..fb3437eabab 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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 ;;