Added sparc86x support.

This commit is contained in:
Stan Cox
1998-04-18 18:12:20 +00:00
parent 9067435521
commit 307edcc051
3 changed files with 14 additions and 0 deletions

View 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

1
gas/configure vendored
View File

@ -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} ;;

View 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} ;;