]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Exclude resources from SIOWgdb.
authorRaymond Jou <rjou@cygnus>
Tue, 7 Nov 1995 21:13:49 +0000 (21:13 +0000)
committerRaymond Jou <rjou@cygnus>
Tue, 7 Nov 1995 21:13:49 +0000 (21:13 +0000)
gdb/ChangeLog
gdb/mac-gdb.r

index a13778992644638f08d952eda25e61a4dc46d903..3a14af1220546987a2f902b6dc0fdb13bd3dbec2 100644 (file)
@@ -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
index 548ba0f59baca105c6d5d1c19be986d575f664df..da007deb3a2a7102f4c6f475c5d165ad83767fa4 100644 (file)
@@ -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