6bd0638460
* elf/restest1.c: New file. Symbol resolution test. * elf/testobj1_1.c: New file. Module used in this test. * elf/Makefile: Add rules for restest1 generation and execution.
6 lines
55 B
C
6 lines
55 B
C
int
|
|
obj1func1 (int a)
|
|
{
|
|
return 42 + obj1func2 (a);
|
|
}
|