diff options
author | Roland McGrath <roland@redhat.com> | 2006-01-12 03:34:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2006-01-12 03:34:38 +0000 |
commit | 4b248ceaa6c5b348b563ca34cc4303ed7533ed3f (patch) | |
tree | bc9d9b2cfb311dcf42ca12fffbdce1ec2db7386b /backends | |
parent | 5f38a2c1a4724bb210c62de469a367497942c72a (diff) | |
download | elfutils-4b248ceaa6c5b348b563ca34cc4303ed7533ed3f.tar.gz |
2006-01-11 Roland McGrath <roland@redhat.com>
* testfile26.bz2: New data file.
* testfile27.bz2: New data file.
* Makefile.am (EXTRA_DIST): Add them.
* run-allregs.sh: Test s390 data.
Diffstat (limited to 'backends')
-rw-r--r-- | backends/s390_regs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/s390_regs.c b/backends/s390_regs.c index a0133e48..145d1cdc 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) { |