https://sourceware.org/bugzilla/show_bug.cgi?id=34024

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Austin from comment #2)
> (In reply to H.J. Lu from comment #1)
> > What is in tmp_main.ver?
> 
> Ah, sorry, this was my oversight. 
> tmp_main.ver:
> 
> ```
> SECTIONS { .rodata : ALIGN(4) { __crc_hello = .; LONG(0x05d25769); } }
> ```

Please try

SECTIONS { .rodata (READONLY) : ALIGN(4) { __crc_hello = .; LONG(0x05d25769); } 
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to