diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-09-04 23:41:20 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-09-04 23:41:20 +0000 |
commit | 43c998558fe5e8609b1b7149565bdd35345c22d5 (patch) | |
tree | 9a7ae9e21afa547a0536990cd969811aada55f12 /gdb | |
parent | a6aa45a625d0875852a20149c63e7feb315b7e02 (diff) | |
download | gdb-43c998558fe5e8609b1b7149565bdd35345c22d5.zip gdb-43c998558fe5e8609b1b7149565bdd35345c22d5.tar.gz gdb-43c998558fe5e8609b1b7149565bdd35345c22d5.tar.bz2 |
* cxux-nat.c (target_is_m88110): Remove definition.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/cxux-nat.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 696c282..a75af85 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Sun Sep 4 16:06:34 1994 Stan Shebs (shebs@andros.cygnus.com) + * cxux-nat.c (target_is_m88110): Remove definition. + * configure.in (config/nm-empty.h): If cross only, use instead of config/nm-trash.h. * config/nm-trash.h: Remove. diff --git a/gdb/cxux-nat.c b/gdb/cxux-nat.c index b36abce..b47c19d 100644 --- a/gdb/cxux-nat.c +++ b/gdb/cxux-nat.c @@ -398,8 +398,6 @@ add_shared_symbol_files () reinit_frame_cache (); } -int target_is_m88110; - #if defined(_ES_MP) #include <sys/regset.h> |