On 2015-02-16, at 11:38 AM, Richard Henderson wrote: >> >> Possibly the constant can somehow be forced into the data section where the >> relocations >> aren't a problem? > > Hmm. It looks like we might already do that. See default_select_rtx_section.
Thanks, I see the problem. default_reloc_rw_mask returns 0 when not generating PIC code, so rtx went to readonly_data_section. I was thinking that pa_select_section was somehow broken. Dave -- John David Anglin dave.ang...@bell.net