diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-09-09 19:32:40 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-09-09 19:32:40 +0000 |
commit | 71d7d44f19210ecfc7af04cc20308e81d8b6716d (patch) | |
tree | fb15c8a2fd8b587c157e9252c6575b366c03a903 /bfd | |
parent | 8863243604e60887390dd03f4355d5261a0c0604 (diff) | |
download | gdb-71d7d44f19210ecfc7af04cc20308e81d8b6716d.zip gdb-71d7d44f19210ecfc7af04cc20308e81d8b6716d.tar.gz gdb-71d7d44f19210ecfc7af04cc20308e81d8b6716d.tar.bz2 |
* config.bfd: Keep target list alphabetically sorted.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rwxr-xr-x | bfd/config.bfd | 22 |
2 files changed, 20 insertions, 6 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b33a153..2935292 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Mon Sep 9 12:31:22 1996 Doug Evans <dje@canuck.cygnus.com> + + * 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 177ace8..7dd0aaf 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 |