Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.
  • Loading branch information
Ulrich Drepper committed Mar 20, 2005
1 parent a5f01f3 commit 1aa4e40
Show file tree
Hide file tree
Showing 8 changed files with 376 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2005-02-10 H.J. Lu <hongjiu.lu@intel.com>

* sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.

2005-02-27 Denis Barbier <barbier@debian.org>

[BZ #38]
Expand Down
5 changes: 4 additions & 1 deletion NEWS
@@ -1,4 +1,4 @@
GNU C Library NEWS -- history of user-visible changes. 2005-2-21
GNU C Library NEWS -- history of user-visible changes. 2005-3-19
Copyright (C) 1992-2004, 2005 Free Software Foundation, Inc.
See the end for copying conditions.

Expand All @@ -11,6 +11,9 @@ Version 2.4

* New iconv converters for IBM1025, IBM1122, IBM1137, IBM1153,
IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158 contributed by Jiro Sekiba.

* It is now possible to install audit libraries for the dynamic linker using
LD_AUDIT. Implemented by Ulrich Drepper.

Version 2.3.4

Expand Down
5 changes: 5 additions & 0 deletions linuxthreads/ChangeLog
@@ -1,3 +1,8 @@
2005-02-21 H.J. Lu <hongjiu.lu@intel.com>

* sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Add local _init
and _fini labels.

2005-03-05 Ulrich Drepper <drepper@redhat.com>

* sysdeps/i386/Makefile (CFLAGS-pt-initfini.s): Unconditionally
Expand Down
2 changes: 2 additions & 0 deletions linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-initfini.c
Expand Up @@ -87,6 +87,7 @@ _init:\n\
/*@_init_EPILOG_BEGINS*/\n\
.section .init\n\
.proc _init#\n\
_init:\n\
.prologue\n\
.save ar.pfs, r34\n\
.vframe r32\n\
Expand Down Expand Up @@ -122,6 +123,7 @@ _fini:\n\
/*@_fini_EPILOG_BEGINS*/\n\
.section .fini\n\
.proc _fini#\n\
_fini:\n\
.prologue\n\
.save ar.pfs, r34\n\
.vframe r32\n\
Expand Down
7 changes: 7 additions & 0 deletions localedata/ChangeLog
@@ -1,3 +1,10 @@
2005-02-27 Denis Barbier <barbier@debian.org>

[BZ #38]
* locales/sr_CS: New file.
Contributed by Danilo Segan <dsegan@gmx.net>
* SUPPORTED: Add sr_CS/ISO-8859-5 and sr_CS.UTF-8/UTF-8.

2005-03-18 Andreas Schwab <schwab@suse.de>

* locales/pa_IN (am_pm): Fix character names.
Expand Down
2 changes: 2 additions & 0 deletions localedata/SUPPORTED
Expand Up @@ -274,6 +274,8 @@ so_KE/ISO-8859-1 \
so_SO/ISO-8859-1 \
sq_AL.UTF-8/UTF-8 \
sq_AL/ISO-8859-1 \
sr_CS.UTF-8/UTF-8 \
sr_CS/ISO-8859-5 \
st_ZA.UTF-8/UTF-8 \
st_ZA/ISO-8859-1 \
sv_FI.UTF-8/UTF-8 \
Expand Down

0 comments on commit 1aa4e40

Please sign in to comment.