- Jan 08, 2013
-
-
Avi Kivity authored
Implemented the wrong prototype.
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
Usedful for implementing stdio.
-
Avi Kivity authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
If we already have a clean tree xargs won't find any object files. Add the -f argument to rm so that it doesn't complain about the lack of arguments.
-
Christoph Hellwig authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
If we can't find a symbol, return null. This occurs with libjsig symbols, which need not be loaded.
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
- Jan 07, 2013
-
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
We captured the precision function (which either returns an inline precision or from an argument, via *12$) by value, then tries to update it to set a default precision. But since we captured it already, the update had no effect. Change the code to return the precision function and store it in the fragment instead.
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
libstdc++ uses this semistandard function in its locale implementation.
-
Avi Kivity authored
This ensures that initialized thread local variables are loaded into the memory image and are usable.
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
When loading a small library (libverify.so) this happens. Since it's legal, allow it.
-
Avi Kivity authored
Change the directory structure a little to conform with jvm expecations (removing server/ from libjvm.so).
-
Avi Kivity authored
-
Avi Kivity authored
dlopen() uses files, so do so as well. Change DT_NEEDED handling to add the path.
-
Avi Kivity authored
Needed for exception support.
-
- Jan 06, 2013
-
-
Avi Kivity authored
-
Avi Kivity authored
-