Re: [PATCH] gdb: LoongArch: Add internal TLS support
Tiezhu Yang <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
On 7/13/26 20:20, Simon Marchi wrote: > On 7/13/26 6:37 AM, Hui Li wrote: >> Implements the LoongArch-specific get_tls_dtv_addr() and uses >> svr4_tls_register_tls_methods() to register it, together with >> svr4_tls_get_thread_local_address as the get_thread_local_address >> gdbarch method, to support internal TLS address lookup. ... >> + before thread pointer. */ >> + >> + dtv_ptr_addr = thr_ptr - 2 * (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT); > > Remove empty line above. > > With, this: > > Approved-By: Simon Marchi <[email protected]> After removing the empty line, pushed. Thanks, Tiezhu