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 8d4d3e1 Load address of external function from its GOT slot discards 5da680e Put local/global relocs in rw section for -freloc-rw discards bb7c0fe Backport struct string_hash from trunk discards 9aca869 Load specific external function addresses via GOT slot discards 151ee79 Generate R_386_GOT32x relocation for -fno-plt -fno-pic discards 8e6d179 Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX discards efe44a1 Check $READELF_FOR_TARGET for readelf in configure discards 541f587 Properly handle -fno-plt in ix86_expand_call discards 5440085 Add more tests for PR target/66232 discards e0d503d Allow indirect sibcall with register arguments discards 038c9db * gcc.target/i386/noplt-1.c (dg-do): Fix target selector. * [...] discards 246f454 2015-06-04 Sriraman Tallam tmsriram@google.com discards b388230 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS p [...] discards 1ec67a5 * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt. discards 8f85267 Allow indirect branch via GOT slot for x32 discards 954a561 Fix PR target/65753 discards 0d1ab34 * calls.c (prepare_call_address): Transform PLT call to GOT [...] adds 2436242 Daily bump. adds aaa3b61 * config/i386/intelmic-mkoffload.c (prepare_target_image): H [...] new dec1033 * calls.c (prepare_call_address): Transform PLT call to GOT [...] new 246456d Fix PR target/65753 new 6b6ce00 Allow indirect branch via GOT slot for x32 new 819bfe8 * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt. new 5e60de3 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS p [...] new b83c3e3 2015-06-04 Sriraman Tallam tmsriram@google.com new f4c4186 * gcc.target/i386/noplt-1.c (dg-do): Fix target selector. * [...] new cbef35f Allow indirect sibcall with register arguments new 422bfe0 Add more tests for PR target/66232 new 1f17fa7 Properly handle -fno-plt in ix86_expand_call new 6cc1fd4 Check $READELF_FOR_TARGET for readelf in configure new 4c0c177 Check if x86 binutils supports R_386_GOT32X/R_X86_64_GOTPCRELX new b58a151 Generate R_386_GOT32x relocation for -fno-plt -fno-pic new 7a0bf08 Load specific external function addresses via GOT slot new 4cf9666 Backport struct string_hash from trunk new 6b21b47 Put local/global relocs in rw section for -freloc-rw new f63fae53 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 (8d4d3e1) \ N -- N -- N refs/heads/hjl/got/gcc-5-branch (f63fae53)
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 17 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/ChangeLog | 5 +++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 3 +- gcc/common.opt | 10 ++--- gcc/config/i386/i386.c | 16 ++------ gcc/config/i386/intelmic-mkoffload.c | 9 +++-- gcc/noplt-symbols.c | 45 +++++++++++++--------- gcc/noplt-symbols.h | 5 +-- gcc/opts.c | 10 ----- .../gcc.target/i386/{noplt-6.c => noplt-16.c} | 6 +-- gcc/testsuite/gcc.target/i386/pr67215-3.c | 3 +- gcc/toplev.c | 2 +- 12 files changed, 55 insertions(+), 61 deletions(-) copy gcc/testsuite/gcc.target/i386/{noplt-6.c => noplt-16.c} (57%)