summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/null_record
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright notices for most files.Joel Brobecker2009-01-033-3/+3
|
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-013-3/+3
|
* Switch the licensing to GPLv3 for all .ads and .adb files.Joel Brobecker2007-08-233-9/+6
|
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
|
* Make this testcase a bit more realistic. The current codeJoel Brobecker2007-01-043-5/+7
| | | | | | | | | | is too simplistic, and allows the compiler to optimize out some of the entities we need for this testcase. * gdb.ada/null_record/bar.ads (Void_Star): New type. (Do_Nothing): Add extra parameter. * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise. * gdb.ada/null_record/null_record.adb: Fake use of type Empty by using a variable of type Void_Star.
* * gdb.ada/gnat_ada.gpr: New file.Joel Brobecker2005-02-033-0/+70
* gdb.ada/gnat_ada.gin: Delete, no longer used. * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file. * configure.ac: No longer generate gnat_ada.gpr. * configure: Regenerate. * gdb.ada/Makefile.in: Minor adaptations due to new project file. * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada. * gdb.ada/null_record/bar.ads: Likewise. * gdb.ada/null_record/bar.adb: Likewise. * gdb.ada/fixed_points/fixed_points.adb: Likewise. * gdb.ada/null_record.exp (testdir): New variable. (testfile): executable is now in testdir subdirectory. (srcfile): Use full path to the main compilation unit. * gdb.ada/fixed_points.exp: Same changes as above.