diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 0147d5a27..76fa7e5e1 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2011-06-15 Ulrich Weigand + + * common.h (NT_ARM_VFP): Define. + 2011-06-13 Walter Lee * common.h: Add EM_TILEGX. diff --git a/include/elf/common.h b/include/elf/common.h index 7f545317d..70088a09b 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -539,6 +539,8 @@ /* note name must be "LINUX". */ #define NT_S390_PREFIX 0x305 /* S390 prefix register */ /* note name must be "LINUX". */ +#define NT_ARM_VFP 0x400 /* ARM VFP registers */ + /* note name must be "LINUX". */ /* Note segments for core files on dir-style procfs systems. */