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.

Reply via email to