This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/indbr/gcc-5-branch in repository gcc.
discards bf90d0a Check $READELF_FOR_TARGET for readelf in configure discards 8fe04b8 Generate indirect branch relocation via GOT discards d530ff3 Check if x86 gas supports indirect branch via GOT new 9f42fe7 Check $READELF_FOR_TARGET for readelf in configure new 3ec24f6 Check if x86 gas supports indirect branch via GOT new 488fd5d Generate indirect branch relocation via GOT new 7aef777 Load external function address via 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 (bf90d0a) \ N -- N -- N refs/heads/hjl/indbr/gcc-5-branch (7aef777)
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 4 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/config/i386/i386.c | 77 +++++++++++++++++++++++++++++++ gcc/configure | 4 +- gcc/configure.ac | 4 +- gcc/doc/tm.texi | 12 +++++ gcc/doc/tm.texi.in | 2 + gcc/expr.c | 1 + gcc/target.def | 15 ++++++ gcc/testsuite/gcc.target/i386/pr67400-1.c | 14 ++++++ gcc/testsuite/gcc.target/i386/pr67400-2.c | 15 ++++++ gcc/testsuite/gcc.target/i386/pr67400-3.c | 17 +++++++ 10 files changed, 157 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr67400-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr67400-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr67400-3.c