dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET Just In Time compiler (l


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET Just In Time compiler (libjit) branch, master, updated. 0620e343ab6774a9f11f2bef8f3e08ffd0e24be3
Date: Tue, 03 Aug 2010 11:51:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET Just In Time compiler (libjit)".

The branch, master has been updated
       via  0620e343ab6774a9f11f2bef8f3e08ffd0e24be3 (commit)
      from  bcf9a2ff8bd47b798c41986eec527d96ea386317 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/libjit.git/commit/?id=0620e343ab6774a9f11f2bef8f3e08ffd0e24be3

commit 0620e343ab6774a9f11f2bef8f3e08ffd0e24be3
Author: Klaus Treichel <address@hidden>
Date:   Tue Aug 3 13:50:47 2010 +0200

    Add new built files to the ignore list.

diff --git a/ChangeLog b/ChangeLog
index 9e29a4e..dcde6f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,9 @@
        * config/jit-interp-opcodes.ops: Add definition source of the
        interpreter specific libjit opcodes.
 
+       * include/jit/.gitignore, jit/.gitignore: Add new built files to
+       the ignore list.
+
 2010-05-31  Aleksey Demakov  <address@hidden>
 
        * jit/jit-block.c: allow empty block branch optimization for blocks
diff --git a/include/jit/.gitignore b/include/jit/.gitignore
index b791113..d7f63b2 100644
--- a/include/jit/.gitignore
+++ b/include/jit/.gitignore
@@ -3,3 +3,4 @@ Makefile.in
 .deps
 jit-arch.h
 jit-defs.h
+jit-opcode.h
diff --git a/jit/.gitignore b/jit/.gitignore
index 3474294..8833563 100644
--- a/jit/.gitignore
+++ b/jit/.gitignore
@@ -4,6 +4,9 @@ Makefile.in
 .libs
 jit-apply-rules.h
 jit-interp-labels.h
+jit-interp-opcode.c
+jit-interp-opcode.h
+jit-opcode.c
 *.inc
 *.slc
 *.lo

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog              |    3 +++
 include/jit/.gitignore |    1 +
 jit/.gitignore         |    3 +++
 3 files changed, 7 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET Just In Time compiler (libjit)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]