This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 33f466961c MIPS/GAS: Update `match_float_constant' and `match_operand' [...] new 32f76c6773 Add support for a __gcc_isr pseudo isntruction to the AVR as [...]
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: gas/ChangeLog | 36 +++ gas/config/tc-avr.c | 594 +++++++++++++++++++++++++++++++++++++- gas/config/tc-avr.h | 6 + gas/doc/c-avr.texi | 62 ++++ gas/testsuite/gas/avr/gccisr-01.d | 141 +++++++++ gas/testsuite/gas/avr/gccisr-01.s | 127 ++++++++ gas/testsuite/gas/avr/gccisr-02.d | 43 +++ gas/testsuite/gas/avr/gccisr-02.s | 38 +++ gas/testsuite/gas/avr/gccisr-03.d | 4 + gas/testsuite/gas/avr/gccisr-03.s | 6 + include/ChangeLog | 5 + include/opcode/avr.h | 5 + 12 files changed, 1060 insertions(+), 7 deletions(-) create mode 100644 gas/testsuite/gas/avr/gccisr-01.d create mode 100644 gas/testsuite/gas/avr/gccisr-01.s create mode 100644 gas/testsuite/gas/avr/gccisr-02.d create mode 100644 gas/testsuite/gas/avr/gccisr-02.s create mode 100644 gas/testsuite/gas/avr/gccisr-03.d create mode 100644 gas/testsuite/gas/avr/gccisr-03.s