Adjust geos startup code to new compiler handling. Introduce __STARTUP__
symbol, remove geos.o. git-svn-id: svn://svn.cc65.org/cc65/trunk@3989 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
;
|
||||
; This must be the *second* file on the linker command line
|
||||
; (.cvt header must be the *first* one)
|
||||
|
||||
; Startup code for geos
|
||||
;
|
||||
; Maciej 'YTM/Elysium' Witkowiak
|
||||
; 26.10.99, 10.3.2000, 15.8.2001, 23.12.2002
|
||||
|
||||
.export _exit
|
||||
.export __STARTUP__ : absolute = 1 ; Mark as startup
|
||||
|
||||
.import __RAM_START__, __RAM_SIZE__ ; Linker generated
|
||||
.import initlib, donelib
|
||||
.import callmain
|
||||
.import zerobss
|
||||
.importzp sp
|
||||
.export _exit
|
||||
.include "../inc/jumptab.inc"
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user