From 094ffa1984caf6e20adedc9f96fa76257e1dec3c Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Sat, 16 Jun 2012 20:57:49 +0000
Subject: [PATCH] Renamed segment 'HIGHCODE' to 'LC because: 1. Its use isn't
limited to code. It may as well be used for rodata. 2. This fits better to
the new __LCADDR__ / __LCSIZE__ parameters.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5723 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
src/ld65/cfg/apple2-loader.cfg | 2 +-
src/ld65/cfg/apple2-system.cfg | 2 +-
src/ld65/cfg/apple2.cfg | 2 +-
src/ld65/cfg/apple2enh-loader.cfg | 2 +-
src/ld65/cfg/apple2enh-system.cfg | 2 +-
src/ld65/cfg/apple2enh.cfg | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/ld65/cfg/apple2-loader.cfg b/src/ld65/cfg/apple2-loader.cfg
index 4547f59d4..8a48e1a32 100644
--- a/src/ld65/cfg/apple2-loader.cfg
+++ b/src/ld65/cfg/apple2-loader.cfg
@@ -30,7 +30,7 @@ SEGMENTS {
ZPSAVE: load = RAM, type = bss, define = yes;
BSS: load = RAM, type = bss, define = yes;
INIT: load = MOVE, run = RAM, type = ro, define = yes;
- HIGHCODE: load = MOVE, run = LC, type = ro, optional = yes;
+ LC: load = MOVE, run = LC, type = ro, optional = yes;
}
FEATURES {
CONDES: segment = INIT,
diff --git a/src/ld65/cfg/apple2-system.cfg b/src/ld65/cfg/apple2-system.cfg
index 35a7cfa21..7f153897f 100644
--- a/src/ld65/cfg/apple2-system.cfg
+++ b/src/ld65/cfg/apple2-system.cfg
@@ -27,7 +27,7 @@ SEGMENTS {
ZPSAVE: load = RAM, type = bss, define = yes;
BSS: load = RAM, type = bss, define = yes;
INIT: load = MOVE, run = RAM, type = ro, define = yes;
- HIGHCODE: load = MOVE, run = LC, type = ro, optional = yes;
+ LC: load = MOVE, run = LC, type = ro, optional = yes;
}
FEATURES {
CONDES: segment = INIT,
diff --git a/src/ld65/cfg/apple2.cfg b/src/ld65/cfg/apple2.cfg
index cef8c3b60..6c4977901 100644
--- a/src/ld65/cfg/apple2.cfg
+++ b/src/ld65/cfg/apple2.cfg
@@ -30,7 +30,7 @@ SEGMENTS {
ZPSAVE: load = RAM, type = bss, define = yes;
BSS: load = RAM, type = bss, define = yes;
INIT: load = MOVE, run = RAM, type = ro, define = yes;
- HIGHCODE: load = MOVE, run = LC, type = ro, optional = yes;
+ LC: load = MOVE, run = LC, type = ro, optional = yes;
}
FEATURES {
CONDES: segment = INIT,
diff --git a/src/ld65/cfg/apple2enh-loader.cfg b/src/ld65/cfg/apple2enh-loader.cfg
index 4547f59d4..8a48e1a32 100644
--- a/src/ld65/cfg/apple2enh-loader.cfg
+++ b/src/ld65/cfg/apple2enh-loader.cfg
@@ -30,7 +30,7 @@ SEGMENTS {
ZPSAVE: load = RAM, type = bss, define = yes;
BSS: load = RAM, type = bss, define = yes;
INIT: load = MOVE, run = RAM, type = ro, define = yes;
- HIGHCODE: load = MOVE, run = LC, type = ro, optional = yes;
+ LC: load = MOVE, run = LC, type = ro, optional = yes;
}
FEATURES {
CONDES: segment = INIT,
diff --git a/src/ld65/cfg/apple2enh-system.cfg b/src/ld65/cfg/apple2enh-system.cfg
index 35a7cfa21..7f153897f 100644
--- a/src/ld65/cfg/apple2enh-system.cfg
+++ b/src/ld65/cfg/apple2enh-system.cfg
@@ -27,7 +27,7 @@ SEGMENTS {
ZPSAVE: load = RAM, type = bss, define = yes;
BSS: load = RAM, type = bss, define = yes;
INIT: load = MOVE, run = RAM, type = ro, define = yes;
- HIGHCODE: load = MOVE, run = LC, type = ro, optional = yes;
+ LC: load = MOVE, run = LC, type = ro, optional = yes;
}
FEATURES {
CONDES: segment = INIT,
diff --git a/src/ld65/cfg/apple2enh.cfg b/src/ld65/cfg/apple2enh.cfg
index cef8c3b60..6c4977901 100644
--- a/src/ld65/cfg/apple2enh.cfg
+++ b/src/ld65/cfg/apple2enh.cfg
@@ -30,7 +30,7 @@ SEGMENTS {
ZPSAVE: load = RAM, type = bss, define = yes;
BSS: load = RAM, type = bss, define = yes;
INIT: load = MOVE, run = RAM, type = ro, define = yes;
- HIGHCODE: load = MOVE, run = LC, type = ro, optional = yes;
+ LC: load = MOVE, run = LC, type = ro, optional = yes;
}
FEATURES {
CONDES: segment = INIT,
--
2.39.5