diff options
author | Steve Chamberlain <sac@cygnus> | 1993-06-17 22:16:07 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-06-17 22:16:07 +0000 |
commit | 7ccb1e4401c7746a72294725c4e738ea2526009e (patch) | |
tree | 9e96f39257205aa99f3c713aeaeac1c25b64f7dd /gdb/configure.in | |
parent | 219cf232835824f679751b269a4905da7d74881a (diff) | |
download | gdb-7ccb1e4401c7746a72294725c4e738ea2526009e.zip gdb-7ccb1e4401c7746a72294725c4e738ea2526009e.tar.gz gdb-7ccb1e4401c7746a72294725c4e738ea2526009e.tar.bz2 |
* configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: New
host.
* sh-tdep.c (frame_find_saved_regs): Use NUM_REGS rather than hard
wired (and wrong) constant.
* values.c (unpack_long): Add case to unpack when target object is
sizeof(int).
* config/sh/tm-sh.h (REGISTER_NAMES): Know about the news ones the
simulator defines.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 0078d8d..f0f6409 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -25,6 +25,8 @@ case "${host}" in a29k-*-*) gdb_host=ultra3 ;; +alpha-*-osf*) gdb_host=alpha-osf1 ;; + arm-*-*) gdb_host=arm ;; c[12]-*-*) gdb_host=convex ;; |