* config/ho-hpux.h (BROKEN_ASSERT): Define if not __GNUC__.
authorIan Lance Taylor <ian@airs.com>
Mon, 21 Feb 1994 23:17:59 +0000 (23:17 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 21 Feb 1994 23:17:59 +0000 (23:17 +0000)
gas/ChangeLog
gas/config/ho-hpux.h

index eeef52d517d987e8a7258ae6a410280889296031..d81e06b8b2d8b5788cc3922f77f544d25f926a05 100644 (file)
@@ -1,5 +1,7 @@
 Mon Feb 21 11:41:18 1994  Ian Lance Taylor  (ian@cygnus.com)
 
+       * config/ho-hpux.h (BROKEN_ASSERT): Define if not __GNUC__.
+
        * read.c (read_a_source_file): Use correct arguments to memcpy
        (broken 19 Jul 1993).  From kjd@pescadero.stanford.edu (Kenneth
        Duda).
index 23310d7703489d72b870f6461e760ac881251e81..38099e020dc594846cd3422449ae4eaed745183d 100644 (file)
 #undef setbuffer
 #endif /* setbuffer */
 
+/* When using cc on HP/UX 8.07, an assert condition can not contain a
+   string literal.  */
+#ifndef __GNUC__
+#define BROKEN_ASSERT
+#endif
+
 #define setbuffer(stream, buf, size)
 
 /* Some basic include files.  Avoid including ho-sysv.h as it defines