|
From: | nsz at gcc dot gnu.org |
Subject: | [Bug gas/29519] New: .unreq does not handle line separator characters as such |
Date: | Wed, 24 Aug 2022 09:45:50 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=29519 Bug ID: 29519 Summary: .unreq does not handle line separator characters as such Product: binutils Version: 2.35 Status: NEW Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: nsz at gcc dot gnu.org Target Milestone: --- e.g. on aarch64 assembling foo .req x0 .unreq foo ; fails with <source>:2: Error: unknown register alias 'foo;' the ; should be a line separator and not parsed as part of the register alias name. because of this it's not possible to place multiple .unreq on the same line. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |