diff options
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 1ca8ab4..7165d15 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -60,7 +60,6 @@ case $targ in arm-epoc-pe* | \ arm*-*-aout | \ arm*-*-coff | \ - h8300*-*-coff | \ h8500*-*-coff | \ i[3-7]86-*-sco3.2v5*coff | \ i[3-7]86-*-sysv4* | i[3-7]86-*-unixware* | \ @@ -132,6 +131,7 @@ case $targ in *-*-rtemscoff* | \ a29k-* | \ arm-*-oabi | \ + h8300*-*-coff | \ hppa*-*-rtems* | \ i860-*-* | \ i960-*-* | \ @@ -565,11 +565,6 @@ case "${targ}" in targ_defvec=h8300_elf32_linux_vec ;; - h8300*-*-*) - targ_defvec=h8300_coff_vec - targ_underscore=yes - ;; - h8500-*-*) targ_defvec=h8500_coff_vec targ_underscore=yes |