aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/cvexpr.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-072004-01-06 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-18/+18
* gdb.base/cvexpr.c: Be type-safe with function pointers and data pointers.
2002-04-18 * gdb.base/cvexpr.c (use): New function.Kevin Buettner1-1/+155
(main): Invoke use() on all global variables to prevent some linkers from deleting these otherwise unused symbols.
2001-11-152001-11-13 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+280
* gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files. Tests for expressions using 'const' and 'volatile'.