Commit adc66eda by Bernd Schmidt Committed by Bernd Schmidt

New tests

From-SVN: r32746
parent 28ff5bfb
2000-03-26 Bernd Schmidt <bernds@cygnus.co.uk>
* compile/20000326-1.c: New test.
* compile/20000326-2.c: New test.
2000-03-24 Geoff Keating <geoffk@cygnus.com> 2000-03-24 Geoff Keating <geoffk@cygnus.com>
* execute/va-arg-14.c: New test for va_start where the first * execute/va-arg-14.c: New test for va_start where the first
......
long sys_reboot(int magic1, int magic2, int cmd, void * arg)
{
switch (cmd) {
case 0x89ABCDEF:
break;
case 0x00000000:
break;
case 0xCDEF0123:
break;
case 0x4321FEDC:
break;
case 0xA1B2C3D4:
break;
default:
break;
};
return 0;
}
#ifndef NO_LABEL_VALUES
extern int printk(const char *fmt, ...);
void foo (int x, int y)
{
__label__ here;
here:
printk ("", &&here);
}
#else
int x;
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment