or1k: startup and dynamic linking code
authorStafford Horne <shorne@gmail.com>
Tue, 19 Oct 2021 21:48:11 +0000 (06:48 +0900)
committerStafford Horne <shorne@gmail.com>
Tue, 4 Jan 2022 21:40:06 +0000 (06:40 +0900)
commitde5c0edc804b6f2b09c05a0bde1e6679d57e4ca4
tree993270b256fa7e57c20872c5581469fc54e0462f
parent6e5964311d57c017ed0af3d87095e54805f2541e
or1k: startup and dynamic linking code

Code for C runtime startup and dynamic loading including PLT layout.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/or1k/bits/link.h [new file with mode: 0644]
sysdeps/or1k/dl-machine.h [new file with mode: 0644]
sysdeps/or1k/dl-start.S [new file with mode: 0644]
sysdeps/or1k/ldsodefs.h [new file with mode: 0644]
sysdeps/or1k/sotruss-lib.c [new file with mode: 0644]
sysdeps/or1k/start.S [new file with mode: 0644]
sysdeps/or1k/tst-audit.h [new file with mode: 0644]