summaryrefslogtreecommitdiff
path: root/tests/run-allregs.sh
Commit message (Collapse)AuthorAgeFilesLines
* backends: Remove tilegx backend.Mark Wielaard2020-10-261-69/+0
| | | | | | | | Support for the Tilera TILE-Gx processor has been removed or deprecated in gcc and binutils already. There are no users and there is no way to test it. Signed-off-by: Mark Wielaard <mark@klomp.org>
* tests: Add core and strip tests for RISC-VAndreas Schwab2018-07-191-0/+71
| | | | Signed-off-by: Andreas Schwab <schwab@suse.de>
* ppc64: Add HTM SPRs support to readelfGustavo Romero2017-07-251-6/+6
| | | | | | | | | | 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 <gromero@linux.vnet.ibm.com>
* Add m68k testsAndreas Schwab2016-07-111-0/+32
| | | | Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
* tests: Add testfile-x32-core to run-allregs.shH.J. Lu2015-04-011-0/+74
| | | | Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
* Support AArch64 architecturePetr Machata2013-11-261-1/+73
| | | | Signed-off-by: Petr Machata <pmachata@redhat.com>
* Enable automake parallel-tests for make check.Mark Wielaard2013-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The parallel-tests option was introduced in automake 1.11 and is the default since automake 1.13. All tests can now be ran in parallel with make check -j. To enable this all tests are ran in their own temporary directory so they don't stomp on each others input or output files. On my machine (4 cores) make check takes ~20 seconds, but now with make check -j8 takes only ~4 seconds. ChangeLog: * configure.ac (AM_INIT_AUTOMAKE): Request parallel-tests. tests/ChangeLog: * Makefile.am (installed_TESTS_ENVIRONMENT): Export environment, remove wrapper. (TESTS_ENVIRONMENT): Likewise. (installed_LOG_COMPILER): New variable defining wrapper. (LOG_COMPILER): Likewise. * run-*.sh: Fixup location of input and output files. * test-subr.sh: Create test_dir, pushd to execute test in. (trap): Remove test_dir. (testfiles): Use abs_srcdir. (installed_testrun): Match on abs_builddir or abs_top_builddir. (self_test_files): Adjust path. Signed-off-by: Mark Wielaard <mjw@redhat.com>
* Add allregs test for ARM back endPetr Machata2012-09-181-1/+72
| | | | Signed-off-by: Petr Machata <pmachata@redhat.com>
* Add support for Tilera TILE-Gx processor.Jeff Kenton2012-08-241-0/+69
| | | | Signed-off-by: Jeff Kenton <jkenton@tilera.com>
* Update name, license and contributor policy.Mark Wielaard2012-06-051-18/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change name from "Red Hat elfutils" to "elfutils". * Update license of standalone tools and test from GPLv2 to GPLv3+. * Change license of libraries from GPLv2+exception to GPLv2/LGPLv3+. * Add Developer Certificate of Origin based contributor policy. top-level: - COPYING: Upgraded from GPLv2 to GPLv3. - CONTRIBUTING, COPYING-GPLv2, COPYING-LGPLv3: New files. - NEWS: Added note about new contribution and license policy. - Makefile.am: Updated to GPLv3, added new files to EXTRA_DIST. - configure.ac: Update to GPLv3, changed AC_INIT name to 'elfutils'. backends, lib, libasm, libcpu, libdw, libdwfl, libebl, libelf: - All files updated to GPLv2/LGPLv3+. Except some very small files (<5 lines) which didn't have any headers at all before, the linker .maps files and the libcpu/defs files which only contain data and libelf/elf.h which comes from glibc and is under LGPLv2+. config: - elfutils.spec.in: Add new License: headers and new %doc files. - Update all license headers to GPLv2/LGPLv3+ for files used by libs. src, tests: - All files updated to GPLv3+. Except for the test bz2 data files, the linker maps and script files and some very small files (<5 lines) that don't have any headers. Signed-off-by: Richard Fontana <rfontana@redhat.com> Signed-off-by: Mark Wielaard <mjw@redhat.com>
* backends/Roland McGrath2007-12-151-2/+2
| | | | | | | | | | | | 2007-12-15 Roland McGrath <roland@redhat.com> * ppc_regs.c (ppc_register_info): Return "spefscr", not "spr512". tests/ 2007-12-15 Roland McGrath <roland@redhat.com> * run-allregs.sh: Change expected output for powerpc spefscr.
* 2007-10-23 Roland McGrath <roland@redhat.com>Roland McGrath2007-10-231-2/+4
| | | | | | * linux-kernel-modules.c (report_kernel_archive): Reorder the kernel module to appear first.
* readelf register printing sort order tweakRoland McGrath2007-08-231-1/+1
|
* backends/Roland McGrath2007-05-231-1/+1
| | | | | | | | | | | | 2007-05-23 Roland McGrath <roland@redhat.com> * alpha_regs.c (alpha_register_info): fp -> s6 tests/ 2007-05-23 Roland McGrath <roland@redhat.com> * run-allregs.sh: Update expected Alpha results.
* 2007-04-26 Roland McGrath <roland@redhat.com>Roland McGrath2007-04-271-0/+71
| | | | | * run-elflint-self.sh: Run all tests even if one fails.
* 2007-04-24 Roland McGrath <roland@redhat.com>Roland McGrath2007-04-251-51/+51
| | | | | * run-strip-test.sh: When we saved the debug info, test unstrip too.
* backends/Roland McGrath2007-04-011-1/+17
| | | | | | | | | | | | | 2007-04-01 Roland McGrath <roland@redhat.com> * x86_64_regs.c (x86_64_register_info): Add more registers from newer ABI spec. tests/ 2007-04-01 Roland McGrath <roland@redhat.com> * run-allregs.sh: Updated expected output for x86_64.
* 2006-10-09 Roland McGrath <roland@redhat.com>Roland McGrath2006-10-101-1336/+2431
| | | | | * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
* backends/Roland McGrath2006-08-031-0/+170
| | | | | | | | | | | | | | | | | 2006-08-03 Roland McGrath <roland@redhat.com> * sparc_regs.c (sparc_register_name): List 32 FPU regs only for EM_SPARC. EM_SPARC32PLUS also has 64. tests/ 2006-08-03 Roland McGrath <roland@redhat.com> * run-allregs.sh: Add sparc cases. * testfile30.bz2: New data file. * testfile31.bz2: New data file. * Makefile.am (EXTRA_DIST): Add them.
* Fix FSF address. No exception for libdwarf.Ulrich Drepper2006-04-041-1/+1
|
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2006-04-041-8/+21
| | | | | | 4f8fc821345feef58624f0aa5b470d4827577d8c) to branch 'com.redhat.elfutils' (head 76e26cb54695fd3b21ee8fb5be3036bd68200633)
* 2006-01-11 Roland McGrath <roland@redhat.com>Roland McGrath2006-01-121-4/+77
| | | | | | | | * testfile26.bz2: New data file. * testfile27.bz2: New data file. * Makefile.am (EXTRA_DIST): Add them. * run-allregs.sh: Test s390 data.
* merge of 2cc527e6d8c8ff19dab478f7d12e58f1cfa6d6f5Roland McGrath2005-12-051-0/+1155
and 7b542932f3e2947183b45bdbf39d448f457da9fd