This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8287861f7ca testsuite: Add tls_link effective target new 2588ef7423a or1k: Support long jump offsets with -mcmodel=large new 02a6f9a0df1 or1k: Fix struct return test
The 2 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/or1k/or1k.opt | 4 ++-- gcc/config/or1k/predicates.md | 3 ++- gcc/doc/invoke.texi | 7 ++++--- gcc/testsuite/gcc.target/or1k/call-1.c | 22 ++++++++++++++++++++++ gcc/testsuite/gcc.target/or1k/got-1.c | 18 ++++++++++++++++++ gcc/testsuite/gcc.target/or1k/return-2.c | 2 +- 6 files changed, 49 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.target/or1k/call-1.c create mode 100644 gcc/testsuite/gcc.target/or1k/got-1.c