mirror of
https://github.com/encounter/object-testfiles.git
synced 2026-07-10 12:18:40 -07:00
elf: Add test cases for 32-bit MIPS ABI (#3)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
int main() {
|
||||
return 0;
|
||||
}
|
||||
BIN
Binary file not shown.
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
clang -c nostd.c --target=mipsel-unknown-elf -mabi=o32
|
||||
mipsel-unknown-elf-ld --entry=0 nostd.o -o nostd
|
||||
Reference in New Issue
Block a user