mirror of
https://github.com/encounter/object-testfiles.git
synced 2026-07-10 12:18:40 -07:00
xcoff: add resource test files (#4)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello, world");
|
||||
return 0;
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
clang base.c --target=powerpc64-ibm-aix-xcoff -m64 -c -o base.o
|
||||
clang base.c --target=powerpc64-ibm-aix-xcoff -m64 -o base.xcoff
|
||||
clang base.c --target=powerpc-ibm-aix-xcoff -m32 -c -o base32.o
|
||||
clang base.c --target=powerpc-ibm-aix-xcoff -m32 -o base32.xcoff
|
||||
Executable
BIN
Binary file not shown.
Binary file not shown.
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user