Changeset 601
- Timestamp:
- Aug 16, 2003, 1:50:34 AM (22 years ago)
- Location:
- trunk/testcase
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testcase/570.gmk
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r600 r601 1 # $Id$ 2 ## @file 3 # 4 # _System declaration and definition testcases. 5 # 6 # InnoTek Systemberatung GmbH confidential 7 # 8 # Copyright (c) 2003 InnoTek Systemberatung GmbH 9 # Author: knut st. osmundsen <bird-srcspam@anduin.net> 10 # 11 # All Rights Reserved 12 # 13 # 14 1 15 TESTCASE=570 2 16 ifdef GCC_OMF -
Property cvs2svn:cvs-rev
changed from
-
trunk/testcase/570asm.s
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r600 r601 1 /* $Id$ */ 2 /** @file 3 * 4 * _System declaration and definition testcases. 5 * 6 * InnoTek Systemberatung GmbH confidential 7 * 8 * Copyright (c) 2003 InnoTek Systemberatung GmbH 9 * Author: knut st. osmundsen <bird-srcspam@anduin.net> 10 * 11 * All Rights Reserved 12 * 13 */ 1 14 .file "570asm.s" 2 15 -
Property cvs2svn:cvs-rev
changed from
-
trunk/testcase/570c.c
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r600 r601 1 /* $Id$ */ 2 /** @file 3 * 4 * _System declaration and definition testcases. 5 * 6 * InnoTek Systemberatung GmbH confidential 7 * 8 * Copyright (c) 2003 InnoTek Systemberatung GmbH 9 * Author: knut st. osmundsen <bird-srcspam@anduin.net> 10 * 11 * All Rights Reserved 12 * 13 */ 1 14 typedef struct some_struct_pointer * PTYPE; 2 15 -
Property cvs2svn:cvs-rev
changed from
-
trunk/testcase/570main.cpp
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r600 r601 1 /* $Id$ */ 2 /** @file 3 * 4 * _System declaration and definition testcases. 5 * 6 * InnoTek Systemberatung GmbH confidential 7 * 8 * Copyright (c) 2003 InnoTek Systemberatung GmbH 9 * Author: knut st. osmundsen <bird-srcspam@anduin.net> 10 * 11 * All Rights Reserved 12 * 13 */ 1 14 #include <stdio.h> 2 15 typedef struct some_struct_pointer * PTYPE; -
Property cvs2svn:cvs-rev
changed from
-
trunk/testcase/572.gmk
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r600 r601 1 # $Id$ 2 ## @file 3 # 4 # _Optlink declaration and definition testcases. 5 # 6 # InnoTek Systemberatung GmbH confidential 7 # 8 # Copyright (c) 2003 InnoTek Systemberatung GmbH 9 # Author: knut st. osmundsen <bird-srcspam@anduin.net> 10 # 11 # All Rights Reserved 12 # 13 # 14 1 15 TESTCASE=572 2 16 ifdef GCC_OMF … … 40 54 else rm -f $@; false; \ 41 55 fi 56 -
Property cvs2svn:cvs-rev
changed from
-
trunk/testcase/572asm.s
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r600 r601 1 /* $Id$ */ 2 /** @file 3 * 4 * _Optlink declaration and definition testcases. 5 * 6 * InnoTek Systemberatung GmbH confidential 7 * 8 * Copyright (c) 2003 InnoTek Systemberatung GmbH 9 * Author: knut st. osmundsen <bird-srcspam@anduin.net> 10 * 11 * All Rights Reserved 12 * 13 */ 1 14 .file "570asm.s" 2 15 -
Property cvs2svn:cvs-rev
changed from
-
trunk/testcase/572c.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r600 r601 1 /* $Id$ */ 2 /** @file 3 * 4 * _Optlink declaration and definition testcases. 5 * 6 * InnoTek Systemberatung GmbH confidential 7 * 8 * Copyright (c) 2003 InnoTek Systemberatung GmbH 9 * Author: knut st. osmundsen <bird-srcspam@anduin.net> 10 * 11 * All Rights Reserved 12 * 13 */ 1 14 typedef struct some_struct_pointer * PTYPE; 2 15 -
Property cvs2svn:cvs-rev
changed from
-
trunk/testcase/572main.cpp
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r600 r601 1 /* $Id$ */ 2 /** @file 3 * 4 * _Optlink declaration and definition testcases. 5 * 6 * InnoTek Systemberatung GmbH confidential 7 * 8 * Copyright (c) 2003 InnoTek Systemberatung GmbH 9 * Author: knut st. osmundsen <bird-srcspam@anduin.net> 10 * 11 * All Rights Reserved 12 * 13 */ 14 15 1 16 #include <stdio.h> 2 17 typedef struct some_struct_pointer * PTYPE; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.