diff options
author | Raymond Jou <rjou@cygnus> | 1995-11-07 21:13:49 +0000 |
---|---|---|
committer | Raymond Jou <rjou@cygnus> | 1995-11-07 21:13:49 +0000 |
commit | ccb98a5afde747f75e0bb24f735be0309f770aff (patch) | |
tree | 3027bc16bafb01199c9f50eb38c8524052b9138a | |
parent | 206dc163b964190e4eb72b8a01c2b247d5882f97 (diff) | |
download | gdb-ccb98a5afde747f75e0bb24f735be0309f770aff.zip gdb-ccb98a5afde747f75e0bb24f735be0309f770aff.tar.gz gdb-ccb98a5afde747f75e0bb24f735be0309f770aff.tar.bz2 |
Exclude resources from SIOWgdb.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/mac-gdb.r | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a137789..3a14af1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Tue Nov 7 12:59:14 1995 Raymond Jou <rjou@mexican.cygnus.com> + + * mac-gdb.r: Added #ifdef Macgdb. + Tue Nov 7 14:59:51 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk> * remote-mips.c (mips_initialize): Updated to talk to VR4300 RISQ diff --git a/gdb/mac-gdb.r b/gdb/mac-gdb.r index 548ba0f..da007de 100644 --- a/gdb/mac-gdb.r +++ b/gdb/mac-gdb.r @@ -12,6 +12,8 @@ resource 'vers' (1) { "4.12.3, Copyright \251 1994 Free Software Foundation, Inc." }; +#ifdef Macgdb /* Exclude the following from SIOWgdb which uses SIOW.r. */ + resource 'MBAR' (128) { { mApple, mFile, mEdit, mDebug }; }; @@ -146,3 +148,5 @@ resource 'DLOG' (128) { 128, "" }; + +#endif |