Browse Source

Update readmes

pull/1/head
Aleksey Demakov 9 years ago
parent
commit
c3fc4610f1
  1. 4
      ChangeLog
  2. 2
      README
  3. 4
      jitruby/README
  4. 2
      tests/README

4
ChangeLog

@ -11,11 +11,15 @@
* include/jit/jit-plus.h
* jitplus/jit-plus-function.cpp (insn_label_tight): likewise.
* README, tests/README, jitruby/README: update.
2016-04-07 Aleksey Demakov <ademakov@gmail.com>
* jit/jit-insn.c (jit_insn_call): the "intuit additional flags" code
was using wrong (caller instead of callee) function.
* bootstrap: renamed from auto_gen.sh
2016-03-09 Ketmar Dark <ketmar@ketmar.no-ip.org>
* jit/jit-insn.c (jit_insn_nop): add function.

2
README

@ -38,7 +38,7 @@ autoconf, automake, and libtool. These tools let you create ./configure
script which is miising in the repository. To run autotools you would
just do the followoing:
./auto_gen.sh
./bootstrap
Compiler notes

4
jitruby/README

@ -30,9 +30,9 @@ release like this:
Or the latest development version like this:
$ cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/dotgnu-pnet co libjit
$ git clone git://git.savannah.gnu.org/libjit.git
$ cd libjit
$ ./auto_gen.sh
$ ./bootstrap
$ ./configure
$ make
$ sudo make install

2
tests/README

@ -9,7 +9,7 @@ following steps:
2. Add "foo.pas" to the "TESTS" list in "Makefile.am".
3. Re-run "auto_gen.sh" and "configure".
3. Re-run "bootstrap" and "configure".
4. Type "make check" in this directory to run all of the test cases.

Loading…
Cancel
Save