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 /gdb/testsuite/TODO | |
parent | 24f815579ed8cfd0be0b3d9d0073cb438ee728b5 (diff) | |
download | binutils-27677e75f4c55f847f5223b360aa93c2be6ef165.zip binutils-27677e75f4c55f847f5223b360aa93c2be6ef165.tar.gz binutils-27677e75f4c55f847f5223b360aa93c2be6ef165.tar.bz2 |
* TODO: Add suggestions about structure passing tests.
Diffstat (limited to 'gdb/testsuite/TODO')
-rw-r--r-- | gdb/testsuite/TODO | 6 |
1 files changed, 4 insertions, 2 deletions
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. |