Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2972 → Rev 2973

/branches/dynload/uspace/app/dltest/dltest.c
34,6 → 34,8
* @file
*/
 
#include <libtest.h>
 
void __io_init(void);
void __main(void);
void __exit(void);
61,6 → 63,8
int main(int argc, char *argv[])
{
test();
/* Unreachable, yet. Just to create a relocation entry */
test_func();
return 0;
}
 
/branches/dynload/uspace/app/dltest/Makefile
36,7 → 36,7
SOFTINT_PREFIX = ../../lib/softint
include $(LIBC_PREFIX)/Makefile.toolchain
 
CFLAGS += -I../../srv/kbd/include
CFLAGS += -I../../lib/libtest -O0
LFLAGS := -Bdynamic -I/rtld.so
 
# LIBS = $(LIBC_PREFIX)/libc.a