diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-10 16:42:54 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-10 16:42:54 +0000 |
commit | 27677e75f4c55f847f5223b360aa93c2be6ef165 (patch) | |
tree | 138020d2c1035618d34499f977cee1242a24f434 | |
parent | 24f815579ed8cfd0be0b3d9d0073cb438ee728b5 (diff) | |
download | gdb-27677e75f4c55f847f5223b360aa93c2be6ef165.zip gdb-27677e75f4c55f847f5223b360aa93c2be6ef165.tar.gz gdb-27677e75f4c55f847f5223b360aa93c2be6ef165.tar.bz2 |
* TODO: Add suggestions about structure passing tests.
-rw-r--r-- | gdb/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/testsuite/TODO | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 39309c1..1060d49 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,6 +1,6 @@ Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com) - * TODO: Add suggestion about passing a structure as the 7th argument. + * TODO: Add suggestions about structure passing tests. Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) diff --git a/gdb/testsuite/TODO b/gdb/testsuite/TODO index c40235f..3f9b6f9 100644 --- a/gdb/testsuite/TODO +++ b/gdb/testsuite/TODO @@ -10,8 +10,10 @@ test, but it hasn't been tried on a wide range of architectures). nodebug.exp--test printing variables. -Test printing of structures passed by value, for the 7th, 8th, and -9th arguments (PR 1714). +Test printing of structures passed by value, for the 7th, 8th, and 9th +arguments (PR 1714). Test printing structure arguments of +2,4,6,8,12,16,and 20 bytes. Same for structure return of all those +sizes ("return", "finish", and call function). Get crossload tests to use --with-targets and reenable them. |