From mboxrd@z Thu Jan 1 00:00:00 1970 From: Latchesar Ionkov To: 9fans@cse.psu.edu Message-ID: <20031229144245.GA16735@ionkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: [9fans] 8a: getting the address of a label Date: Mon, 29 Dec 2003 09:42:45 -0500 Topicbox-Message-UUID: b069ee22-eacc-11e9-9e20-41e7f4b1d025 Hi, I am still playing with the gcc port ... It would be very helpful, if Plan9 assembler and loader allow getting the addresses of the labels. The exception handling code is messy enough even without me trying to avoid using label addresses :( Also it would be useful for better implementation of the switch statement, as well as some gcc specific features like __label__ variables. Is there a chance that a patch that implements that will be accepted? Thanks, Lucho