bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/25668] New: z80: [patch] Fix colonless labels support


From: sergey.belyashov at gmail dot com
Subject: [Bug gas/25668] New: z80: [patch] Fix colonless labels support
Date: Fri, 13 Mar 2020 14:08:34 +0000

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

[Prev in Thread] Current Thread [Next in Thread]