This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/no-plt/gcc-6-branch in repository gcc.
discards 2083bd1 Default to -fno-plt discards e3e6e1d Call ___tls_get_addr via GOT for GNU TLS if possible discards aec739c Check if x86 ld supports calling ___tls_get_addr via GOT discards 151eb48 i386: Load external function address via GOT slot discards 43b1dd7 i386: Generate R_386_GOT32X relocation for -fno-plt discards cef399f Check if x86 as/ld support R_386_GOT32X relocation discards f883876 x86-64: Load external function address via GOT slot adds 4d8631c Daily bump. adds ff7bba3 Backport from mainline 2016-04-30 Rainer Orth <ro@CeBiTec [...] adds 59b4cc6 2016-06-15 David Edelsohn dje.gcc@gmail.com adds 954fe6a 2016-06-15 Andreas Tobler andreast@gcc.gnu.org adds cbf5f1a Daily bump. adds e0c2626 * config/i386/i386.md (setcc + movzbl peephole2): Use reg_se [...] adds 1355a19 PR target/71554 * gcc.c-torture/execute/pr71554.c: New test. adds e58867f 2016-06-16 Bill Schmidt wschmidt@linux.vnet.ibm.com new e0b9a46 x86-64: Load external function address via GOT slot new 0b4dd52 Check if x86 as/ld support R_386_GOT32X relocation new 09840d2 i386: Generate R_386_GOT32X relocation for -fno-plt new 4b0304e i386: Load external function address via GOT slot new b2be4f6 Check if x86 ld supports calling ___tls_get_addr via GOT new 83240e8 Call ___tls_get_addr via GOT for GNU TLS if possible new ae398ed 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 (2083bd1) \ N -- N -- N refs/heads/hjl/no-plt/gcc-6-branch (ae398ed)
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: fixincludes/ChangeLog | 15 ++ fixincludes/fixincl.x | 182 ++++++++++++++++++++- fixincludes/inclhack.def | 42 +++++ fixincludes/tests/base/stdlib.h | 20 +++ gcc/ChangeLog | 21 +++ gcc/DATESTAMP | 2 +- gcc/config/arm/freebsd.h | 4 + gcc/config/darwin.h | 1 + gcc/config/i386/i386.c | 3 + gcc/config/i386/i386.md | 6 +- gcc/config/i386/predicates.md | 8 +- gcc/testsuite/ChangeLog | 13 ++ gcc/testsuite/gcc.c-torture/execute/pr71554.c | 28 ++++ .../gcc.target/i386/{pr67400-1.c => pr67400-6.c} | 10 +- gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c | 3 +- gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.c | 3 +- 16 files changed, 340 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr71554.c copy gcc/testsuite/gcc.target/i386/{pr67400-1.c => pr67400-6.c} (71%)