This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/no-plt/no-plt in repository gcc.
discards ab431b5 Default to -fno-plt discards 318ae05 IFUNC resolver may resolve to a non-local function discards 069135e Call ___tls_get_addr via GOT for GNU TLS if possible discards a440c3c Check if x86 ld supports calling ___tls_get_addr via GOT discards c91a2e6 i386: Load external function address via GOT slot discards c7520d7 i386: Generate R_386_GOT32X relocation for -fno-plt discards c016c38 Check if x86 as/ld support R_386_GOT32X relocation discards 07ddb34 x86-64: Load external function address via GOT slot adds 583e3e1 x86-64: Load external function address via GOT slot adds 10a5b3c Check if x86 as/ld support R_386_GOT32X relocation adds 48fdcca i386: Generate R_386_GOT32X relocation for -fno-plt adds f0200cd i386: Load external function address via GOT slot adds d7313926 Check if x86 ld supports calling ___tls_get_addr via GOT adds dd21ec5 Call ___tls_get_addr via GOT for GNU TLS if possible new 750f8eb IFUNC resolver may resolve to a non-local function new c6bfa05 Default to -fno-plt
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (ab431b5) \ N -- N -- N refs/heads/hjl/no-plt/no-plt (c6bfa05)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/i386/i386.c | 7 ------- gcc/config/i386/i386.md | 4 ++-- gcc/config/i386/predicates.md | 11 +++++++++++ gcc/testsuite/gcc.target/i386/pr67400-1.c | 4 ++-- 4 files changed, 15 insertions(+), 11 deletions(-)