Skip to content

Commit

Permalink
use the same notation as in the original code
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Jan 10, 2017
1 parent 908c4b9 commit 566af48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions elfcpp/elfcpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ enum ELFOSABI
ELFOSABI_OPENVMS = 13,
ELFOSABI_NSK = 14,
ELFOSABI_AROS = 15,
ELFOSABI_HERMIT = 66,
// A GNU extension for the ARM.
ELFOSABI_ARM = 97,
// A GNU extension for the MSP.
Expand Down
2 changes: 1 addition & 1 deletion include/elf/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
#define ELFOSABI_NSK 14 /* Hewlett-Packard Non-Stop Kernel */
#define ELFOSABI_AROS 15 /* AROS */
#define ELFOSABI_FENIXOS 16 /* FenixOS */
#define ELFOSABI_HERMIT 0x42 /* HermitCore */
#define ELFOSABI_CLOUDABI 17 /* Nuxi CloudABI */
#define ELFOSABI_C6000_ELFABI 64 /* Bare-metal TMS320C6000 */
#define ELFOSABI_C6000_LINUX 65 /* Linux TMS320C6000 */
#define ELFOSABI_HERMIT 66 /* HermitCore */
#define ELFOSABI_ARM 97 /* ARM */
#define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */

Expand Down

0 comments on commit 566af48

Please sign in to comment.