bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/25576] New: z80: [patch] Remove unnecessary local label definit


From: sergey.belyashov at gmail dot com
Subject: [Bug gas/25576] New: z80: [patch] Remove unnecessary local label definition
Date: Wed, 19 Feb 2020 10:40:37 +0000

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

            Bug ID: 25576
           Summary: z80: [patch] Remove unnecessary local label definition
           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 12301
  --> https://sourceware.org/bugzilla/attachment.cgi?id=12301&action=edit
Remove unnecessary local label definition

I have missunderstood about local/global names. I think, that all non-local
(which are identified by assembler or BFD) symbols are global.

This patch removes SDCC compatibility for:
- mark all non-global symbols prefixed by underscore as local.
- clear dollar-label cache after any non-dollar-label definition (cause test
fail, because really local label is used in it - fixed).

-- 
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]