5a384a9143
* elf/Makefile: Add rules to build and run tst-pathopt. * elf/tst-pathopt.c: New file. * elf/tst-pathopt.sh: New file. * elf/pathoptobj.c: New file.
6 lines
44 B
C
6 lines
44 B
C
int
|
|
in_renamed (int a)
|
|
{
|
|
return a - 10;
|
|
}
|