[Bug gas/31255] New: keyword arguments do not work with .altmacro

2024-01-17 Thread seanga2 at gmail dot com
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.


[Bug gas/25602] Unclear documentation about .altmacro

2024-01-17 Thread seanga2 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25602

seanga2 at gmail dot com changed:

   What|Removed |Added

 CC||seanga2 at gmail dot com

--- Comment #1 from seanga2 at gmail dot com ---
To expand on this, .altmacro is a global setting applied at macro invocation,
not at macro definition. This is not documented anywhere.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug libctf/27360] libctf.so.0: undefined symbol: bsearch_r

2021-02-19 Thread seanga2 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27360

seanga2 at gmail dot com changed:

   What|Removed |Added

 CC||seanga2 at gmail dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug libctf/25216] libctf doesn't respect a build configured with --with-system-zlib

2021-02-19 Thread seanga2 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25216

seanga2 at gmail dot com changed:

   What|Removed |Added

 CC||seanga2 at gmail dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug libctf/27297] libctf.a malformed, build fails on x86_64-apple-darwin18.7.0

2021-02-19 Thread seanga2 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27297

seanga2 at gmail dot com changed:

   What|Removed |Added

 CC||seanga2 at gmail dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.