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.