Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107411151
D33347.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
397 B
Referenced Files
None
Subscribers
None
D33347.diff
View Options
diff --git a/libexec/rtld-elf/mips/reloc.c b/libexec/rtld-elf/mips/reloc.c
--- a/libexec/rtld-elf/mips/reloc.c
+++ b/libexec/rtld-elf/mips/reloc.c
@@ -783,8 +783,7 @@
char *p;
tls = _get_tp();
- p = tls_get_addr_common(tls, ti->ti_module, ti->ti_offset +
- TLS_DTV_OFFSET);
+ p = tls_get_addr_common(tls, ti->ti_module, ti->ti_offset);
- return (p);
+ return (p + TLS_DTV_OFFSET);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 6:39 PM (6 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15799595
Default Alt Text
D33347.diff (397 B)
Attached To
Mode
D33347: mips: Add TLS_DTV_OFFSET to the result of tls_get_addr_common.
Attached
Detach File
Event Timeline
Log In to Comment