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

Kaz Kojima <kkojima at rr dot iij4u.or.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |sh*-*-*
           Priority|P2                          |P3

--- Comment #1 from Kaz Kojima <kkojima at rr dot iij4u.or.jp> ---
Although I don't know about the details of FDPIC implementation,
it looks .got.plt and .got.funcdesc sections will be merged into
output got.  Should it be something like as:

      else if ((elf_elfheader (output_bfd)->e_flags & EF_SH_FDPIC)
               && (htab->sgot->size != 0
                   || htab->sgotplt->size != 0
                   || htab->sfuncdesc->size != 0))

shouldn't it?

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

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to