From 99fe704a5a8c4d049f1c4fef4151a64e0224e84b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 3 Apr 2025 09:32:50 +0200 Subject: cc/pef: exec format refactors. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/NFC/PEF.h | 2 +- dev/LibCompiler/NFC/XCOFF.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/LibCompiler/NFC') diff --git a/dev/LibCompiler/NFC/PEF.h b/dev/LibCompiler/NFC/PEF.h index af49470..7fc5ef4 100644 --- a/dev/LibCompiler/NFC/PEF.h +++ b/dev/LibCompiler/NFC/PEF.h @@ -14,7 +14,7 @@ #define kPefMagic "Joy!" #define kPefMagicFat "yoJ!" -#define kPefExt ".o" +#define kPefExt ".exec" #define kPefDylibExt ".dylib" #define kPefLibExt ".lib" #define kPefObjectExt ".obj" diff --git a/dev/LibCompiler/NFC/XCOFF.h b/dev/LibCompiler/NFC/XCOFF.h index 6fdbf6b..862c363 100644 --- a/dev/LibCompiler/NFC/XCOFF.h +++ b/dev/LibCompiler/NFC/XCOFF.h @@ -3,7 +3,7 @@ Copyright (C) 2024-2025 Amlal EL Mahrous, all rights reserved File: XCOFF.hpp - Purpose: XCOFF for NeOS. + Purpose: XCOFF for NeKernel. Revision History: -- cgit v1.2.3