• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision4bae9977da5a322fee4b90c63753420582b84887 (tree)
Zeit2019-11-18 04:09:35
AutorWaldemar Brodkorb <wbx@open...>
CommiterWaldemar Brodkorb

Log Message

riscv64: fix DB_THREAD_SELF, fixes 4 testsuite failures

Ändern Zusammenfassung

Diff

--- a/libpthread/nptl/sysdeps/riscv64/tls.h
+++ b/libpthread/nptl/sysdeps/riscv64/tls.h
@@ -160,7 +160,7 @@ register tcbhead_t *__thread_self __asm__("tp");
160160
161161 /* Magic for libthread_db to know how to do THREAD_SELF. */
162162 # define DB_THREAD_SELF \
163- CONST_THREAD_AREA (32, sizeof (struct pthread))
163+ CONST_THREAD_AREA (64, sizeof (struct pthread))
164164
165165 /* Access to data in the thread descriptor is easy. */
166166 #define THREAD_GETMEM(descr, member) \