- May 05, 2017
-
-
Palmer Dabbelt authored
-
Palmer Dabbelt authored
-
- Mar 28, 2017
-
-
Palmer Dabbelt authored
riscv-binutils-2.28 now has GDB support again. This reverts commit 2490d7ca.
-
Palmer Dabbelt authored
-
- Mar 24, 2017
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Mar 20, 2017
-
-
Kito Cheng authored
-
- Mar 04, 2017
-
-
Andrew Waterman authored
-
- Feb 10, 2017
-
-
Andrew Waterman authored
gdb-sim accounted for nearly all test failures, so don't use it for now.
-
- Feb 04, 2017
-
-
Andrew Waterman authored
For some reason, a Newlib multilib build includes a "default" library in addition to the multilibs ones. This results in confounding error messages when an invalid multilib is requested on the GCC command line. Now, it reports a more sensible "cannot find -lc".
-
- Feb 02, 2017
-
-
Andrew Waterman authored
-
- Jan 26, 2017
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Jan 20, 2017
-
-
Andrew Waterman authored
-
- Jan 06, 2017
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Jan 05, 2017
-
-
Andrew Waterman authored
-
- Dec 23, 2016
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Dec 17, 2016
-
-
Stefan O'Rear authored
-
- Dec 15, 2016
-
-
Kito Cheng authored
-
Kito Cheng authored
-
Kito Cheng authored
-
- Dec 13, 2016
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Dec 07, 2016
-
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Dec 06, 2016
-
-
Palmer Dabbelt authored
-
- Nov 29, 2016
-
-
Andrew Waterman authored
-
- Nov 04, 2016
-
-
Kito Cheng authored
-
Andrew Waterman authored
-
- Oct 26, 2016
-
-
Andrew Waterman authored
-
- Oct 25, 2016
-
-
Andrew Waterman authored
- -march controls which instructions may be emitted, and does not affect ABI. - -mno-float is equivalent to passing neither F for D to -march; -msingle-float is equivalent to passing F but not D to -march; and -mdouble-float is equivalent to passing F and D to -march. - -mfloat-abi controls which calling convention is used: "soft" means no args passed in registers; "single" means only single-precision values are passed in regisers; "double" means single- and double-precision values are passed in registers. - -mfloat-abi defaults to "soft" if the D extension is not present, or "double" if it is. - GCC will issue an error if -mfloat-abi requires an extension not provided by -march, but vice-versa is OK. Closes #187 (I hope). @kito-cheng can you test this and let me know what I need to fix?
-
Andrew Waterman authored
-
Andrew Waterman authored
-
- Oct 14, 2016
-
-
Andrew Waterman authored
Soft-float calling convention is default, but an alternate hard-float calling convention (with doubles passed as in soft-float, but floats passed as in hard-float) is supported.
-
Palmer Dabbelt authored
github requires 4 spaces before a block to make it produce code blocks.
-