diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-10 07:16:42 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-10 07:16:42 -0700 |
commit | 266653039eb5a6da5cc69ed72bd8792bf8befeca (patch) | |
tree | b703cbf0c7a4ae1eda86c1e8406fc774d5b1d034 /stdlib/each-prod.tl | |
parent | 4f616b1d8f97bf141d96dfdf225d09ef1172271d (diff) | |
download | txr-266653039eb5a6da5cc69ed72bd8792bf8befeca.tar.gz txr-266653039eb5a6da5cc69ed72bd8792bf8befeca.tar.bz2 txr-266653039eb5a6da5cc69ed72bd8792bf8befeca.zip |
Support RISC-V: conditionally.
Everything compiles, and most tests pass. Failing test are:
- tests/014/dgram-stream.tl:
- tests/017/glob-carray.tl:
- tests/017/qsort.tl:
The datagram test is not able to bind a UDP socket to a port.
On the gcc402 machine of the GCC Compile Farm, attempts bind a
UDP socket to any of the ports 1024-65535 all fail with errno
99 (EADDRNOTAVAIL).
The FFI test cases are segfaulting. The qosrt.tl case has
the problem in the test cases which abort the callback with
a return-from.
* unwind.h (struct jmp): Define for RISC-V.
* jmp.S (DEFUN): Define macro for RISC-V.
(jmp_save, jmp_restore): Define for RISC-V.
Diffstat (limited to 'stdlib/each-prod.tl')
0 files changed, 0 insertions, 0 deletions