Commit c270f796 by Richard Stallman

(MY_ISCOFF, OBJECT_FORMAT_COFF, NO_SYS_SIGLIST): New definitions.

From-SVN: r4898
parent 2be154de
......@@ -509,3 +509,10 @@ do { fprintf (asm_out_file, "\ttag\t"); \
#define UMODSI3_LIBCALL "*ulrem"
#define MULSI3_LIBCALL "*lmul"
#define UMULSI3_LIBCALL "*ulmul"
/* Definitions for collect2. */
#define OBJECT_FORMAT_COFF
#define NO_SYS_SIGLIST
#define MY_ISCOFF(magic) \
((magic) == MC68KWRMAGIC || (magic) == MC68KROMAGIC || (magic) == MC68KPGMAGIC)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment