[Bug gas/20798] wrong opcode generated with .intel_syntax noprefix

2016-11-09 Thread SztfG at yandex dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=20798 --- Comment #1 from SztfG at yandex dot ru --- to get this bytes 48 8b 04 25 10 00 00 00 I need to use mov rax, qword ptr [0x10] or mov rax, [0x10] and why I get same opcode for this two lines? mov rax, qword mov rax, 0x8 and this mov rax

[Bug gas/20798] New: wrong opcode generated with .intel_syntax noprefix

2016-11-09 Thread SztfG at yandex dot ru
Component: gas Assignee: unassigned at sourceware dot org Reporter: SztfG at yandex dot ru Target Milestone: --- testcase: .intel_syntax noprefix .code64 .section.text,"ax",@progbits .p2align 4,,15 .globl _start

[Bug gas/19364] 4 unneeded zero byte after movq *0xfa(r3),*0x68 assembled (VAX)

2015-12-15 Thread SztfG at yandex dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=19364 SztfG at yandex dot ru changed: What|Removed |Added Target||vax-linux -- You are

[Bug gas/19364] New: 4 unneeded zero byte after movq *0xfa(r3), *0x68 assembled (VAX)

2015-12-15 Thread SztfG at yandex dot ru
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: SztfG at yandex dot ru Target Milestone: --- Vax assembler Code: .text movq *0xfa(%r3), *$0x68 movq %r1, %r2 after assembling and objdumping I got this: <.t

[Bug gas/15127] New: assertion failed elfcode.h bfd_elf64_swap_symbol_out

2013-02-09 Thread SztfG at yandex dot ru
http://sourceware.org/bugzilla/show_bug.cgi?id=15127 Bug #: 15127 Summary: assertion failed elfcode.h bfd_elf64_swap_symbol_out Product: binutils Version: 2.22 Status: NEW Severity: normal Priority: P2 Component