* config.bfd: Keep target list alphabetically sorted.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 9 Sep 1996 19:32:40 +0000 (19:32 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 9 Sep 1996 19:32:40 +0000 (19:32 +0000)
bfd/ChangeLog
bfd/config.bfd

index b33a153c16d682e5f9a010fc80f200374a8c3e09..2935292e6e8db7c22247e5031978b7e2d71e8e8f 100644 (file)
@@ -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)
 
index 177ace8f839c984ce7b64c1c8dd630990826c0ba..7dd0aafba1a04873ee119ad2d166adb8f265d3cb 100755 (executable)
@@ -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
This page took 0.034508 seconds and 4 git commands to generate.