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:
Rangi
2026-04-09 21:28:07 -04:00
parent 187e1a55b8
commit 2cfb2b2533
-3
View File
@@ -1742,9 +1742,6 @@ error: Undefined symbol "LabelA"
at c.asm(2) at c.asm(2)
Linking failed with 1 error Linking failed with 1 error
.Ed .Ed
.Pp
Note also that only exported symbols will appear in symbol and map files produced by
.Xr rgblink 1 .
.Ss Purging symbols .Ss Purging symbols
.Ic PURGE .Ic PURGE
allows you to completely remove a symbol from the symbol table, as if it had never been defined. allows you to completely remove a symbol from the symbol table, as if it had never been defined.