Named bss sections

Christian Iseli chris@lslsun.epfl.ch
Tue Sep 9 04:15:00 GMT 1997


> I'll ask my question another way :-)  Show me a variable declaration that
> specifies a specific section, but doesn't end up where it belongs and is
> fixed by your patch.

Ah, now I see it.  Turns out my target code uses ENCODE_SECTION_INFO to decide
if it wants to put some small variables in a special section.  The code I wrote
forgot to clear the DECL_COMMON flag after assigning the variable to a section.
Silly me... the patch is not needed now that my other code is corrected.

					Christian



More information about the Gcc mailing list