diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-09-29 18:38:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-09-29 18:38:20 +0000 |
commit | 7c42ad77f3db87112247036467cb0e13a308b4d7 (patch) | |
tree | a539290f21abbdff1d7dd9e6abb06be0667be607 /gas/config/ho-rs6000.h | |
parent | be891e75a3c8b7398883fb860405eeb2b2b5194c (diff) | |
download | gdb-7c42ad77f3db87112247036467cb0e13a308b4d7.zip gdb-7c42ad77f3db87112247036467cb0e13a308b4d7.tar.gz gdb-7c42ad77f3db87112247036467cb0e13a308b4d7.tar.bz2 |
Tue Sep 29 10:51:55 1992 Ian Lance Taylor (ian@cygnus.com)
* tc-i960.h, tc-i960.c: avoid the ANSI preprocessor addition
#elif, since it is not supported by old compilers.
ho-rs6000.h, tc-m68k.c: the native RS/6000 compiler miscompiles a
couple of expressions in tc-m68k.c.
Diffstat (limited to 'gas/config/ho-rs6000.h')
-rw-r--r-- | gas/config/ho-rs6000.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/ho-rs6000.h b/gas/config/ho-rs6000.h index 614914c..d53f722 100644 --- a/gas/config/ho-rs6000.h +++ b/gas/config/ho-rs6000.h @@ -29,6 +29,11 @@ #define BROKEN_ASSERT #endif +/* The RS/6000 native compiler miscompiles an expression in tc-m68k.c. */ +#ifndef __STDC__ +#define IBM_COMPILER_SUX +#endif + extern void free (); /* end of ho-rs6000.h */ |