From 5e1019b01c968707accc85c99e63a18af665cf27 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 10 Sep 2018 15:42:03 -0400 Subject: make arch __set_thread_area backends hidden this is not a public interface, and does not even necessarily match the syscall on all archs that have a syscall by that name. on archs where it's implemented in C, no action on the source file is needed; the hidden declaration in pthread_arch.h suffices. --- src/thread/or1k/__set_thread_area.s | 1 + 1 file changed, 1 insertion(+) (limited to 'src/thread/or1k/__set_thread_area.s') diff --git a/src/thread/or1k/__set_thread_area.s b/src/thread/or1k/__set_thread_area.s index 44c5d459..b9ffb930 100644 --- a/src/thread/or1k/__set_thread_area.s +++ b/src/thread/or1k/__set_thread_area.s @@ -1,4 +1,5 @@ .global __set_thread_area +.hidden __set_thread_area .type __set_thread_area,@function __set_thread_area: l.ori r10, r3, 0 -- cgit v1.2.1