This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/no-plt/got32x in repository gcc.
discards 3d02efc i386: Access external function via GOT slot for -fno-plt adds 06c343d Daily bump. adds 1d6aa00 2016-06-23 Jakub Sejdak jakub.sejdak@phoesys.com adds 6de7718 2016-06-23 Jakub Sejdak jakub.sejdak@phoesys.com adds 21ecea3 2016-06-23 Jakub Sejdak jakub.sejdak@phoesys.com adds afa7ed8 Fix PR middle-end/71619 new 7b0dbad i386: Access external function via GOT slot for -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 (3d02efc) \ N -- N -- N refs/heads/hjl/no-plt/got32x (7b0dbad)
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 1 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: ChangeLog | 5 ++ configure | 6 +++ configure.ac | 6 +++ gcc/ChangeLog | 12 +++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 11 +++++ gcc/config.in | 12 ++--- gcc/config/{ia64/t-hpux => arm/t-phoenix} | 19 ++++---- gcc/config/i386/i386.c | 34 +++++++------- gcc/config/{i386/rtems-64.h => phoenix.h} | 25 +++++----- gcc/configure | 76 ++++++++++++++++--------------- gcc/configure.ac | 55 +++++++++------------- gcc/predict.c | 6 ++- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.dg/pr71619.c | 11 +++++ gcc/testsuite/lib/target-supports.exp | 2 +- libgcc/ChangeLog | 4 ++ libgcc/config.host | 7 +++ 18 files changed, 179 insertions(+), 118 deletions(-) copy gcc/config/{ia64/t-hpux => arm/t-phoenix} (62%) copy gcc/config/{i386/rtems-64.h => phoenix.h} (52%) create mode 100644 gcc/testsuite/gcc.dg/pr71619.c