This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/got/master in repository gcc.
discards 5ef6639 Support -fno-plt=file and -fno-plt=[symbol,...] discards eae10be Load address of external function from its GOT slot discards 6fc36fe Put local/global relocs in ro section for -fno-plt discards 00b369c Load external function address via GOT slot discards 6315ec8 Generate R_386_GOT32x relocation for -fno-plt -fno-pic discards dbb3dd6 Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX discards 8f91e6a Check $READELF_FOR_TARGET for readelf in configure discards bcebdbf Properly handle -fno-plt in ix86_expand_call discards f94c3bc Properly handle -fno-plt in ix86_expand_call adds e6e946d Daily bump. new 5fad1ce Properly handle -fno-plt in ix86_expand_call new 7b47114 Check $READELF_FOR_TARGET for readelf in configure new 547f9d7 Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX new e8319b1 Generate R_386_GOT32x relocation for -fno-plt -fno-pic new a0b7321 Load specific external function addresses via GOT slot new 94763af Put local/global relocs in rw section for -freloc-rw new 1fa8f52 Load address of external function from its GOT slot
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 (5ef6639) \ N -- N -- N refs/heads/hjl/got/master (1fa8f52)
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 7 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/DATESTAMP | 2 +- gcc/common.opt | 4 + gcc/config/i386/i386-protos.h | 3 + gcc/config/i386/i386.c | 142 +++++++++++---------- gcc/config/i386/predicates.md | 31 +---- gcc/targhooks.c | 2 +- .../gcc.target/i386/{pr67400-2.c => noplt-10.c} | 2 +- .../gcc.target/i386/{pr67400-3.c => noplt-11.c} | 2 +- .../gcc.target/i386/{pr67400-4.c => noplt-12.c} | 2 +- .../gcc.target/i386/{pr67400-7.c => noplt-13.c} | 2 +- gcc/testsuite/gcc.target/i386/noplt-5.c | 2 +- gcc/testsuite/gcc.target/i386/noplt-6.c | 4 +- .../gcc.target/i386/{pr67400-1.c => noplt-9.c} | 2 +- gcc/testsuite/gcc.target/i386/pr67400-5.c | 2 +- gcc/testsuite/gcc.target/i386/pr67400-6.c | 2 +- 15 files changed, 99 insertions(+), 105 deletions(-) copy gcc/testsuite/gcc.target/i386/{pr67400-2.c => noplt-10.c} (89%) copy gcc/testsuite/gcc.target/i386/{pr67400-3.c => noplt-11.c} (88%) copy gcc/testsuite/gcc.target/i386/{pr67400-4.c => noplt-12.c} (88%) copy gcc/testsuite/gcc.target/i386/{pr67400-7.c => noplt-13.c} (87%) copy gcc/testsuite/gcc.target/i386/{pr67400-1.c => noplt-9.c} (89%)