]> git.sur5r.net Git - cc65/commitdiff
Removed the empty LOWCODE segments from the startup files. This is now
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 22 May 2003 22:32:04 +0000 (22:32 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 22 May 2003 22:32:04 +0000 (22:32 +0000)
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

libsrc/apple2/crt0.s
libsrc/atmos/crt0.s
libsrc/c16/crt0.s
libsrc/c64/crt0.s
libsrc/geos/devel/crt0.s
libsrc/nes/crt0.s
libsrc/pet/crt0.s
libsrc/vic20/crt0.s

index 5b9edce225c2b31cb6d99e738e187c6aba1550bb..335d339c95f0bf751f43459e31b0773de4b220f5 100644 (file)
                .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.
 
index 447f26101b0b6d611f022ae634a89f7f8c9b3e5e..c95f8f55d1e89ee5ec74f6e7ae5f69fde02e66c2 100644 (file)
         .include        "atmos.inc"
 
 
-; ------------------------------------------------------------------------
-; Create an empty LOWCODE segment to avoid linker warnings
-
-.segment        "LOWCODE"
-
 ; ------------------------------------------------------------------------
 ; Oric tape header
 
index 8a63537b0cdd8a5d287ba7672d9eeb979e699424..23c531b83fa365d843c1e4bcde2b02a8402c3625 100644 (file)
        .include        "../plus4/plus4.inc"
 
 
-; ------------------------------------------------------------------------
-; Create an empty LOWCODE segment to avoid linker warnings
-
-.segment        "LOWCODE"
-
 ; ------------------------------------------------------------------------
 ; Place the startup code in a special segment.
 
index 17166f4d273b19d72144f7f04432e2e76e5c5bd8..165d4e6908257f21e8bd3bf7ea1ce898c08c8c6d 100644 (file)
        .include        "c64.inc"
 
 
-; ------------------------------------------------------------------------
-; Create an empty LOWCODE segment to avoid linker warnings
-
-.segment        "LOWCODE"
-
 ; ------------------------------------------------------------------------
 ; Place the startup code in a special segment.
 
index 89829dd2939c4d66481f50645c37d9cb1b97e487..7a3c1028099c62bcc9cdaa8cfaf5682670ce45c0 100644 (file)
        .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.
 
index 48254396ee747fb2a37b0ddcab6c3b4e6d5c4be9..34ec992c6c4adc9ddc9e809798bdac4cd2eec3da 100644 (file)
        .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.
 
index c3cebc77464f60ba7340f6a59a8328d756ff4005..5fc6f2a114622bdc9d4e9a661ca0c0def52a6d48 100644 (file)
        .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.
 
index 03a3bbc92693991eb51960e7c1cf4f8474c25d8e..622bed4d71b9193489f2f7c963e100c0c74f9481 100644 (file)
        .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.