diff options
author | Petr Machata <pmachata@redhat.com> | 2012-09-06 12:41:14 -0700 |
---|---|---|
committer | Carlos O'Donell <carlos_odonell@mentor.com> | 2012-09-06 12:41:14 -0700 |
commit | 2abe9f1507f971d1513a2d75a865ec4615d2d6b8 (patch) | |
tree | 0d965796f86c1ce9b2858e8ef4dfed00b826fdc9 /ChangeLog | |
parent | 5385d052d69189c13e1f318bb058df7fad27e248 (diff) | |
download | glibc-2abe9f1507f971d1513a2d75a865ec4615d2d6b8.tar.gz |
Synchronize with linux/elf.h.
Add new ARM and s390 note constants e.g. NT_*.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-09-06 Petr Machata <pmachata@redhat.com> + + * elf/elf.h (NT_S390_HIGH_GPRS): New macro. + (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise. + (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise. + (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise. + 2012-09-06 H.J. Lu <hongjiu.lu@intel.com> [BZ #14545] |