bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/19091] sh: FDPIC linker fails to produce DT_PLTGOT for some file


From: kkojima at rr dot iij4u.or.jp
Subject: [Bug ld/19091] sh: FDPIC linker fails to produce DT_PLTGOT for some files
Date: Sat, 10 Oct 2015 23:21:12 +0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]