diff options
author | Roland McGrath <roland@gnu.org> | 2005-09-22 07:29:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-09-22 07:29:50 +0000 |
commit | 5eac47606bdec9aa2c4ea52bc0c907b5bb54c4b8 (patch) | |
tree | baded91f2f5267e4e9232835b632f4905f97c9c4 /ChangeLog | |
parent | f7ffeb91cd6622472b425f8fa12c577c582ed16c (diff) | |
download | glibc-5eac47606bdec9aa2c4ea52bc0c907b5bb54c4b8.tar.gz glibc-5eac47606bdec9aa2c4ea52bc0c907b5bb54c4b8.tar.xz glibc-5eac47606bdec9aa2c4ea52bc0c907b5bb54c4b8.zip |
* elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie for
static __thread variable. From Alexandre Oliva <aoliva@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3b02a19374..9f4e285687 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-09-22 Roland McGrath <roland@redhat.com> + * elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie for + static __thread variable. + From Alexandre Oliva <aoliva@redhat.com> + * Makefile ($(objpfx)c++-types-check.out): Use $<, not $^, in command. Reported by Alexandre Oliva <aoliva@redhat.com>. |