Progress on executing test0 from memfs file as an elf.

Elf is recognised OK, but somehow section table is not read correctly.
This commit is contained in:
Bahadir Balban
2009-10-06 18:30:36 +03:00
parent 965f2f9456
commit ea9c399dda
9 changed files with 120 additions and 23 deletions

View File

@@ -0,0 +1,6 @@
SECTIONS
{
. = %s;
.data : { *(.data) }
_end = .;
}