* configure.in (sparc64): Set arch to v9-64.
authorDoug Evans <dje@google.com>
Mon, 20 Oct 1997 20:02:28 +0000 (20:02 +0000)
committerDoug Evans <dje@google.com>
Mon, 20 Oct 1997 20:02:28 +0000 (20:02 +0000)
* configure: Regenerated.

gas/ChangeLog
gas/configure
gas/configure.in

index be314a2..c287ad4 100644 (file)
@@ -12,7 +12,7 @@ Mon Oct 20 14:54:06 1997  Klaus K"ampf  <kkaempf@progis.de>
 
 Mon Oct 20 10:13:32 1997  Doug Evans  <devans@canuck.cygnus.com>
 
-       * tc-sparc.c (default_arch_size): New static local.
+       * config/tc-sparc.c (default_arch_size): New static local.
        (struct sparc_arch): Rename arch_size to default_arch_size.
        New member user_option_p.
        (sparc_arch_table): Always include v9, v9a.  New entry v9-64.
@@ -22,6 +22,8 @@ Mon Oct 20 10:13:32 1997  Doug Evans  <devans@canuck.cygnus.com>
        (md_longopts): New entries for -32, -64.
        (md_parse_option): Handle them.
        (md_show_usage): Print them.  Ensure init_default_arch called.
+       * configure.in (sparc64): Set arch to v9-64.
+       * configure: Regenerated.
 
 Sun Oct 19 13:50:50 1997  Ian Lance Taylor  <ian@cygnus.com>
 
index dad44d3..5f1f25b 100755 (executable)
@@ -1313,7 +1313,7 @@ for this_target in $target $canon_targets ; do
       rs6000*)         cpu_type=ppc ;;
       sparclite*)      cpu_type=sparc arch=sparclite ;;
       sparclet*)       cpu_type=sparc arch=sparclet ;;
-      sparc64*)                cpu_type=sparc arch=v9 ;;
+      sparc64*)                cpu_type=sparc arch=v9-64 ;;
       sparc*)          cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
       v850*)           cpu_type=v850 ;;
       *)               cpu_type=${cpu} ;;
index 5385127..c794393 100644 (file)
@@ -89,7 +89,7 @@ changequote([,])dnl
       rs6000*)         cpu_type=ppc ;;
       sparclite*)      cpu_type=sparc arch=sparclite ;;
       sparclet*)       cpu_type=sparc arch=sparclet ;;
-      sparc64*)                cpu_type=sparc arch=v9 ;;
+      sparc64*)                cpu_type=sparc arch=v9-64 ;;
       sparc*)          cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
       v850*)           cpu_type=v850 ;;
       *)               cpu_type=${cpu} ;;