aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/ho-decstatn.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 60b5c0e..b899b85 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 8 12:52:46 1993 Ian Lance Taylor (ian@cygnus.com)
+
+ * config/ho-decstatn.h: Define BROKEN_ASSERT if not __GNUC__,
+ rather than undefining know.
+
Wed Apr 7 20:18:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
* doc/as.texinfo: converted conditional markup to use new
diff --git a/gas/config/ho-decstatn.h b/gas/config/ho-decstatn.h
index e13ea03..30d0d60 100644
--- a/gas/config/ho-decstatn.h
+++ b/gas/config/ho-decstatn.h
@@ -23,7 +23,7 @@ extern char *malloc ();
extern int free ();
#if !defined(__GNUC__)
-#define know(x)
+#define BROKEN_ASSERT
#endif /* not gcc */
/* end of ho-decstation.h */