This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0cbfbd7 2015-08-26 Matthew Wahab matthew.wahab@arm.com new 8795a00 2015-08-26 Matthew Wahab matthew.wahab@arm.com new f546e2d [AArch64][TLSIE][2/2] Implement TLS IE for tiny model
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/ChangeLog | 26 +++ gcc/config/aarch64/aarch64-protos.h | 2 + gcc/config/aarch64/aarch64.c | 39 ++++- gcc/config/aarch64/aarch64.md | 25 +++ gcc/config/arm/arm-arches.def | 63 ++++---- gcc/config/arm/arm-cores.def | 202 ++++++++++++------------ gcc/config/arm/arm.c | 4 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.target/aarch64/tlsie_tiny_1.c | 7 + 9 files changed, 237 insertions(+), 135 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/tlsie_tiny_1.c