Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bz10475.exp: Use filp_open which has a constant const char argument for test. | Mark Wielaard | 2009-09-07 | 1 | -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 size | Josh Stone | 2009-08-03 | 1 | -0/+10 |
* loc2c.c (array_stride): iterate DIEs past typedef/const/volatile |