On 11/17/20 6:20 AM, H.J. Lu via Gcc-patches wrote:
> On Mon, Nov 16, 2020 at 7:59 PM Hans-Peter Nilsson wrote:
>> On Fri, 13 Nov 2020, H.J. Lu via Gcc-patches wrote:
>>> Done. Here is the updated patch.
>> Hi. I see a test-case for this kind of construct:
>>
>> int foo __attribute__((__used
On Mon, Nov 16, 2020 at 7:59 PM Hans-Peter Nilsson wrote:
>
> On Fri, 13 Nov 2020, H.J. Lu via Gcc-patches wrote:
> > Done. Here is the updated patch.
>
> Hi. I see a test-case for this kind of construct:
>
> int foo __attribute__((__used__, __section__ (".bar"))) = 42;
>
> and IIUC that it's h
On Fri, 13 Nov 2020, H.J. Lu via Gcc-patches wrote:
> Done. Here is the updated patch.
Hi. I see a test-case for this kind of construct:
int foo __attribute__((__used__, __section__ (".bar"))) = 42;
and IIUC that it's handled as I'd hope (setting "R" on the named
section, not another derived