summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kratochvil <[email protected]>2012-11-16 17:33:02 +0100
committerJan Kratochvil <[email protected]>2012-11-16 17:33:02 +0100
commit3bb4ce859c0e6946ce2d4df26d9cf997b675cf72 (patch)
tree6e936418858fd1e5b60d14773ed21eb66b78157c
parent735412ccf1c5bb9473d90df7252ed8be06915162 (diff)
parent08d93c3f5c0aa5d6169b03ec213ac70b43aab513 (diff)
Merge branch 'jankratochvil/s390-core' into jankratochvil/forunwind
Conflicts: backends/ChangeLog tests/Makefile.am
-rw-r--r--backends/ChangeLog13
-rw-r--r--tests/ChangeLog8
-rw-r--r--tests/Makefile.am6
3 files changed, 24 insertions, 3 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index f1c6be7e..f179041a 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -18,6 +18,19 @@
* ppc64_get_func_pc.c: New file.
* ppc64_init.c (ppc64_init): Install get_func_pc and destr.
+2012-10-14 Jan Kratochvil <[email protected]>
+ Roland McGrath <[email protected]>
+
+ * Makefile.am (s390_SRCS): Add s390_corenote.c and s390x_corenote.c.
+ * linux-core-note.c (ALIGN_PR_REG): New definitions.
+ (struct EBLHOOK(prstatus)): Change field pr_reg to anonymous union with
+ ALIGN_PR_REG.
+ (EXTRA_ITEMS): New macro.
+ * s390_corenote.c: New file.
+ * s390_init.c (s390x_core_note): New declaration.
+ (s390_init): Install s390x_core_note and s390_core_note.
+ * s390x_corenote.c: New file.
+
2012-10-12 Jan Kratochvil <[email protected]>
* linux-core-note.c (prstatus_items): Rename groups of sigpend and
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 403c7853..c1d56db3 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -25,6 +25,14 @@
2012-10-27 Jan Kratochvil <[email protected]>
+ * run-readelf-mixed-corenote.sh: New testcase for readelf -n of s390
+ and s390x core notes.
+ * testfile67.bz2: New file.
+ * testfile68.bz2: New file.
+ * Makefile.am (EXTRA_DIST): Add testfile67.bz2 and testfile68.bz2 .
+
+2012-10-27 Jan Kratochvil <[email protected]>
+
* Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2,
testfile69.core.bz2 and testfile69.so.bz2 .
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0623a0fb..02d677b2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -180,9 +180,9 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \
testfile60.bz2 testfile61.bz2 \
run-readelf-vmcoreinfo.sh testfile62.bz2 \
run-readelf-mixed-corenote.sh testfile63.bz2 testfile64.bz2 \
- testfile65.bz2 testfile66.bz2 testfile69.core.bz2 \
- testfile69.so.bz2 testfile70.core.bz2 testfile70.exec.bz2 \
- run-dwfl-report-elf-align.sh \
+ testfile65.bz2 testfile66.bz2 testfile67.bz2 testfile68.bz2 \
+ testfile69.core.bz2 testfile69.so.bz2 testfile70.core.bz2 \
+ testfile70.exec.bz2 run-dwfl-report-elf-align.sh \
testfile-dwfl-report-elf-align-shlib.so.bz2
if USE_VALGRIND