From 2cfb2b2533d6db6cf6f3dc1c208384224976fa17 Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 9 Apr 2026 21:28:07 -0400 Subject: [PATCH] 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). --- man/rgbasm.5 | 3 --- 1 file changed, 3 deletions(-) diff --git a/man/rgbasm.5 b/man/rgbasm.5 index 1365aac9..40cfb055 100644 --- a/man/rgbasm.5 +++ b/man/rgbasm.5 @@ -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.