bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/21621] [avr] Wrong / missing warning "skipping two-word instruc


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/21621] [avr] Wrong / missing warning "skipping two-word instruction"
Date: Thu, 19 Oct 2017 15:23:09 +0000

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 <address@hidden>:

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

commit 95e42ad4425f0ab0ebfb90035a891be576f9fca4
Author: Nick Clifton <address@hidden>
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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]