From: Guillem Jover Date: Tue, 6 Aug 2019 22:00:15 +0000 (+0200) Subject: Add a comment to note the ELF entries are sorted alphabetically X-Git-Tag: 0.10.0~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96202c6c14e22b2cd4c02e13d419f507858cd754;p=thirdparty%2Flibbsd.git Add a comment to note the ELF entries are sorted alphabetically This should help people wanting to add new entries. --- 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