[gnu.gcc.bug] hpux gcc bug fix

barrett%hpisldab@HPLABS.HP.COM (Dave Barrett) (08/01/89)

I have found a fix for the "gcc_compiled.:" bug for HP-UX.

The problem is that config/tm-hp98k320.h  has a comment
line which has no closing "*/", and it ate the "#define ASM_..." stuff.
You need to add the closing "*/".

				            right here			
						|
						v
"/* Prevent output of `gcc_compiled.:'.

#define ASM_IDENTIFY_GCC(FILE)

#else /* } not HPUX_ASM */