summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit
diff options
context:
space:
mode:
Diffstat (limited to 'src/CompilerKit')
-rw-r--r--src/CompilerKit/src/Frontends/NectarCompiler+AMD64.cpp (renamed from src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp)2
-rw-r--r--src/CompilerKit/src/Frontends/NectarCompiler+PTX.cpp (renamed from src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp)2
-rw-r--r--src/CompilerKit/src/Frontends/README.md (renamed from src/CompilerKit/src/Compilers/README.md)0
-rw-r--r--src/CompilerKit/src/Linkers/DynamicLinker64+MachO.cpp2
-rw-r--r--src/CompilerKit/src/Linkers/DynamicLinker64+PEF.cpp2
5 files changed, 4 insertions, 4 deletions
diff --git a/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp b/src/CompilerKit/src/Frontends/NectarCompiler+AMD64.cpp
index 92cc52d..88b6894 100644
--- a/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cpp
+++ b/src/CompilerKit/src/Frontends/NectarCompiler+AMD64.cpp
@@ -14,7 +14,7 @@
///////////////////////
-// MACROS //
+// MACROS //
///////////////////////
diff --git a/src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp b/src/CompilerKit/src/Frontends/NectarCompiler+PTX.cpp
index 5737cfe..cab7ebd 100644
--- a/src/CompilerKit/src/Compilers/NectarCompiler+PTX.cpp
+++ b/src/CompilerKit/src/Frontends/NectarCompiler+PTX.cpp
@@ -16,7 +16,7 @@
///////////////////////
-// MACROS //
+// MACROS //
///////////////////////
diff --git a/src/CompilerKit/src/Compilers/README.md b/src/CompilerKit/src/Frontends/README.md
index 2e32d07..2e32d07 100644
--- a/src/CompilerKit/src/Compilers/README.md
+++ b/src/CompilerKit/src/Frontends/README.md
diff --git a/src/CompilerKit/src/Linkers/DynamicLinker64+MachO.cpp b/src/CompilerKit/src/Linkers/DynamicLinker64+MachO.cpp
index f016c6e..911b582 100644
--- a/src/CompilerKit/src/Linkers/DynamicLinker64+MachO.cpp
+++ b/src/CompilerKit/src/Linkers/DynamicLinker64+MachO.cpp
@@ -6,7 +6,7 @@
/// @author Amlal El Mahrouss (amlal@nekernel.org)
/// @brief NeKernel.org 64-bit Mach-O Linker.
-/// Last Rev: 2026
+/// @version Last Rev: 2026
/// @note Outputs Mach-O executables with __TEXT and __DATA segments.
#ifdef CK_USE_MACHO_LINKER
diff --git a/src/CompilerKit/src/Linkers/DynamicLinker64+PEF.cpp b/src/CompilerKit/src/Linkers/DynamicLinker64+PEF.cpp
index 0ef8531..34333a3 100644
--- a/src/CompilerKit/src/Linkers/DynamicLinker64+PEF.cpp
+++ b/src/CompilerKit/src/Linkers/DynamicLinker64+PEF.cpp
@@ -6,7 +6,7 @@
/// @author Amlal El Mahrouss (amlal@nekernel.org)
/// @brief NeKernel.org 64-bit PEF Linker.
-/// Last Rev: Sun Feb 8 CET 2026
+/// @version Last Rev: Sun Feb 8 CET 2026
/// @note Do not look up for anything with .code64/.data64/.zero64!
/// It will be loaded when the program loader will start the image.