OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [cris/] [c/] [sig3.c] - Blame information for rev 26

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 26 jlechner
/* Check that TRT happens at an abort (3) call, single thread.
2
#xerror:
3
#output: program stopped with signal 6.\n
4
*/
5
 
6
#include <stdlib.h>
7
#include <stdio.h>
8
int main (void)
9
{
10
  abort ();
11
  printf ("xyzzy\n");
12
  exit (0);
13
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.