]> Shamusworld >> Repos - rln/commit
Enable debug symbol propagation
authorJames Jones <atari@theinnocuous.com>
Wed, 13 Jul 2022 22:22:46 +0000 (15:22 -0700)
committerShamus Hammons <jlhamm@acm.org>
Tue, 16 Aug 2022 02:31:52 +0000 (21:31 -0500)
commit0fd021e7f8c8efa56c768945f71144f61b3ef2cf
tree670e23a8b5a8c03fe77b3b5dcb4ee58a80553d7d
parent0d71dcf00270f75a7692c788e2834e47231780ef
Enable debug symbol propagation

The existing code was sufficient to pass through
and relocate most debug symbols as necessary. It
was just disabled for some reason. The only bugs
were in the handling of non-text line numbers,
which aren't ever used as far as I can tell, and
include files, which should be relocated like
line numbers to match ALN's behavior.
rln.c