From: Roland McGrath Date: Thu, 12 Jan 2006 03:34:38 +0000 (+0000) Subject: 2006-01-11 Roland McGrath X-Git-Tag: elfutils-0.120~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b248ceaa6c5b348b563ca34cc4303ed7533ed3f;p=thirdparty%2Felfutils.git 2006-01-11 Roland McGrath * testfile26.bz2: New data file. * testfile27.bz2: New data file. * Makefile.am (EXTRA_DIST): Add them. * run-allregs.sh: Test s390 data. --- diff --git a/backends/s390_regs.c b/backends/s390_regs.c index a0133e48c..145d1cdc4 100644 --- a/backends/s390_regs.c +++ b/backends/s390_regs.c @@ -55,9 +55,9 @@ s390_register_name (Ebl *ebl __attribute__ ((unused)), else if (regno < 32) *setname = "FPU"; else if (regno < 48 || regno > 63) - *setname = "control"; /* XXX ? */ + *setname = "control"; else - *setname = "address"; /* XXX ? */ + *setname = "access"; switch (regno) { diff --git a/tests/ChangeLog b/tests/ChangeLog index 2b51b5c23..7ea768be2 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,10 @@ +2006-01-11 Roland McGrath + + * testfile26.bz2: New data file. + * testfile27.bz2: New data file. + * Makefile.am (EXTRA_DIST): Add them. + * run-allregs.sh: Test s390 data. + 2005-12-14 Roland McGrath * run-native-test.sh: Redirect output from native test process. diff --git a/tests/Makefile.am b/tests/Makefile.am index dbd684708..d121dea64 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in ## -## Copyright (C) 1996-2002, 2003, 2004, 2005 Red Hat, Inc. +## Copyright (C) 1996-2002, 2003, 2004, 2005, 2006 Red Hat, Inc. ## ## This program is Open Source software; you can redistribute it and/or ## modify it under the terms of the Open Software License version 1.0 as @@ -95,6 +95,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ testfile20.bz2 testfile20.index.bz2 \ testfile21.bz2 testfile21.index.bz2 \ testfile22.bz2 testfile23.bz2 testfile24.bz2 testfile25.bz2 \ + testfile26.bz2 testfile27.bz2 \ coverage.sh test-subr.sh test-wrapper.sh run-readelf-test1.sh installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir) \ diff --git a/tests/run-allregs.sh b/tests/run-allregs.sh index 50f2aaf8c..fdaf480e3 100755 --- a/tests/run-allregs.sh +++ b/tests/run-allregs.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2005 Red Hat, Inc. +# Copyright (C) 2005, 2006 Red Hat, Inc. # # This program is Open Source software; you can redistribute it and/or # modify it under the terms of the Open Software License version 1.0 as @@ -21,7 +21,7 @@ regs_test() test_cleanup } -regs_test testfile11 <