Files
codezero/conts/posix/test0/include/elf_wrapper.lds.in
Bahadir Balban ea9c399dda Progress on executing test0 from memfs file as an elf.
Elf is recognised OK, but somehow section table is not read correctly.
2009-10-06 18:30:36 +03:00

7 lines
55 B
Plaintext

SECTIONS
{
. = %s;
.data : { *(.data) }
_end = .;
}