[Bug binutils/21056] New: tic6x - erroneous disassembly of parallel instructions

2017-01-16 Thread alexis.deruelle at gmail dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: alexis.deruelle at gmail dot com Target Milestone: --- Created attachment 9755 --> https://sourceware.org/bugzilla/attachment.cgi?id=9755&action=edit Patch and test case Problem : mis

[Bug binutils/15324] dwarf.c build error on MacOs X Snow Leopard 10.6.8: strnlen definition missing

2013-03-31 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15324 --- Comment #3 from Alexis Deruelle 2013-03-31 09:17:21 UTC --- (In reply to comment #2) > Created attachment 6964 [details] > patch against git head 03/31/2013 Had to adapt patch as it didn't apply on the git source tree but that works, than

[Bug binutils/15324] dwarf.c build error on MacOs X Snow Leopard 10.6.8: strnlen definition missing

2013-03-31 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15324 --- Comment #2 from Alexis Deruelle 2013-03-31 09:15:20 UTC --- Created attachment 6964 --> http://sourceware.org/bugzilla/attachment.cgi?id=6964 patch against git head 03/31/2013 -- Configure bugmail: http://sourceware.org/bugzilla/userpr

[Bug binutils/15324] dwarf.c build error on MacOs X Snow Leopard 10.6.8: strnlen definition missing

2013-03-29 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15324 Alexis Deruelle changed: What|Removed |Added Attachment #6959|0 |1 is patch|

[Bug binutils/15324] New: dwarf.c build error on MacOs X Snow Leopard 10.6.8: strnlen definition missing

2013-03-29 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15324 Bug #: 15324 Summary: dwarf.c build error on MacOs X Snow Leopard 10.6.8: strnlen definition missing Product: binutils Version: unspecified Status: NEW Sever

[Bug binutils/15068] tic6x - disassembly of 16 bits opcode

2013-03-27 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15068 Alexis Deruelle changed: What|Removed |Added Attachment #6911|0 |1 is obsolete|

[Bug binutils/15068] tic6x - disassembly of 16 bits opcode

2013-03-27 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15068 --- Comment #4 from Alexis Deruelle 2013-03-27 14:11:27 UTC --- Hi Nick, Thanks ! I didn't expect this patch to be checked in so promptly and had another revision cooking. Do you want me to re-open this bug or do you prefer that I file new b

[Bug binutils/15068] tic6x - disassembly of 16 bits opcode

2013-03-01 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15068 Alexis Deruelle changed: What|Removed |Added Attachment #6830|0 |1 is obsolete|

[Bug binutils/15082] tic6x - incorrect decoding of MPYDP instruction with xpath bit set

2013-02-14 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15082 --- Comment #2 from Alexis Deruelle 2013-02-14 09:30:09 UTC --- Created attachment 6872 --> http://sourceware.org/bugzilla/attachment.cgi?id=6872 Patch that fixes mpydp decoding with x-path bit set Add changelog entries for all modified fil

[Bug binutils/15082] tic6x - incorrect decoding of MPYDP instruction with xpath bit set

2013-02-14 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15082 Alexis Deruelle changed: What|Removed |Added Attachment #6835|0 |1 is patch|

[Bug gas/15094] tic6x - opcode decoding for absdp, dpint, dpsp, dptrunc, rcpdp and rsqrdp instructions

2013-02-12 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15094 --- Comment #6 from Alexis Deruelle 2013-02-12 20:13:28 UTC --- I've just applied for the requested assignment. As I understand, you'd like individual changelog entries for the different parts of the patch. Is that right ? What about the fo

[Bug gas/15094] tic6x - opcode decoding for absdp, dpint, dpsp, dptrunc, rcpdp and rsqrdp instructions

2013-02-07 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15094 Alexis Deruelle changed: What|Removed |Added Summary|tic6x - opcode variants for |tic6x - opcode decoding for

[Bug gas/15094] tic6x - opcode variants for absdp, dpint, dpsp, dptrunc, rcpdp and rsqrdp instructions

