diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b33a153c16..2935292e6e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Mon Sep 9 12:31:22 1996 Doug Evans + + * config.bfd: Keep target list alphabetically sorted. + start-sanitize-v850 Mon Sep 9 11:48:41 1996 Jeffrey A Law (law@cygnus.com) diff --git a/bfd/config.bfd b/bfd/config.bfd index 177ace8f83..7dd0aafba1 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -117,12 +117,6 @@ case "${targ}" in targ_underscore=yes ;; - sh-*-*) - targ_defvec=shcoff_vec - targ_selvecs="shcoff_vec shlcoff_vec" - targ_underscore=yes - ;; - hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-sysv4*) targ_defvec=bfd_elf32_hppa_vec ;; @@ -432,6 +426,22 @@ case "${targ}" in targ_defvec=rs6000coff_vec ;; + sh-*-elf*) + targ_defvec=bfd_elf32_sh_vec + targ_selvecs="bfd_elf32_shl_vec shcoff_vec shlcoff_vec" + targ_underscore=yes + ;; + sh-*-*) + targ_defvec=shcoff_vec + targ_selvecs="shcoff_vec shlcoff_vec" + targ_underscore=yes + ;; + + sparclet-*-aout*) + targ_defvec=sunos_big_vec + targ_selvecs=sparcle_aout_vec + targ_underscore=yes + ;; sparc-*-lynxos*) targ_defvec=sparclynx_coff_vec targ_selvecs=sparclynx_aout_vec