diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-03 09:32:50 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-03 09:32:50 +0200 |
| commit | 99fe704a5a8c4d049f1c4fef4151a64e0224e84b (patch) | |
| tree | 2383bcabb23c2cb62e009a4659ac82187e4ef8f3 /dev/LibCompiler/NFC | |
| parent | 11680de96d8b9e7dd70bee28cfd6c438d6aa3a9c (diff) | |
cc/pef: exec format refactors.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/NFC')
| -rw-r--r-- | dev/LibCompiler/NFC/PEF.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/NFC/XCOFF.h | 2 |
2 files changed, 2 insertions, 2 deletions
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: |
