This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Right way to add testcase that contains shared library?


Hi,
http://tsukuba.m17n.org/linux-sh/ml/linux-sh/2003-11/msg00016.html
describes a bug which shows up on sh4 in shared libraries that
do a structure copy.  A minimal test case is ready, as is a fix,
and I'd like to submit patches for both.
But I'm having trouble figuring out how to fit the regression
test into the test framework.
The testsuite seems to be made up of lots of standalone programs;
how do you add a test to the testsuite that consists of two c
files, one that produces a small shared library, and one that calls it?
Thanks,
Dan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]