mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
* config/ho-hpux.h (BROKEN_ASSERT): Define if not __GNUC__.
This commit is contained in:
@ -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).
|
||||
|
@ -27,6 +27,12 @@
|
||||
#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
|
||||
|
Reference in New Issue
Block a user