diff options
author | Vincent Chen <vincent.chen@sifive.com> | 2020-12-15 17:16:39 +0800 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2021-01-10 21:25:13 -0500 |
commit | c31b1f52311e10a37b85604b43de81dff205637e (patch) | |
tree | ea5eb9390dd9bf0d39536e2d436e43e599f8dce9 /libc-abis | |
parent | 2cd361b5114ff3f2f55684458d8bf9836c624b90 (diff) | |
download | glibc-c31b1f52311e10a37b85604b43de81dff205637e.zip glibc-c31b1f52311e10a37b85604b43de81dff205637e.tar.gz glibc-c31b1f52311e10a37b85604b43de81dff205637e.tar.bz2 |
riscv: support GNU indirect function
Enable riscv glibc to support GNU indirect function
Diffstat (limited to 'libc-abis')
-rw-r--r-- | libc-abis | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,3 +48,4 @@ IFUNC sparc64-*-linux* IFUNC sparc-*-linux* # Absolute (SHN_ABS) symbols working correctly. ABSOLUTE +IFUNC riscv*-linux* |