summaryrefslogtreecommitdiffstats
path: root/libelf/ChangeLog
diff options
context:
space:
mode:
authorGustavo Romero <[email protected]>2017-07-20 17:49:02 -0400
committerMark Wielaard <[email protected]>2017-07-25 12:20:42 +0200
commit55a471f5fe44945414af243613d4590c4e7cd8d1 (patch)
tree54e51962b2d00e9bb61a7fc3123f15a7fefb58fa /libelf/ChangeLog
parent55cb7dfa7e9afb3660b21e51434641c7287baf11 (diff)
ppc64: Add HTM SPRs support to readelf
Since POWER8, PowerPC 64 supports Hardware Transactional Memory, which has three special purpose registers associated to it: tfhar, tfiar, and texasr. This commit add HTM SPRs set as known note type so it's possible to use 'readelf --notes' to inspect the HTM SPRs in a coredump file generated in such a machines. Signed-off-by: Gustavo Romero <[email protected]>
Diffstat (limited to 'libelf/ChangeLog')
-rw-r--r--libelf/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog
index 214a4f7e..b17e1c5e 100644
--- a/libelf/ChangeLog
+++ b/libelf/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-19 Gustavo Romero <[email protected]>
+
+ * elf.h: Add known type in notes segment descriptor for HTM SPRs.
+
2017-02-17 Ulf hermann <[email protected]>
* Makefile.am: Add libelf_so_DEPS, which include libeu.a,