Move the constructor tables into the INIT segment

git-svn-id: svn://svn.cc65.org/cc65/trunk@3403 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2005-02-26 09:06:12 +00:00
parent 34017fb89a
commit 46cb3bb2e8
21 changed files with 25 additions and 25 deletions

View File

@@ -47,7 +47,7 @@ SEGMENTS {
}
FEATURES {
CONDES: segment = RODATA,
CONDES: segment = INIT,
type = constructor,
label = __CONSTRUCTOR_TABLE__,
count = __CONSTRUCTOR_COUNT__;