Re: [PATCH] naming GCC's profile data section

2019-11-17 Thread Jeff Law
On 10/24/19 11:58 AM, David Taylor wrote: > Our application is embedded. And in addition to cold boot (reload > everything; start over from scratch), we support warm boot. As part of > supporting warm boot, read-write data that needs to be initialized, is > initialized by code. And we ensure at

[PATCH] naming GCC's profile data section

2019-10-24 Thread David Taylor
Our application is embedded. And in addition to cold boot (reload everything; start over from scratch), we support warm boot. As part of supporting warm boot, read-write data that needs to be initialized, is initialized by code. And we ensure at link time that the traditional initialized read-wr