This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/got/gcc-5-branch in repository gcc.
discards eb1ab5c Support -fno-plt=file and -fno-plt=[symbol,...] discards 76cc84e Load address of external function from its GOT slot discards 1d6114b Put local/global relocs in ro section for -fno-plt discards 7b575a6 Load external function address via GOT slot discards 95a273d Generate R_386_GOT32x relocation for -fno-plt -fno-pic discards b78bb8b Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX discards b27562d Check $READELF_FOR_TARGET for readelf in configure discards a448c82 Properly handle -fno-plt in ix86_expand_call new 8f7ae92 Properly handle -fno-plt in ix86_expand_call new 4717a2a Check $READELF_FOR_TARGET for readelf in configure new 46ec3ea Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX new e09cb92 Generate R_386_GOT32x relocation for -fno-plt -fno-pic new 8ef6de1 Load specific external function addresses via GOT slot new 44bf28c Backport struct string_hash from trunk new 2305912 Put local/global relocs in rw section for -freloc-rw new a283182 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 (eb1ab5c) \ N -- N -- N refs/heads/hjl/got/gcc-5-branch (a283182)
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 8 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/common.opt | 4 + gcc/config/i386/i386-protos.h | 3 + gcc/config/i386/i386.c | 136 +++++++++++---------- gcc/config/i386/i386.h | 10 ++ gcc/config/i386/predicates.md | 31 +---- gcc/noplt-symbols.c | 1 + gcc/noplt-symbols.h | 23 +++- gcc/opts.c | 1 + 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 +- 18 files changed, 132 insertions(+), 99 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%)