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] | |
But it is useless without linker support. Should linker group text.hot/text.unlikely like
*(.text.hot) *(.text .stub${RELOCATING+ .text.* .gnu.linkonce.t.*}) KEEP (*(.text.*personality*)) *(.text.unlikely)
Also, should section names be .text.hot/.text.unlikely instead of text.hot/text.unlikely?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |