Skip to content

Commit

Permalink
[NFC] Update link to ELF specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwbyrd authored and mysterymath committed Jan 15, 2024
1 parent d3cf5b7 commit 2550bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/BinaryFormat/ELF.h
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ enum {
#include "ELFRelocs/MOS.def"
};

// https://github.com/johnwbyrd/llvm-mos/wiki/ELF-format-for-MOS-compatible-processors
// https://llvm-mos.org/wiki/ELF_specification
enum : unsigned {
EF_MOS_ARCH_6502 = 0x00000001, // Core NMOS 6502 instruction set, no BCD
EF_MOS_ARCH_6502_BCD = 0x00000002, // BCD support, including CLD and SED
Expand Down

0 comments on commit 2550bb7

Please sign in to comment.