From: James Jones Date: Wed, 13 Jul 2022 22:22:46 +0000 (-0700) Subject: Enable debug symbol propagation X-Git-Tag: v1.7.3~1 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=0fd021e7f8c8efa56c768945f71144f61b3ef2cf;hp=0fd021e7f8c8efa56c768945f71144f61b3ef2cf;p=rln 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. ---