New issue
Advanced search Search tips

Issue 913718 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug
Build-Toolchain

Blocking:
issue 912780



Sign in to add a comment

[CrOS Toolchain] Need to disable plt when linking chrome

Project Member Reported by tcwang@chromium.org, Dec 10

Issue description

It appears keeping plt section is not doing much good. Need to try to use -fno-plt to disable plt section and see what improvement can we get to chrome.

 
Blocking: 912780
Status: Assigned (was: Untriaged)
maybe i'm missing something obvious, but how can you sanely build an ELF using dynamic libraries/linking and omit the PLT ?  how else are you going to deal with dynamically relocated symbols from ELF shared libs at runtime ?
there was some mechanism added to support this if you are doing -z,now.. 
I will try to find the details.
https://reviews.llvm.org/D39079 (has a link to the GCC description that does not seem to be working at the moment)

Sign in to add a comment