Path: utzoo!telly!ddsw1!lll-winken!killer!osu-cis!tut.cis.ohio-state.edu!M.CS.UIUC.EDU!grunwald From: grunwald@M.CS.UIUC.EDU (Dirk Grunwald) Newsgroups: gnu.gcc.bug Subject: patch to gcc-1.31/tm-ns32k.h Message-ID: <8812222044.AA03907@m.cs.uiuc.edu> Date: 22 Dec 88 20:44:41 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: grunwald@m.cs.uiuc.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 38 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. */