jdevito@brutus.cs.uiuc.edu (John Devitofranceschi) (10/20/89)
In tm-3b1.h the following macro is defined:
#define ASM_OUTPUT_SKIP(FILE,SIZE) \
if (in_section == text_section) \
{ \
....rest deleted
When I tried to compile final.c , I got complaints about
in_section and text_section not being defined.
Now, is this the same in_section that's defined in varasm.c?
If so, then what about text_section? That's defined as a function in
varasm.c.
In case it matters, I'm using 1.34 to compile version 1.36.
Any help appreciated.
jd
-----------------------------------------------------------------------
John Devitofranceschi
jdevito@a.cs.uiuc.edu
(217) 332-2458