diff options
author | Joseph Myers <joseph@codesourcery.com> | 2019-03-25 13:15:56 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2019-03-25 13:15:56 +0000 |
commit | 9ac2de697e4989812197d939b9bf20ad1d784d8c (patch) | |
tree | 18312d47ac75199915318f5923e65aa60bba277f /ChangeLog | |
parent | 7621e38bf3c58b2d0359545f1f2898017fd89d05 (diff) | |
download | glibc-9ac2de697e4989812197d939b9bf20ad1d784d8c.zip glibc-9ac2de697e4989812197d939b9bf20ad1d784d8c.tar.gz glibc-9ac2de697e4989812197d939b9bf20ad1d784d8c.tar.bz2 |
Add NT_ARM_PAC_MASK and NT_MIPS_MSA from Linux 5.0 to elf.h.
This patch adds two new NT_* macros from Linux 5.0 to elf.h.
Tested for x86_64.
* elf/elf.h (NT_ARM_PAC_MASK): New macro.
(NT_MIPS_MSA): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2019-03-25 Joseph Myers <joseph@codesourcery.com> + + * elf/elf.h (NT_ARM_PAC_MASK): New macro. + (NT_MIPS_MSA): Likewise. + 2019-03-22 Adhemerval Zanella <adhemerval.zanella@linaro.org> * benchtests/Makefile (USE_CLOCK_GETTIME) Remove. |