https://sourceware.org/bugzilla/show_bug.cgi?id=31255
Bug ID: 31255 Summary: keyword arguments do not work with .altmacro Product: binutils Version: 2.41 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: seanga2 at gmail dot com Target Milestone: --- Consider the following program: .macro foo bar=1, baz=2 .print "\bar \baz" .endm foo baz=3 when assembling, it prints $ as macro.S 1 3 However, if .altmacro is added, then it prints $ as altmacro.S baz=3 2 This behavior is not documented. -- You are receiving this mail because: You are on the CC list for the bug.