Skip to content

Commit

Permalink
* po/lt.po: New file. From Lituanian translation team.
Browse files Browse the repository at this point in the history
	sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
	sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
  • Loading branch information
Ulrich Drepper committed May 13, 2008
1 parent c9ff018 commit f05ac8f
Show file tree
Hide file tree
Showing 4 changed files with 7,096 additions and 7 deletions.
8 changes: 6 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2008-05-13 Ulrich Drepper <drepper@redhat.com>

* po/lt.po: New file. From Lituanian translation team.

2008-01-30 Alexandre Oliva <aoliva@redhat.com>

Introduce TLS descriptors for i386 and x86_64.
Expand All @@ -19,7 +23,7 @@
R_X86_64_TLSDESC): Define.
(R_386_NUM, R_X86_64_NUM): Adjust.
* sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
systep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
(gen-as-const-headers): Add tlsdesc.sym to csu subdir.
* sysdeps/i386/dl-lookupcfg.h: New file. Introduce _dl_unmap to
release tlsdesc_table.
Expand All @@ -37,7 +41,7 @@
* sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
tlsdesc_table.
* sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
systep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
(gen-as-const-headers): Add tlsdesc.sym to csu subdir.
* sysdeps/x86_64/dl-lookupcfg.h: New file. Introduce _dl_unmap to
release tlsdesc_table.
Expand Down
7 changes: 5 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GNU C Library NEWS -- history of user-visible changes. 2008-5-10
GNU C Library NEWS -- history of user-visible changes. 2008-5-12
Copyright (C) 1992-2007, 2008 Free Software Foundation, Inc.
See the end for copying conditions.

Expand All @@ -8,7 +8,10 @@ using `glibc' in the "product" field.
Version 2.9

* Unified lookup for getaddrinfo: IPv4 and IPv6 addresses are now looked
up at the same time.
up at the same time. Implemented by Ulrich Drepper.

* TLS descriptors for LD and GD on x86 and x86-64.
Implemented by Alexandre Oliva.

Version 2.8

Expand Down
Loading

0 comments on commit f05ac8f

Please sign in to comment.