mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Add m68hc12 to list of supported configurations
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2000-10-27 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure.in (emulations): Add m68hc12.
|
||||
* configure: Regenerate.
|
||||
* po/gas.pot: Regenerate.
|
||||
|
||||
2000-10-27 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* config/tc-arm.c (psrs): Remove lowercase versions of spsr* and
|
||||
|
467
gas/configure
vendored
467
gas/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -123,7 +123,7 @@ changequote([,])dnl
|
||||
changequote(,)dnl
|
||||
i[456]86) cpu_type=i386 ;;
|
||||
ia64) cpu_type=ia64 ;;
|
||||
m6811|m6812) cpu_type=m68hc11 ;;
|
||||
m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
|
||||
m680[012346]0) cpu_type=m68k ;;
|
||||
changequote([,])dnl
|
||||
m68008) cpu_type=m68k ;;
|
||||
|
784
gas/po/gas.pot
784
gas/po/gas.pot
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user