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
https://sourceware.org/bugzilla/show_bug.cgi?id=29004
Mark Manning changed:
What|Removed |Added
Summary|various bugs in RISCV |various bugs in RISCV
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
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
: 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
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