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] | |
So there is no documented standard involved.
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?
_prefix_, not suffix. No. You'd first have to explain why the existing standard of prefix can't be made to work I think. .bss.X would be the convention to use.
"X.bss" would be the prefix
(like .sbss and .gnu.linkonce.b. that is not included in any .bss.* wildcard patterns in a linker script.
The situation is: in an embedded system, certain variables are placed in .persistent.bss
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |