Re: [cc65] Feature request for auto-export labels

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-09-04 11:13:55


On Thu, Sep 04, 2003 at 01:28:55AM -0700, David Holz wrote:
> It would be really handy if ca65 (and/or cl65) could default all non-nested
> labels to "export" via a command-line switch so they all appear to the
> linker.

This is a very, very bad idea. There are lots of files using label names "L1",
"L2", "loop" and so on. Exporting all these labels would result in lots of
duplicate identifiers in the linker.

> This would specifically be nice in my case in order to
> automatically populate the VICE label file for debugging, but could be
> useful all-around as well.

Is there any reason why you need all these labels to get exported? Why not use
debug information? 

BTW: The VICE label file will go for the next release, so please don't use it
for anything important.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-09-04 11:14:03 CEST