From 96202c6c14e22b2cd4c02e13d419f507858cd754 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 7 Aug 2019 00:00:15 +0200 Subject: [PATCH] Add a comment to note the ELF entries are sorted alphabetically This should help people wanting to add new entries. --- src/local-elf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/local-elf.h b/src/local-elf.h index 83ca253..ffc53a0 100644 --- a/src/local-elf.h +++ b/src/local-elf.h @@ -37,6 +37,8 @@ #define ELF_TARG_VER EV_CURRENT +/* The following entries are sorted alphabetically. */ + #if defined(__alpha__) #define ELF_TARG_MACH EM_ALPHA