mmix-mmo set SEC_DATA for .data section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / direct2_dll.c
CommitLineData
8a9eab9b
KT
1void
2__cdecl
3lib2foocdecl(int junk1, int* junk2)
4{
5 *junk2 = junk1;
6}
7
8void
9__stdcall
10lib2foostdcall(int junk1, int* junk2)
11{
12 *junk2 = junk1;
13}
14
15void
16__fastcall
17lib2foofastcall(int junk1, int* junk2)
18{
19 *junk2 = junk1;
20}
This page took 0.609638 seconds and 4 git commands to generate.