diff -c3pbB --exclude-from=.patch_ignore src/include/elf/common.h src-dlx/include/elf/common.h *** src/include/elf/common.h Thu May 23 21:50:24 2002 --- src-dlx/include/elf/common.h Thu May 23 21:42:18 2002 *************** Foundation, Inc., 59 Temple Place - Suit *** 232,237 **** --- 232,241 ---- Written in the absense of an ABI. */ #define EM_AVR_OLD 0x1057 + /* DLX magic number + Written in the absense of an ABI. */ + #define EM_DLX 0x5aa5 + /* OpenRISC magic number Written in the absense of an ABI. */ #define EM_OPENRISC_OLD 0x3426 Only in src-dlx/include/elf: dlx.h