riscv: Handle some usual relocs
commit1353ccd9e22acc3678e8204b5009da4e36566139
authorMichael Matz <matz@suse.de>
Sun, 23 Jun 2019 00:10:10 +0000 (23 02:10 +0200)
committerMichael Matz <matz@suse.de>
Wed, 14 Aug 2019 16:19:00 +0000 (14 18:19 +0200)
tree449f6cd011cbb6cd89583c752e865ce5a7001eef
parent0676d5bc2328a4977ea6622a0467395d3118bb6b
riscv: Handle some usual relocs

this is enough to let me link a tcctest.c compiled by GCC
using some current debian sid riscv64 system.  It needs
linking against libgcc.a for various floating point TFmode
routines.  The result runs.
arm-link.c
arm64-link.c
c67-link.c
i386-link.c
riscv64-link.c
tcc.h
tccelf.c
tests/tcctest.c
x86_64-link.c