Added sparc86x support.
authorStan Cox <scox@redhat.com>
Sat, 18 Apr 1998 18:12:20 +0000 (18:12 +0000)
committerStan Cox <scox@redhat.com>
Sat, 18 Apr 1998 18:12:20 +0000 (18:12 +0000)
gas/ChangeLog
gas/configure
gas/configure.in

index de3677f0517a5ff0121f2165f14d0db82e5e0fbb..3f805b51076e22dc7044a347e2b895f1ba888b1e 100644 (file)
@@ -1,3 +1,15 @@
+Sat Apr 18 01:21:04 1998  Stan Cox  <scox@cygnus.com>
+
+       * configure.in: Added sparc86x support.
+       
+       * configure: Rebuild.
+       
+       * config/tc-sparc.c (lookup_arch): Added arch_type to struct
+       sparc_arch.
+       (md_parse_option): Warn if -EL is not supported for this architecture.
+
+       * config/tc-sparc.h (SPARC_BIENDIAN) Always define.
+       
 Sat Apr 18 01:19:01 1998  Jeffrey A Law  (law@cygnus.com)
 
         * config/tc-mips.c (mips_ip): Note when we use get match on
index e8576f918f870ce48ea89408001ce89675d3fff1..b4c4933cbe576f89c79655d0f68d4446d15c1a1d 100755 (executable)
@@ -1412,6 +1412,7 @@ for this_target in $target $canon_targets ; do
       sparclite*)      cpu_type=sparc arch=sparclite ;;
       sparclet*)       cpu_type=sparc arch=sparclet ;;
       sparc64*)                cpu_type=sparc arch=v9-64 ;;
+      sparc86x*)       cpu_type=sparc arch=sparc86x  ;;
       sparc*)          cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
       v850*)           cpu_type=v850 ;;
       *)               cpu_type=${cpu} ;;
index c1dde8e7cdd48c2e545d0ddec36fe950b4de3e4f..c50a9a626af9f32ae9f88b403b51e2e829c64cae 100644 (file)
@@ -92,6 +92,7 @@ changequote([,])dnl
       sparclite*)      cpu_type=sparc arch=sparclite ;;
       sparclet*)       cpu_type=sparc arch=sparclet ;;
       sparc64*)                cpu_type=sparc arch=v9-64 ;;
+      sparc86x*)       cpu_type=sparc arch=sparc86x  ;;
       sparc*)          cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
       v850*)           cpu_type=v850 ;;
       *)               cpu_type=${cpu} ;;
This page took 0.030396 seconds and 4 git commands to generate.