This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f25d7d1e5a0 [arm] Fix warning in parsecpu.awk new 056f86e82ed gcc/ Better ISR prologues by supporting GASes __gcc_isr ps [...]
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: gcc/ChangeLog | 47 +++++ gcc/common/config/avr/avr-common.c | 1 + gcc/config.in | 8 + gcc/config/avr/avr-passes.def | 9 +- gcc/config/avr/avr-protos.h | 1 + gcc/config/avr/avr.c | 318 +++++++++++++++++++++++++++----- gcc/config/avr/avr.h | 20 ++ gcc/config/avr/avr.md | 39 ++++ gcc/config/avr/avr.opt | 4 + gcc/config/avr/gen-avr-mmcu-specs.c | 5 + gcc/config/avr/specs.h | 1 + gcc/configure | 38 ++++ gcc/configure.ac | 10 + gcc/doc/extend.texi | 29 +++ gcc/doc/invoke.texi | 15 +- gcc/testsuite/gcc.target/avr/isr-test.h | 4 +- 16 files changed, 501 insertions(+), 48 deletions(-)