This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Part of the question is "how bss sections are named" according to evolution, or some crystal clear standard, or what ?
Would matching, say, ".bss" anywhere-in or at-the-end-of name be appropriate?
No, the standard is to be prefix based, this simplifies the impact on the linker scripts.
Ok. So a new category of bss sections could be matched by "X.bss" or "X.bss."*. Would that be reasonable?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |