mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Added sparc86x support.
This commit is contained in:
@ -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
1
gas/configure
vendored
@ -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} ;;
|
||||
|
@ -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} ;;
|
||||
|
Reference in New Issue
Block a user