pdp11 assembler generate the opcode of CLC on SEC command:

> cat test.asm 
        sec
        clc
> pdp11-aout-as -al test.asm 
GAS LISTING test.asm                    page 1


   1 0000 A100                  sec
   2 0002 A100                  clc

-- 
           Summary: Wrong opcode for SEC instruction
           Product: binutils
           Version: 2.16
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: silyevsk at gmail dot com
                CC: bug-binutils at gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: pdp11-unknown-aout


http://sourceware.org/bugzilla/show_bug.cgi?id=2494

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to