summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/bz10475.stp
Commit message (Collapse)AuthorAgeFilesLines
* bz10475.exp: Use filp_open which has a constant const char argument for test.Mark Wielaard2009-09-071-4/+3
| | | | | | | | | For some reason the do_filp_open const char *pathname argument has changed its name between different kernel versions. Luckily filp_open has a cont char *filename argument that is constant between versions (the test needs a const char* argument to do an array operation on). * testsuite/semok/bz10475.stp: Use filp_open instead of do_filp_open.
* PR10475: ensure that loc2c can find its array sizeJosh Stone2009-08-031-0/+10
* loc2c.c (array_stride): iterate DIEs past typedef/const/volatile