summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-26 22:56:24 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-26 22:56:24 -0500
commit6927abfbbb8e7788a58fbf30533a3fed592b7a1e (patch)
tree0d172b123ba63a6b2fc83408508554607ae6bfe0 /src/CompilerKit
parent9f366f4748187aabe796e8f6563f6cbb7c2c7cfe (diff)
parent01d4ef947d77156e56c8da35fba28325d1134bed (diff)
Merge branch 'stable' of github.com:nekernel-org/necti into stable
Diffstat (limited to 'src/CompilerKit')
-rw-r--r--src/CompilerKit/src/Frontend/CCompiler64x0.cc2
-rw-r--r--src/CompilerKit/src/Frontend/CCompilerARM64.cc2
-rw-r--r--src/CompilerKit/src/Linker/DynamicLinker64PEF.cc4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/CompilerKit/src/Frontend/CCompiler64x0.cc b/src/CompilerKit/src/Frontend/CCompiler64x0.cc
index f07fcb0..bed4ddd 100644
--- a/src/CompilerKit/src/Frontend/CCompiler64x0.cc
+++ b/src/CompilerKit/src/Frontend/CCompiler64x0.cc
@@ -1188,7 +1188,7 @@ class AssemblyCCInterface final CK_ASSEMBLY_INTERFACE {
#include <CompilerKit/Version.h>
#define kPrintF printf
-#define kSplashCxx() kPrintF(kWhite "NE C Driver, %s, (c) Amlal El Mahrouss\n", kDistVersion)
+#define kSplashCxx() kPrintF(kWhite "NeCTI C Driver, %s, (c) Amlal El Mahrouss\n", kDistVersion)
static void cc_print_help() {
kSplashCxx();
diff --git a/src/CompilerKit/src/Frontend/CCompilerARM64.cc b/src/CompilerKit/src/Frontend/CCompilerARM64.cc
index c5b1fb8..ea39a31 100644
--- a/src/CompilerKit/src/Frontend/CCompilerARM64.cc
+++ b/src/CompilerKit/src/Frontend/CCompilerARM64.cc
@@ -1187,7 +1187,7 @@ class AssemblyCCInterface final CK_ASSEMBLY_INTERFACE {
#include <CompilerKit/Version.h>
#define kPrintF printf
-#define kSplashCxx() kPrintF(kWhite "NE C Driver, %s, (c) Amlal El Mahrouss\n", kDistVersion)
+#define kSplashCxx() kPrintF(kWhite "NeCTI C Driver, %s, (c) Amlal El Mahrouss\n", kDistVersion)
static void cc_print_help() {
kSplashCxx();
diff --git a/src/CompilerKit/src/Linker/DynamicLinker64PEF.cc b/src/CompilerKit/src/Linker/DynamicLinker64PEF.cc
index 8a503ed..176a608 100644
--- a/src/CompilerKit/src/Linker/DynamicLinker64PEF.cc
+++ b/src/CompilerKit/src/Linker/DynamicLinker64PEF.cc
@@ -67,8 +67,8 @@ static CompilerKit::STLString kLinkerStart = kPefStart;
static std::vector<CompilerKit::STLString> kObjectList;
static std::vector<Detail::DynamicLinkerBlob> kObjectBytes;
-/// @brief NE 64-bit Linker.
-/// @note This linker is made for PEF executable, thus NE based OSes.
+/// @brief NeCTI 64-bit Linker.
+/// @note This linker is made for PEF executable, thus NeCTI based OSes.
NECTI_MODULE(DynamicLinker64PEF) {
bool is_executable = true;