Hi, The following changes since commit 8d2835ac5b4c1513d3ee04eb09b32788af714cf5: Vegard Nossum (1): vm: search the classpath in the right order
are available in the git repository at: git://github.com/vegard/jato.git for-pekka Tomek Grabiec (2): cafebabe: Add support for SourceFile attribute cafebabe: add support for LineNumberTable attribute Vegard Nossum (3): build: compile everything with -D_GNU_SOURCE Merge commit 'cafebabe/master' into HEAD jato: switch license Makefile | 2 + cafebabe/CMakeLists.txt | 4 +- cafebabe/include/cafebabe/class.h | 1 + .../include/cafebabe/line_number_table_attribute.h | 60 +++++++++++ cafebabe/include/cafebabe/source_file_attribute.h | 52 ++++++++++ cafebabe/src/cafebabe/class.c | 37 +++++++ .../src/cafebabe/line_number_table_attribute.c | 104 ++++++++++++++++++++ cafebabe/src/cafebabe/source_file_attribute.c | 57 +++++++++++ cafebabe/src/java.c | 2 - test/arch-x86/Makefile | 1 + test/jit/Makefile | 1 + vm/jato.c | 34 ++++--- 12 files changed, 339 insertions(+), 16 deletions(-) create mode 100644 cafebabe/include/cafebabe/line_number_table_attribute.h create mode 100644 cafebabe/include/cafebabe/source_file_attribute.h create mode 100644 cafebabe/src/cafebabe/line_number_table_attribute.c create mode 100644 cafebabe/src/cafebabe/source_file_attribute.c Note: There are a few differences between this and the patches that Tomek sent, so you'll likely see conflicts when trying to apply his patches on top of this. I could rebase them for you if you want, though it shouldn't be very hard (mostly just change sourcefile -> source_file in function names). Vegard ------------------------------------------------------------------------------ _______________________________________________ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel