http://sourceware.org/bugzilla/show_bug.cgi?id=14875
Bug #: 14875
Summary: Disassembling m68k shows scales which the m68000 does
not support
Product: binutils
Version: 2.23
Status: NEW
Severity: minor
y: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: i-bugzilla-sourceware-org-kasujfzh at rf dot risimo.net
Target Milestone: ---
$ cat fcmla.asm
.global main
.section .text
.balign 4
main:
fcmla v0.8h,v1.8h,v2.h[0],#270
fcmla v0.8h,v0.8
: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: i-bugzilla-sourceware-org-kasujfzh at rf dot risimo.net
Target Milestone: ---
$ hexdump bin2
000 ee f3 9e aa
004
$ objdump
everity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: i-bugzilla-sourceware-org-kasujfzh at rf dot risimo.net
Target Milestone: ---
$ cat sqrdmlah.asm
.global main
.section .text
.balign 4
main:
sqrdml
: binutils
Assignee: unassigned at sourceware dot org
Reporter: i-bugzilla-sourceware-org-kasujfzh at rf dot risimo.net
Target Milestone: ---
$ cat fmla.asm
.global main
.section .text
.balign 4
main:
fmla d10,d17,v30.d[1]
.inst 0x5ffe1a2a
ret
$ as
https://sourceware.org/bugzilla/show_bug.cgi?id=23204
Raimar Falke changed:
What|Removed |Added
Summary|objdump doesn't disassemble |aarch64: objdump doesn't
https://sourceware.org/bugzilla/show_bug.cgi?id=23212
--- Comment #1 from Raimar Falke ---
Looks like fmls has the same problem.
Take 0x5fe158bb for example which is (IMHO wrongly) disassembled as
fmls d27,d5,v1.d[1]
--
You are receiving this mail because:
You are on the CC list for the bug
: binutils
Assignee: unassigned at sourceware dot org
Reporter: i-bugzilla-sourceware-org-kasujfzh at rf dot risimo.net
Target Milestone: ---
$ cat mrs.asm
.global main
.section .text
.balign 4
main:
mrs x0,s0_0_c0_c4_3
.inst 0xd5200460
.inst 0xd5300460
https://sourceware.org/bugzilla/show_bug.cgi?id=23230
--- Comment #1 from Raimar Falke ---
MSR has the same problem:
0xd506178e is disassembled as "msr s0_6_c1_c7_4, x14" but is invalid.
--
You are receiving this mail because:
You are on the CC list for the bug.
__
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: i-bugzilla-sourceware-org-kasujfzh at rf dot risimo.net
Target Milestone: ---
$ cat ldarb.asm
.global main
.section .text
.balign 4
main:
ldarb w11,[x5]
.inst
https://sourceware.org/bugzilla/show_bug.cgi?id=23242
Raimar Falke changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=23242
--- Comment #4 from Raimar Falke ---
I'm sorry to bother you again but if objdump requires that the SBO
bits are set than how is the following explained?
$ cat ldarh.asm
.global main
.section .text
.balign 4
main:
ldarh w12,[x12]
https://sourceware.org/bugzilla/show_bug.cgi?id=23242
Raimar Falke changed:
What|Removed |Added
Summary|aarch64: objdump requires |aarch64: objdump should
https://sourceware.org/bugzilla/show_bug.cgi?id=23242
Raimar Falke changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
https://sourceware.org/bugzilla/show_bug.cgi?id=20319
Raimar Falke changed:
What|Removed |Added
CC||i-bugzilla-sourceware-org-k
15 matches
Mail list logo