mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 14:30:48 +00:00
* configure.in: Recognize h8300h (variant of h8300).
Recognize sparc64-*-*.
This commit is contained in:
parent
18464ca231
commit
bd96254f96
@ -1,3 +1,13 @@
|
||||
Wed Jul 14 09:45:52 1993 Doug Evans (dje@canuck.cygnus.com)
|
||||
|
||||
* configure.in: Recognize h8300h (variant of h8300).
|
||||
|
||||
start-sanitize-v9
|
||||
Wed Jul 14 09:45:52 1993 Doug Evans (dje@canuck.cygnus.com)
|
||||
|
||||
* configure.in: Recognize sparc64-*-*.
|
||||
end-sanitize-v9
|
||||
|
||||
Tue Jul 13 14:03:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* stabsread.c (define_symbol): Make the caddr_t hack apply to `function
|
||||
|
@ -158,6 +158,7 @@ c1-*-*) gdb_target=convex ;;
|
||||
c2-*-*) gdb_target=convex ;;
|
||||
|
||||
h8300-*-*) gdb_target=h8300hms ;;
|
||||
h8300h-*-*) gdb_target=h8300hms gdb_target_cpu=h8300 ;;
|
||||
h8500-*-*) gdb_target=h8500hms ;;
|
||||
|
||||
sh-*-*) gdb_target=sh ;;
|
||||
@ -259,6 +260,9 @@ sparc-*-sunos4*) gdb_target=sun4os4 ;;
|
||||
sparc-*-vxworks*) gdb_target=vxsparc ;;
|
||||
sparc-*-*) gdb_target=sun4os4 ;;
|
||||
sparclite*-*-*) gdb_target=sparclite ;;
|
||||
# start-sanitize-v9
|
||||
sparc64-*-*) gdb_target_cpu=sparc gdb_target=sp64 ;;
|
||||
# end-sanitize-v9
|
||||
|
||||
tahoe-*-*) gdb_target=tahoe ;;
|
||||
vax-*-*) gdb_target=vax ;;
|
||||
|
Loading…
Reference in New Issue
Block a user