- Feb 16, 2016
-
-
Howard Mao authored
-
- Feb 10, 2016
-
-
Palmer Dabbelt authored
Don't interrupt core on riscv-test exit only on syscall
-
Colin Schmidt authored
-
- Jan 21, 2016
-
-
Andrew Waterman authored
enable width to be 4 in elf2hex
-
- Jan 20, 2016
-
-
Jamey Hicks authored
-
- Jan 19, 2016
-
-
Colin Schmidt authored
-
- Nov 13, 2015
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Sep 24, 2015
-
-
Colin Schmidt authored
-
- Sep 03, 2015
-
-
Howard Mao authored
-
Andrew Waterman authored
Run it yourself if you modify configure.ac, and commit the configure script.
-
- Jul 19, 2015
-
-
Andrew Waterman authored
Build fix for FreeBSD
-
- Jul 10, 2015
-
-
Arun Thomas authored
-
- May 10, 2015
-
-
Andrew Waterman authored
-
- May 06, 2015
-
-
Palmer Dabbelt authored
Add support for pkg-config
-
- May 05, 2015
-
-
Palmer Dabbelt authored
Despite having only a slightly different autoconf version (2.68 vs 2.69), this changes HAVE_FESVR to FESVR_ENABLED. I didn't see any uses of this anywhere, so I don't think it matters, but it does worry me a bit.
-
Palmer Dabbelt authored
This allows pkg-config to find fesvr.
-
Palmer Dabbelt authored
Change the behavior of the DESTDIR make variable
-
Palmer Dabbelt authored
DESTDIR is a common make idiom. As per the GNU coding standards https://www.gnu.org/prep/standards/html_node/DESTDIR.html "DESTDIR is a variable prepended to each installed target file, like this: $(INSTALL_PROGRAM) foo $(DESTDIR)$(bindir)/foo $(INSTALL_DATA) libfoo.a $(DESTDIR)$(libdir)/libfoo.a The DESTDIR variable is specified by the user on the make command line as an absolute file name. For example: make DESTDIR=/tmp/stage install DESTDIR should be supported only in the install* and uninstall* targets, as those are the only targets where it is useful. If your installation step would normally install /usr/local/bin/foo and /usr/local/lib/libfoo.a, then an installation invoked as in the example above would install /tmp/stage/usr/local/bin/foo and /tmp/stage/usr/local/lib/libfoo.a instead." The current Makefile.in uses DESTDIR, but has a slightly non-standard behavior: the target install location doesn't include "$prefix". This breaks package managers, because stuff ends up getting installed to the wrong location. Unfortunately the only way I can think of to fix this involves silently changing the behavior of DESTDIR. Hopefully nobody is using it...?
-
- Mar 14, 2015
-
-
Andrew Waterman authored
-
- Mar 13, 2015
-
-
Andrew Waterman authored
Now all 12 CSR address bits are sent over the HTIF interface.
-
- Jan 27, 2015
-
-
Andrew Waterman authored
-
- Jan 21, 2015
-
-
Andrew Waterman authored
This simplifies the pk <-> fesvr ABI at the cost of requiring POSIX 2008 compliance (e.g. Mac OS Yosemite or later).
-
- Jan 10, 2015
-
-
Andrew Waterman authored
This simulates a chroot jail for the target machine. There are probably some lingering bugs.
-
- Jan 06, 2015
-
-
Andrew Waterman authored
-
- Jan 03, 2015
-
-
Andrew Waterman authored
-
- Dec 04, 2014
-
-
Andrew Waterman authored
-
- Nov 07, 2014
-
-
Andrew Waterman authored
-
- Sep 05, 2014
-
-
Yunsup Lee authored
-
- Aug 28, 2014
-
-
Scott Beamer authored
-
- Aug 26, 2014
-
-
Scott Beamer authored
-
Scott Beamer authored
-
- Aug 22, 2014
-
-
Scott Beamer authored
can be built for one place and installed in another
-
- Aug 16, 2014
-
-
Scott Beamer authored
these syscalls will be available in osx 10.10
-
- Aug 07, 2014
-
-
Yunsup Lee authored
-
- Jun 13, 2014
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- May 23, 2014
-
-
Colin Schmidt authored
syscalls added (openat, access, accessat, faccessat, etc.)
-
- May 07, 2014
-
-
Christopher Celio authored
-
- Mar 29, 2014
-
-
Andrew Waterman authored
Use __thread for compatibility with gcc <= 4.7.
-