]> Shamusworld >> Repos - rmac/commit
Fix to prevent defined registers/CCs from being exported in the symtab. v2.2.2
authorShamus Hammons <jlhamm@acm.org>
Mon, 30 May 2022 22:40:19 +0000 (17:40 -0500)
committerShamus Hammons <jlhamm@acm.org>
Mon, 30 May 2022 22:40:19 +0000 (17:40 -0500)
commit2e6a046d5d7e2c1863179c4dce8ef7505ff6dd6c
treef61bd547e81b77a4b7c6ad0f93cded23169f597c
parent7b931ff047bf0f55fbd5ac835987958e22af8d48
Fix to prevent defined registers/CCs from being exported in the symtab.

As it turns out, this was not due to malice but because RMAC was set up
to squeeze out every label ever defined in the assembly.  Hopefully,
with this patch, things should be a bit more sane.  :-)
object.c
object.h
procln.c
procln.h
rmac.c
rmac.h
symbol.c
symbol.h
version.h