https://sourceware.org/bugzilla/show_bug.cgi?id=21621

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Clifton <ni...@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=95e42ad4425f0ab0ebfb90035a891be576f9fca4

commit 95e42ad4425f0ab0ebfb90035a891be576f9fca4
Author: Nick Clifton <ni...@redhat.com>
Date:   Thu Oct 19 16:21:51 2017 +0100

    Fix the AVR assembler so that it will correctly issue warnings about
skipped instructions even if subsections are used.

        PR 21621
        * config/tc-avr.h (struct avr_frag_data): Add prev_opcode field.
        (TC_FRAG_INIT): Define.
        (avr_frag_init): Add prototype.
        * config/tc-avr.c (avr_frag_init): New function.
        (avr_operands): Replace static local 'prev' variable with
        prev_opcode field in current frag.
        * testsuite/gas/avr/pr21621.s: New test source file.
        * testsuite/gas/avr/pr21621.d: New test driver file.
        * testsuite/gas/avr/pr21621.s: New test error output file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to