2013-02-07 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15094 --- Comment #4 from Alexis Deruelle 2013-02-07 15:06:42 UTC --- Patch updated against master : - generates the same opcodes as Ti SDK - keep old opcodes in gas testsuite as they seem perfectly legit - simplify the disassembly by only looking

[Bug gas/15094] tic6x - opcode variants for absdp, dpint, dpsp, dptrunc, rcpdp and rsqrdp instructions

2013-02-07 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15094 Alexis Deruelle changed: What|Removed |Added Attachment #6844|0 |1 is obsolete|

[Bug gas/15094] tic6x - opcode variants for absdp, dpint, dpsp, dptrunc, rcpdp and rsqrdp instructions

2013-02-04 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15094 --- Comment #2 from Alexis Deruelle 2013-02-04 10:49:42 UTC --- For the record here is an example for absdp instruction absdp.asm : .text nop absdp_variant1: ;dst src2 src1 x .word 0x0c180b20; 1

[Bug gas/15094] tic6x - opcode variants for absdp, dpint, dpsp, dptrunc, rcpdp and rsqrdp instructions

2013-02-04 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15094 Alexis Deruelle changed: What|Removed |Added Summary|tic6x - incorrect encoding |tic6x - opcode variants for

[Bug gas/15094] tic6x - incorrect encoding of absdp, dpint, dpsp, dptrunc, rcpdp and rsqrdp instructions

2013-02-04 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15094 --- Comment #1 from Alexis Deruelle 2013-02-04 10:33:47 UTC --- This is tricky. Just crossed check and the opcode that binutils generates is correctly disassembled by Ti disassembler. It means there exist 2 variants for those instructions :

[Bug gas/15094] New: tic6x - incorrect encoding of absdp, dpint, dpsp, dptrunc, rcpdp and rsqrdp instructions

2013-02-03 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15094 Bug #: 15094 Summary: tic6x - incorrect encoding of absdp, dpint, dpsp, dptrunc, rcpdp and rsqrdp instructions Product: binutils Version: 2.23 Status: NEW Se

[Bug binutils/15082] tic6x - incorrect decoding of MPYDP instruction with xpath bit set

2013-01-30 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15082 --- Comment #1 from Alexis Deruelle 2013-01-30 09:33:58 UTC --- Ti's dis6x output for the case (compiled with cl6x -mv6740) : .text: NOP 0004 1702 MPYDP.M2X B1:B0,A1:A

[Bug binutils/15082] New: tic6x - incorrect decoding of MPYDP instruction with xpath bit set

2013-01-29 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15082 Bug #: 15082 Summary: tic6x - incorrect decoding of MPYDP instruction with xpath bit set Product: binutils Version: 2.23 Status: NEW Severity: normal

[Bug binutils/15068] tic6x - disassembly of 16 bits opcode

2013-01-26 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15068 Alexis Deruelle changed: What|Removed |Added Version|unspecified |2.23 -- Configure bugmail: http://s

[Bug binutils/15068] tic6x - disassembly of 16 bits opcode

2013-01-26 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15068 Alexis Deruelle changed: What|Removed |Added Depends on||15069 -- Configure bugmail: http://

[Bug binutils/15069] tic6x - incorrect decoding of BNOP instruction within header based fetch packet

2013-01-26 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15069 Alexis Deruelle changed: What|Removed |Added Version|2.24 (HEAD) |2.23 Blocks|

[Bug binutils/15069] New: tic6x - incorrect decoding of BNOP instruction within header based fetch packet

2013-01-26 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15069 Bug #: 15069 Summary: tic6x - incorrect decoding of BNOP instruction within header based fetch packet Product: binutils Version: 2.24 (HEAD) Status: NEW Seve

[Bug binutils/15068] tic6x - disassembly of 16 bits opcode

2013-01-26 Thread alexis.deruelle at gmail dot com
||e/binutils-tic6x-dis-16bits CC||alexis.deruelle at gmail ||dot com -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are

[Bug binutils/15068] New: tic6x - disassembly of 16 bits opcode

2013-01-26 Thread alexis.deruelle at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15068 Bug #: 15068 Summary: tic6x - disassembly of 16 bits opcode Product: binutils Version: unspecified Status: NEW Severity: enhancement Priority: P2 Component: b