mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-22 09:04:58 +00:00
Add support for StrongARM host/target.
This commit is contained in:
parent
2a5e06a2db
commit
5510d6a1c7
@ -1,3 +1,8 @@
|
||||
1999-02-08 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* configure.host: Add support for StrongARM host.
|
||||
* configure.tgt: Add support for StrongARM target.
|
||||
|
||||
Mon Feb 8 12:05:05 1999 David Taylor <taylor@texas.cygnus.com>
|
||||
|
||||
* dsrec.c (make_srec): cast targ_addr to int in call to sprintf
|
||||
|
@ -150,6 +150,8 @@ sparc-*-sunos5*) gdb_host=sun4sol2 ;;
|
||||
sparc-*-*) gdb_host=sun4os4 ;;
|
||||
sparc64-*-*) gdb_host=sun4sol2 ;;
|
||||
|
||||
strongarm-*-*) gdb_host=arm ;;
|
||||
|
||||
tahoe-*-*) gdb_host=tahoe ;;
|
||||
|
||||
vax-*-bsd*) gdb_host=vaxbsd ;;
|
||||
|
@ -25,6 +25,7 @@ pn) gdb_target_cpu=gould ;;
|
||||
pyramid) gdb_target_cpu=pyr ;;
|
||||
sparc*) gdb_target_cpu=sparc ;;
|
||||
thumb*) gdb_target_cpu=arm ;;
|
||||
strongarm*) gdb_target_cpu=arm ;;
|
||||
v850*) gdb_target_cpu=v850 ;;
|
||||
*) gdb_target_cpu=$target_cpu ;;
|
||||
|
||||
@ -49,7 +50,7 @@ alpha*-*-linux*) gdb_target=alpha-linux ;;
|
||||
|
||||
arc-*-*) gdb_target=arc ;;
|
||||
|
||||
arm-*-* | thumb-*-*) gdb_target=arm
|
||||
arm-*-* | thumb-*-* | strongarm-*-*) gdb_target=arm
|
||||
|
||||
# rdi doesn't work for wingdb yet
|
||||
case $gdb_host in
|
||||
|
Loading…
x
Reference in New Issue
Block a user