http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52999
--- Comment #4 from dave.anglin at bell dot net 2012-04-23 14:50:18 UTC --- On 4/23/2012 9:56 AM, jakub at gcc dot gnu.org wrote: > Or for PA define __attribute_relro__ to nothing, or assume that users putting > decls into .data.rel.ro or .data.rel.ro.local sections know what they are > doing > and just force SECTION_WRITE | SECTION_RELRO always for those. hppa-linux uses the default section flags. Is there a reason why this is PA specific? I sense there must be as this would have come up before. It's -fPIC that triggers the error.