bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/147] New: Altivec opcodes disassembled for conflicting opc


From: ammonton at cc dot helsinki dot fi
Subject: [Bug binutils/147] New: Altivec opcodes disassembled for conflicting opcodes.
Date: 5 May 2004 12:27:38 -0000

In ppc-opc.c Altivec opcodes have both PPC_OPCODE_ALTIVEC and PPC_OPCODE_PPC
set, meaning they may be chosen instead of conflicting opcodes for targets that
set PPC_OPCODE_PPC.

example.S:
.text
efscmpeq 1, 2, 3
efsabs 3, 4
efsctsi 5, 6

powerpc-elf-as -me500 example.S
powerpc-elf-objdump -d -Me500 a.out

a.out:     file format elf32-powerpc

Disassembly of section .text:

00000000 <.text>:
   0:   10 82 1a ce     vupklsh v4,v3
   4:   10 64 02 c4     vsr     v3,v4,v0
   8:   10 a0 32 d5     efsctsi r5,r6

-- 
           Summary: Altivec opcodes disassembled for conflicting opcodes.
           Product: binutils
           Version: 2.15
            Status: NEW
          Severity: minor
          Priority: P2
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: ammonton at cc dot helsinki dot fi
                CC: bug-binutils at gnu dot org
GCC target triplet: powerpc-unknown-elf


http://sources.redhat.com/bugzilla/show_bug.cgi?id=147

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




reply via email to

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