summaryrefslogtreecommitdiff
path: root/test/tls/tls-macros-arc.h
AgeCommit message (Collapse)Author
2022-09-27arc: fix TLS_GD macro, bad clobber listPavel Kozlov
Move function call outside the inline asm code to simplify a clobber list. The patch fixes tests tst-tls7 and tst-tls8 on ARCv3, they didn't pass because cc was not in clobber list and bad code was generated. The compiler didn't take in account changes of CPU Condition flags. Signed-off-by: Pavel Kozlov <pavel.kozlov@synopsys.com>
2016-10-24add uClibc-ng test directoryWaldemar Brodkorb