diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-07 22:28:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-07 22:28:16 +0000 |
commit | dfe4c900cb1d03533702c453c3a9abe6d41e545d (patch) | |
tree | 3abdeee7d6276ec401eed3b7ed19772baaa8b8a0 /ChangeLog | |
parent | 1d8a0fd965535f5c48cfb1e0b9d4fb8596190cd6 (diff) | |
download | glibc-dfe4c900cb1d03533702c453c3a9abe6d41e545d.tar glibc-dfe4c900cb1d03533702c453c3a9abe6d41e545d.tar.gz glibc-dfe4c900cb1d03533702c453c3a9abe6d41e545d.tar.bz2 glibc-dfe4c900cb1d03533702c453c3a9abe6d41e545d.zip |
* sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY]
(gmon_initializer): New function.
(.init prologue): If HAVE_INITFINI_ARRAY is true, don't call
__gmon_start__ here. Call it from gmon_initializer() instead.
2002-03-12 H.J. Lu <hjl@gnu.org>
* elf/Makefile [$(have-initfini-array) = yes] (tests): Add tst-array1,
tst-array2, and tst-array3.
[$(have-initfini-array) = yes] (tests-static): Add tst-array3.
[$(have-initfini-array) = yes] (modules-names): Add tst-array2dep.
($(objpfx)tst-array1.out): New target.
($(objpfx)tst-array2): Likewise.
($(objpfx)tst-array2.out): Likewise.
($(objpfx)tst-array3.out): Likewise.
* elf/tst-array1.c: New file.
* elf/tst-array1.exp: Likewise.
* elf/tst-array2.c: Likewise.
* elf/tst-array2dep.c: Likewise.
* elf/tst-array2.exp: Likewise.
* elf/tst-array3.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +2002-10-29 David Mosberger <davidm@hpl.hp.com> + + * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY] + (gmon_initializer): New function. + (.init prologue): If HAVE_INITFINI_ARRAY is true, don't call + __gmon_start__ here. Call it from gmon_initializer() instead. + +2002-03-12 H.J. Lu <hjl@gnu.org> + + * elf/Makefile [$(have-initfini-array) = yes] (tests): Add tst-array1, + tst-array2, and tst-array3. + [$(have-initfini-array) = yes] (tests-static): Add tst-array3. + [$(have-initfini-array) = yes] (modules-names): Add tst-array2dep. + ($(objpfx)tst-array1.out): New target. + ($(objpfx)tst-array2): Likewise. + ($(objpfx)tst-array2.out): Likewise. + ($(objpfx)tst-array3.out): Likewise. + * elf/tst-array1.c: New file. + * elf/tst-array1.exp: Likewise. + * elf/tst-array2.c: Likewise. + * elf/tst-array2dep.c: Likewise. + * elf/tst-array2.exp: Likewise. + * elf/tst-array3.c: Likewise. + 2002-10-28 David Mosberger <davidm@hpl.hp.com> * elf/dl-fini.c (_dl_fini): Invoke fini_array in _reverse_ order. |