From: Jan Kratochvil Date: Fri, 16 Nov 2012 16:33:02 +0000 (+0100) Subject: Merge branch 'jankratochvil/s390-core' into jankratochvil/forunwind X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bb4ce859c0e6946ce2d4df26d9cf997b675cf72;p=thirdparty%2Felfutils.git Merge branch 'jankratochvil/s390-core' into jankratochvil/forunwind Conflicts: backends/ChangeLog tests/Makefile.am --- 3bb4ce859c0e6946ce2d4df26d9cf997b675cf72 diff --cc backends/ChangeLog index f1c6be7ed,388e22e1a..f179041a4 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@@ -1,23 -1,16 +1,36 @@@ +2012-10-14 Jan Kratochvil + Roland McGrath + + * 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-27 Jan Kratochvil + + * Makefile.am (INCLUDES): Add libdwfl. + (ppc64_SRCS): Add ppc64_get_func_pc.c. + * ppc64_get_func_pc.c: New file. + * ppc64_init.c (ppc64_init): Install get_func_pc and destr. + + 2012-10-14 Jan Kratochvil + Roland McGrath + + * 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 * linux-core-note.c (prstatus_items): Rename groups of sigpend and diff --cc tests/ChangeLog index 403c7853b,9a2133402..c1d56db3d --- a/tests/ChangeLog +++ b/tests/ChangeLog @@@ -1,28 -1,11 +1,36 @@@ +2012-10-27 Jan Kratochvil + + * run-addrname-test.sh: New testcase for ppc64 function descriptors. + * testfile66.bz2: New file. + * Makefile.am (EXTRA_DIST): Add testfile66.bz2. + +2012-10-27 Jan Kratochvil + + * Makefile.am (check_PROGRAMS): Add dwfl-report-elf-align. + (TESTS): Add run-dwfl-report-elf-align.sh. + (EXTRA_DIST): Add run-dwfl-report-elf-align.sh and + testfile-dwfl-report-elf-align-shlib.so.bz2 . + (dwfl_report_elf_align_LDADD): New. + * dwfl-report-elf-align.c: New file. + * run-dwfl-report-elf-align.sh: New file. + * testfile-dwfl-report-elf-align-shlib.so.bz2: New file. + +2012-10-27 Jan Kratochvil + + * run-addrname-test.sh: New test for PIE relocation. + * testfile70.core.bz2: New file. + * testfile70.exec.bz2: New file. + * Makefile.am (EXTRA_DIST): Add testfile70.core.bz2 and + testfile70.exec.bz2 . + + 2012-10-27 Jan Kratochvil + + * 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 * Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2, diff --cc tests/Makefile.am index 0623a0fbd,f6e0d672f..02d677b2c --- a/tests/Makefile.am +++ b/tests/Makefile.am @@@ -180,10 -180,8 +180,10 @@@ EXTRA_DIST = run-arextract.sh run-arsym 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 testfile69.core.bz2 testfile69.so.bz2 \ - testfile67.bz2 testfile68.bz2 ++ 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 valgrind_cmd="valgrind -q --trace-children=yes --error-exitcode=1"