mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Remove the claim that only exported symbols appear in sym and map files
Fixes #1916 This claim was true in v0.4.2, but intentionally changed in v0.5.0. rgblink(1) already explains that "all visible labels and exported numeric constants" will appear, which is a more appropriate location than rgbasm(5).
This commit is contained in:
@@ -1742,9 +1742,6 @@ error: Undefined symbol "LabelA"
|
||||
at c.asm(2)
|
||||
Linking failed with 1 error
|
||||
.Ed
|
||||
.Pp
|
||||
Note also that only exported symbols will appear in symbol and map files produced by
|
||||
.Xr rgblink 1 .
|
||||
.Ss Purging symbols
|
||||
.Ic PURGE
|
||||
allows you to completely remove a symbol from the symbol table, as if it had never been defined.
|
||||
|
||||
Reference in New Issue
Block a user