[Bug binutils/25750] GNU as has inconsistent behavior when expanding .macro that takes as input directives with arguments

2020-04-08 Thread caij2003 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25750 --- Comment #8 from Jian Cai --- Hi Nick, Thanks for the feedback. First all of, apology and correction to the code example I came up with in https://sourceware.org/bugzilla/show_bug.cgi?id=25750#c4. It should be .macro foo insn1 insn2

[Bug binutils/25750] GNU as has inconsistent behavior when expanding .macro that takes as input directives with arguments

2020-04-14 Thread caij2003 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25750 Jian Cai changed: What|Removed |Added Resolution|FIXED |WONTFIX -- You are receiving this mail

[Bug binutils/25750] GNU as has inconsistent behavior when expanding .macro that takes as input directives with arguments

2020-04-14 Thread caij2003 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25750 Jian Cai changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug binutils/25750] GNU as has inconsistent behavior when expanding .macro that takes as input directives with arguments

2020-04-06 Thread caij2003 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25750 --- Comment #6 from Jian Cai --- > So this: > > .macro foo insn1 insn2 > \insn1 \insn2 > .endm > > foo .section .sec1 > > Does work. Thanks for the suggestion. I found this issue while working on

[Bug binutils/25750] New: GNU as has inconsistent behavior when expanding .macro that takes as input directives with arguments

2020-03-30 Thread caij2003 at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: caij2003 at gmail dot com Target Milestone: --- Handling of spaces between directives and their arguments when expanding macros

[Bug binutils/25750] GNU as has inconsistent behavior when expanding .macro that takes as input directives with arguments

2020-04-01 Thread caij2003 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25750 --- Comment #2 from Jian Cai --- Hi Nick, Thank you for the information. I used gas 2.33.1 $ as -v GNU assembler version 2.33.1 (aarch64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.33.1 Does :vararg work for multiple

[Bug binutils/25750] GNU as has inconsistent behavior when expanding .macro that takes as input directives with arguments

2020-04-02 Thread caij2003 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25750 --- Comment #4 from Jian Cai --- Sorry I just realized my question was misleading. What I really meant was if vararg would work on a macro taking as input multiple directives with arguments, such as the one below. vararg seemed to not work

[Bug gas/27519] GNU AS does not support SUBSPL syntax

2021-03-04 Thread caij2003 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27519 Jian Cai changed: What|Removed |Added Version|unspecified |2.35.1 -- You are receiving this mail

[Bug gas/27519] GNU AS does not support SUBSPL syntax

2021-03-05 Thread caij2003 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27519 Jian Cai changed: What|Removed |Added Resolution|--- |NOTABUG Status|UNCONFIRMED

[Bug gas/27519] GNU AS does not support SUBSPL syntax

2021-03-04 Thread caij2003 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27519 Jian Cai changed: What|Removed |Added URL||https://crbug.com/1184997 -- You are

[Bug gas/27519] New: GNU AS does not support SUBSPL syntax

2021-03-04 Thread caij2003 at gmail dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: caij2003 at gmail dot com Target Milestone: --- According to "ARM Architecture Reference Manual ARMv7-A and ARMv7-R edition", the subtraction instruction of registers has the following synt