grunwald@M.CS.UIUC.EDU (Dirk Grunwald) (12/23/88)
a couple of macros had holes in them. *** /tmp/,RCSt1a28044 Thu Dec 22 14:41:39 1988 --- tm-ns32k.h Thu Dec 22 14:43:14 1988 *************** *** 471,477 **** fputc (',', FILE); \ } \ fprintf (FILE, "],%d\n", SIZE); \ ! } else while (*bufp >= 0) \ fprintf (FILE, "\tmovd r%d,tos\n", *bufp++); \ fbufp = used_fregs_buf; \ --- 471,477 ---- fputc (',', FILE); \ } \ fprintf (FILE, "],%d\n", SIZE); \ ! } \ else while (*bufp >= 0) \ fprintf (FILE, "\tmovd r%d,tos\n", *bufp++); \ fbufp = used_fregs_buf; \ *************** *** 1069,1075 **** /* This is how to align the code that follows an unconditional branch. */ ! #define ASM_OUTPUT_ALIGN_CODE(FILE) fprintf (FILE, "\t.align 4\n") /* This is how to output an assembler line defining a `double' constant. */ --- 1069,1075 ---- /* This is how to align the code that follows an unconditional branch. */ ! #define ASM_OUTPUT_ALIGN_CODE(FILE) \ fprintf (FILE, "\t.align 4\n") /* This is how to output an assembler line defining a `double' constant. */