mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
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.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
Mon Sep 28 21:16:51 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
Mon Sep 28 21:16:51 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
||||||
|
|
||||||
* tc-i960.c (get_cdisp): Use NO_RELOC, not 0, in call to fix_new.
|
* tc-i960.c (get_cdisp): Use NO_RELOC, not 0, in call to fix_new.
|
||||||
|
@ -29,6 +29,11 @@
|
|||||||
#define BROKEN_ASSERT
|
#define BROKEN_ASSERT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* The RS/6000 native compiler miscompiles an expression in tc-m68k.c. */
|
||||||
|
#ifndef __STDC__
|
||||||
|
#define IBM_COMPILER_SUX
|
||||||
|
#endif
|
||||||
|
|
||||||
extern void free ();
|
extern void free ();
|
||||||
|
|
||||||
/* end of ho-rs6000.h */
|
/* end of ho-rs6000.h */
|
||||||
|
Reference in New Issue
Block a user