public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/67215] New: -fno-plt needs improvements for x86
@ 2015-08-14 12:37 andrew.n.senkevich at gmail dot com
  2015-08-14 12:45 ` [Bug target/67215] " hjl.tools at gmail dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: andrew.n.senkevich at gmail dot com @ 2015-08-14 12:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67215

            Bug ID: 67215
           Summary: -fno-plt needs improvements for x86
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: andrew.n.senkevich at gmail dot com
                CC: hjl.tools at gmail dot com
  Target Milestone: ---

We shouldn't turn

call foo@plt

into

load foo@plt into %eax
call *%eax

We should keep

call/jmp *foo@GOT


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-10-27 14:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-14 12:37 [Bug target/67215] New: -fno-plt needs improvements for x86 andrew.n.senkevich at gmail dot com
2015-08-14 12:45 ` [Bug target/67215] " hjl.tools at gmail dot com
2015-08-14 13:00 ` andrew.n.senkevich at gmail dot com
2015-08-14 13:07 ` hjl.tools at gmail dot com
2015-08-14 15:25 ` andrew.n.senkevich at gmail dot com
2015-08-14 15:34 ` hjl.tools at gmail dot com
2015-08-16  1:08 ` hjl.tools at gmail dot com
2015-09-06 10:59 ` LpSolit at netscape dot net
2015-10-27 14:30 ` hjl at gcc dot gnu.org
2015-10-27 14:30 ` hjl.tools at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).