This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f236585 runtime: don't call __go_alloc/__go_free in environment f [...] new a7bea5f 2016-11-18 Toma Tabacu toma.tabacu@imgtec.com new 8d2d5c0 Make arm_feature_set agree with type of FL_* macros new c8c5f87 [ARM] Optional -mthumb for Thumb only targets
The 3 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 | 4 + MAINTAINERS | 1 + gcc/ChangeLog | 46 ++++++ gcc/common/config/arm/arm-common.c | 23 +++ gcc/config/arm/arm-flags.h | 211 ++++++++++++++++++++++++ gcc/config/arm/arm-opts.h | 22 +++ gcc/config/arm/arm-protos.h | 187 +-------------------- gcc/config/arm/arm.h | 22 ++- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.target/arm/optional_thumb-1.c | 7 + gcc/testsuite/gcc.target/arm/optional_thumb-2.c | 7 + gcc/testsuite/gcc.target/arm/optional_thumb-3.c | 9 + 12 files changed, 357 insertions(+), 188 deletions(-) create mode 100644 gcc/config/arm/arm-flags.h create mode 100644 gcc/testsuite/gcc.target/arm/optional_thumb-1.c create mode 100644 gcc/testsuite/gcc.target/arm/optional_thumb-2.c create mode 100644 gcc/testsuite/gcc.target/arm/optional_thumb-3.c