aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2018-01-29 10:29:13 -0800
committerPalmer Dabbelt <palmer@dabbelt.com>2018-01-29 10:37:28 -0800
commitee53fed9d8aee94d5980a36aab28889d93a4c49d (patch)
treec7b26856395923a8a48522acff36af2c6a675870 /ChangeLog
parent7f33b09c65e3fdb6b6a1af8816918bcce977b38a (diff)
downloadglibc-ee53fed9d8aee94d5980a36aab28889d93a4c49d.zip
glibc-ee53fed9d8aee94d5980a36aab28889d93a4c49d.tar.gz
glibc-ee53fed9d8aee94d5980a36aab28889d93a4c49d.tar.bz2
RISC-V: Linux Startup and Dynamic Loading Code
This contains the Linux-specific code for loading programs on RISC-V. 2018-01-29 Palmer Dabbelt <palmer@sifive.com> * sysdeps/unix/sysv/linux/riscv/dl-static.c: New file. * sysdeps/unix/sysv/linux/riscv/ldconfig.h: Likewise. * sysdeps/unix/sysv/linux/riscv/ldsodefs.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c34013..9653b31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -127,6 +127,9 @@
* sysdeps/unix/sysv/linux/riscv/sys/user.h: Likewise.
* sysdeps/unix/sysv/linux/riscv/ucontext-macros.h: Likewise.
* sysdeps/unix/sysv/linux/riscv/ucontext_i.sym: Likewise.
+ * sysdeps/unix/sysv/linux/riscv/dl-static.c: New file.
+ * sysdeps/unix/sysv/linux/riscv/ldconfig.h: Likewise.
+ * sysdeps/unix/sysv/linux/riscv/ldsodefs.h: Likewise.
2018-01-29 Florian Weimer <fweimer@redhat.com>