Re: [cc65] linker cfg files

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-04-24 09:28:02


On Wed, Apr 23, 2003 at 03:55:05PM -0700, Shawn Jefferson wrote:
> What about putting the __heaporg definition in another file, so that anyone who wanted to change it could do so pretty easily by just redefining it themselves?  Ditto with the stack definition in crt0.s.  I realize that it isn't much of a difference (you could just have your own _heap.s function) but it is a little more configurable.

There is nothing that prevents you from supplying your own _heap.s and crt0.s
file, so the situation is exactly as you want to have it.

> While we are on that subject, how about taking the EXEHDR definition for the Atari target and putting that in a separate file as well?  For that matter, probably AUTOSTRT too.

You cannot do that, at least not easily. There are no references into these
segments, so they won't get linked when in separate files.

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-04-24 09:31:18 CEST