https://sourceware.org/bugzilla/show_bug.cgi?id=25668

            Bug ID: 25668
           Summary: z80: [patch] Fix colonless labels support
           Product: binutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: sergey.belyashov at gmail dot com
  Target Milestone: ---

Created attachment 12371
  --> https://sourceware.org/bugzilla/attachment.cgi?id=12371&action=edit
Fix colonless labels support

GAS in colonless mode fails to compile lines containing colonless label and
instruction with first operand inside parentheses, like:
lab1 jp (hl)
lab2 ld (address),a

This patch fixes it. Moreover, it replaces earlier colonless simulation by
standard LABELS_WITHOUT_COLONS macro definition.

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

Reply via email to