* TODO: Add suggestions about structure passing tests.

This commit is contained in:
Jim Kingdon 1994-03-10 16:42:54 +00:00
parent 24f815579e
commit 27677e75f4
2 changed files with 5 additions and 3 deletions

View File

@ -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)

View File

@ -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.