From: Andy P. <at...@us...> - 2001-01-23 16:54:08
|
Update of /cvsroot/linux-vax/kernel-2.4/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv11154/linux Modified Files: elf.h Log Message: Add the VAX ELF ABI machine number to common elf.h (see tools/src/include/elf/common.h) - Still need to add all the applicable VAX relocs. Index: elf.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/linux/elf.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** elf.h 2001/01/14 16:44:01 1.1.1.1 --- elf.h 2001/01/23 16:54:24 1.2 *************** *** 75,78 **** --- 75,80 ---- #define EM_X8664 62 /* AMD x86-64 */ + #define EM_VAX 75 /* Digital Equipment Corp VAX - used to be 780 */ + /* * This is an interim value that we will use until the committee comes |