summaryrefslogtreecommitdiffstats
path: root/backends/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 /backends/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 'backends/ChangeLog')
-rw-r--r--backends/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index 88b9764a..83710c19 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,4 +1,10 @@
-2017-08-20 Mark Wielaard <[email protected]>
+2017-07-19 Gustavo Romero <[email protected]>
+
+ * ppc_corenote.c: Add offsets for ppc64 HTM SPRs: thfar, tfiar,
+ and texasr.
+ * ppc_regs.c: Add names for ppc64 HTM SPRs mappings.
+
+2017-07-20 Mark Wielaard <[email protected]>
* aarch64_init.c (aarch64_init): Hook data_marker_symbol.
* aarch64_symbol.c (aarch64_data_marker_symbol): New function.