From: cuz Date: Thu, 22 May 2003 22:32:04 +0000 (+0000) Subject: Removed the empty LOWCODE segments from the startup files. This is now X-Git-Tag: V2.12.0~1554 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3b3e1bec17b5eab6f0f390de99c30a7b34810a3a;p=cc65 Removed the empty LOWCODE segments from the startup files. This is now handled by the OPTIONAL segment attribute in the linker config. git-svn-id: svn://svn.cc65.org/cc65/trunk@2164 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/apple2/crt0.s b/libsrc/apple2/crt0.s index 5b9edce22..335d339c9 100644 --- a/libsrc/apple2/crt0.s +++ b/libsrc/apple2/crt0.s @@ -21,11 +21,6 @@ .word __STARTUP_LOAD__ ; Start address .word __BSS_LOAD__ - __STARTUP_LOAD__ ; Size -; ------------------------------------------------------------------------ -; Create an empty LOWCODE segment to avoid linker warnings - -.segment "LOWCODE" - ; ------------------------------------------------------------------------ ; Place the startup code in a special segment. diff --git a/libsrc/atmos/crt0.s b/libsrc/atmos/crt0.s index 447f26101..c95f8f55d 100644 --- a/libsrc/atmos/crt0.s +++ b/libsrc/atmos/crt0.s @@ -15,11 +15,6 @@ .include "atmos.inc" -; ------------------------------------------------------------------------ -; Create an empty LOWCODE segment to avoid linker warnings - -.segment "LOWCODE" - ; ------------------------------------------------------------------------ ; Oric tape header diff --git a/libsrc/c16/crt0.s b/libsrc/c16/crt0.s index 8a63537b0..23c531b83 100644 --- a/libsrc/c16/crt0.s +++ b/libsrc/c16/crt0.s @@ -16,11 +16,6 @@ .include "../plus4/plus4.inc" -; ------------------------------------------------------------------------ -; Create an empty LOWCODE segment to avoid linker warnings - -.segment "LOWCODE" - ; ------------------------------------------------------------------------ ; Place the startup code in a special segment. diff --git a/libsrc/c64/crt0.s b/libsrc/c64/crt0.s index 17166f4d2..165d4e690 100644 --- a/libsrc/c64/crt0.s +++ b/libsrc/c64/crt0.s @@ -15,11 +15,6 @@ .include "c64.inc" -; ------------------------------------------------------------------------ -; Create an empty LOWCODE segment to avoid linker warnings - -.segment "LOWCODE" - ; ------------------------------------------------------------------------ ; Place the startup code in a special segment. diff --git a/libsrc/geos/devel/crt0.s b/libsrc/geos/devel/crt0.s index 89829dd29..7a3c10280 100644 --- a/libsrc/geos/devel/crt0.s +++ b/libsrc/geos/devel/crt0.s @@ -13,11 +13,6 @@ .export _exit .include "../inc/jumptab.inc" -; ------------------------------------------------------------------------ -; Create an empty LOWCODE segment to avoid linker warnings - -.segment "LOWCODE" - ; ------------------------------------------------------------------------ ; Place the startup code in a special segment. diff --git a/libsrc/nes/crt0.s b/libsrc/nes/crt0.s index 48254396e..34ec992c6 100644 --- a/libsrc/nes/crt0.s +++ b/libsrc/nes/crt0.s @@ -65,11 +65,6 @@ .byte 0,0,0,0,0,0,0,0 ; 8 zeroes -; ------------------------------------------------------------------------ -; Create an empty LOWCODE segment to avoid linker warnings - -.segment "LOWCODE" - ; ------------------------------------------------------------------------ ; Place the startup code in a special segment. diff --git a/libsrc/pet/crt0.s b/libsrc/pet/crt0.s index c3cebc774..5fc6f2a11 100644 --- a/libsrc/pet/crt0.s +++ b/libsrc/pet/crt0.s @@ -14,11 +14,6 @@ .include "pet.inc" .include "../cbm/cbm.inc" -; ------------------------------------------------------------------------ -; Create an empty LOWCODE segment to avoid linker warnings - -.segment "LOWCODE" - ; ------------------------------------------------------------------------ ; Place the startup code in a special segment. diff --git a/libsrc/vic20/crt0.s b/libsrc/vic20/crt0.s index 03a3bbc92..622bed4d7 100644 --- a/libsrc/vic20/crt0.s +++ b/libsrc/vic20/crt0.s @@ -15,11 +15,6 @@ .include "vic20.inc" .include "../cbm/cbm.inc" -; ------------------------------------------------------------------------ -; Create an empty LOWCODE segment to avoid linker warnings - -.segment "LOWCODE" - ; ------------------------------------------------------------------------ ; Place the startup code in a special segment.