diff options
author | Dave Brolley <brolley@redhat.com> | 1998-11-05 21:20:58 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 1998-11-05 21:20:58 +0000 |
commit | 7e6c86c2e391b785049dc3d9b145783337d4f6b6 (patch) | |
tree | 20a03caa02fd91472ac0f9edb8d00a594f19605c /gdb | |
parent | aa6c50c1e9cc8ac40681ffa66ccd9c0bd6fc23b4 (diff) | |
download | gdb-7e6c86c2e391b785049dc3d9b145783337d4f6b6.zip gdb-7e6c86c2e391b785049dc3d9b145783337d4f6b6.tar.gz gdb-7e6c86c2e391b785049dc3d9b145783337d4f6b6.tar.bz2 |
Wed Nov 4 18:44:31 1998 Dave Brolley <brolley@cygnus.com>
* configure.tgt: Add fr30-*-elf*.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/configure.tgt | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ea79e13..c5d2ad2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -38,6 +38,10 @@ Thu Nov 5 08:38:18 1998 Christopher Faylor <cgf@cygnus.com> * win32-nat.c: Remove obsolete PPC conditionals. +Wed Nov 4 18:44:31 1998 Dave Brolley <brolley@cygnus.com> + + * configure.tgt: Add fr30-*-elf*. + 1998-11-03 Jim Wilson <wilson@cygnus.com> * c-exp.y (parse_number): Check TARGET_LONG_LONG_BIT when setting diff --git a/gdb/configure.tgt b/gdb/configure.tgt index d726015..786b723 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -71,6 +71,8 @@ h8500-*-*) gdb_target=h8500 ;; sh-*-*) gdb_target=sh ;; +fr30-*-elf*) gdb_target=fr30 ;; + hppa*-*-bsd*) gdb_target=hppabsd ;; hppa*-*-pro*) gdb_target=hppapro ;; hppa*-*-hpux*) gdb_target=hppahpux ;; |