Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!brutus.cs.uiuc.edu!jdevito From: jdevito@brutus.cs.uiuc.edu (John Devitofranceschi) Newsgroups: gnu.gcc Subject: GCC 3b1 inconsistency? Keywords: in_section, text_section Message-ID: <1989Oct19.174059.7274@brutus.cs.uiuc.edu> Date: 19 Oct 89 17:40:59 GMT Sender: news@brutus.cs.uiuc.edu Distribution: gnu Organization: U of Illinois, CS Dept., Systems Research Group Lines: 26 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