PERFORCE change 58767 for review
Doug Rabson
dfr at FreeBSD.org
Tue Aug 3 01:19:57 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=58767
Change 58767 by dfr at dfr_home on 2004/08/03 08:19:34
Fix typo in last commit.
Affected files ...
.. //depot/projects/kse/libexec/rtld-elf/alpha/reloc.c#4 edit
Differences ...
==== //depot/projects/kse/libexec/rtld-elf/alpha/reloc.c#4 (text+ko) ====
@@ -516,7 +516,7 @@
* offset allocated so far and adding a bit for dynamic modules to
* use.
*/
- tls_static_space = tls_last_offset + tls_last_size + RTLS_STATIC_TLS_EXTRA;
+ tls_static_space = tls_last_offset + tls_last_size + RTLD_STATIC_TLS_EXTRA;
tls = allocate_tls(list, 0, 16, 16);
alpha_pal_wrunique((u_int64_t) tls);
}
More information about the p4-projects
mailing list