Commit 96202c6c14e22b2cd4c02e13d419f507858cd754

Guillem Jover 2019-08-07T00:00:15

Add a comment to note the ELF entries are sorted alphabetically This should help people wanting to add new entries.

1
2
3
4
5
6
7
8
9
10
11
12
13
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