diff options
author | Jim Blandy <jimb@codesourcery.com> | 2003-05-07 21:52:53 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2003-05-07 21:52:53 +0000 |
commit | 09bf6082f5ff04bb271e9d6904a29df03027ea37 (patch) | |
tree | dcb76505d83856b82a3bc5e22dd8babc11aca173 /gdb/testsuite/ChangeLog | |
parent | be375bae059c965706281375c38c638438640cda (diff) | |
download | gdb-09bf6082f5ff04bb271e9d6904a29df03027ea37.zip gdb-09bf6082f5ff04bb271e9d6904a29df03027ea37.tar.gz gdb-09bf6082f5ff04bb271e9d6904a29df03027ea37.tar.bz2 |
Add support for assembly source testing on the s390x.
* gdb.asm/asm-source.exp: Add a case for the s390x-*-*
architecture.
* gdb.asm/s390x.inc: New file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c2b3631..c53111d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2003-05-07 Jim Blandy <jimb@redhat.com> + Add support for assembly source testing on the s390x. + * gdb.asm/asm-source.exp: Add a case for the s390x-*-* + architecture. + * gdb.asm/s390x.inc: New file. + * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a succession of 'if' statements. |