[gnu.gcc.bug] gcc 1.36 on 3b1 problems

dir%koala.uucp@NIKE.CAIR.DU.EDU (Dan Rosenblatt) (11/21/89)

I had to change final.c and varasm.c to get gcc to compile (using gcc 1.35).
The enum variable in_section (values in_data, in_text, ...) is defined static
in varasm.c and referenced (because of macro definitions in 3b1 config files)
in final.c.  I made in_section global in varasm.c and extern in final.c

Also, a bad enum value reference exists in tm-3b1.h; text_section should be
in_text.

Thanx
Dan Rosenblatt
Sigma Design Inc.
...!dunike!koala!dir