diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-04-15 08:15:52 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-04-15 08:15:52 +0000 |
commit | 21bc75678ff404bacf11a79e94574d5c25945644 (patch) | |
tree | 2ae27b5ccf41d4e25700f5cce201a56d68da27bf /sim/configure.ac | |
parent | c30dc7000d08f1374bd434e3ac05769a6d40151f (diff) | |
download | gdb-21bc75678ff404bacf11a79e94574d5c25945644.zip gdb-21bc75678ff404bacf11a79e94574d5c25945644.tar.gz gdb-21bc75678ff404bacf11a79e94574d5c25945644.tar.bz2 |
* configure.ac: Add explicit sh64 case.
* configure: Regenerate.
* sh64/configure.ac: New file.
* sh64/configure.in: Remove.
* sh64/configure: Regenerate.
* sh64/defs-media.h (sem_fields): Add missing sfmt_ldhil member.
* sh64/sim-if.c (sim_open): Use struct bfd instead of struct _bfd.
(sim_create_inferior): Ditto.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index f3be6c12..2c3f29a 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -99,7 +99,12 @@ if test "${enable_sim}" != no; then common=yes igen=yes ;; - sh*-*-*) + sh64-*-*) + AC_CONFIG_SUBDIRS(sh64) + testsuite=yes + common=yes + ;; + sh-*-*) AC_CONFIG_SUBDIRS(sh) testsuite=yes common=yes |