[Bug gas/21816] New: Gnu Assembler for aarch64 injecting alignment bytes for aligned data

2017-07-21 Thread mark4th at gmail dot com
: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: mark4th at gmail dot com Target Milestone: --- I have a sub-macro that lays down a .ascii string and then aligns the assemby to a 32 bit address (4 bytes) using .align 4

[Bug gas/21816] Gnu Assembler for aarch64 injecting alignment bytes for aligned data

2017-07-21 Thread mark4th at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21816 --- Comment #1 from Mark Manning --- i mean injects 4 bytes (must learn to type) -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binuti

[Bug gas/29004] New: various bugs in RISCV version

2022-03-27 Thread mark4th at gmail dot com
Assignee: unassigned at sourceware dot org Reporter: mark4th at gmail dot com Target Milestone: --- The following macro has worked perfectly for decades with numerous versions of the GNU assembler for countless processors but fails with riscv. .macro _header_ name, cfa .section

[Bug gas/29004] various bugs in RISCV version

2022-03-30 Thread mark4th at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29004 --- Comment #1 from Mark Manning --- .macro VOCAB name, cfa, thread .header "\name", \cfa \cfa: nop jal x25, do_voc .quad \thread .fill 63, 8, 0 .quad vlink .set vlink, \cfa .endm the above macro is failing for the same reason

[Bug gas/29004] various bugs in RISCV version of as

2022-03-31 Thread mark4th at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29004 Mark Manning changed: What|Removed |Added Summary|various bugs in RISCV |various bugs in RISCV

[Bug gas/29020] New: listing files somewhat unhelpful

2022-04-03 Thread mark4th at gmail dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: mark4th at gmail dot com Target Milestone: --- listing files showing all offsets as 0x or less (digits :) some snippets from a current project one forth definition from my code... 6