]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
* gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 27 Dec 2006 06:12:36 +0000 (06:12 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 27 Dec 2006 06:12:36 +0000 (06:12 +0000)
commitba54f3188b5fddbf4d1e534573448f674b8dee90
tree7233dc9ec89d43d2193e1ea5c4ccea6a320507ad
parente223b5bf0e07c3f2498a20c8fc61e0bba24d598a
    * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
        (Create_Small_Float_Vector): New function.
        * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
        function body.
        * gdb.ada/array_return/p.adb: Use new type and function from
        package Pck.
        * gdb.ada/array_return.exp: Add a test verifying that GDB is
        able to print the value returned by a function returning an
        array of float.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/array_return.exp
gdb/testsuite/gdb.ada/array_return/p.adb
gdb/testsuite/gdb.ada/array_return/pck.adb
gdb/testsuite/gdb.ada/array_return/pck.ads