diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-21 00:46:01 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-21 00:46:01 +0000 |
commit | 0e7dfaef514bbb3ec08934c6f7f42953bc149257 (patch) | |
tree | 3a2373ee1f9a7a0bc8d09b5e261e393a9fae2ae3 /nptl/ChangeLog | |
parent | 599af3ca61ab0841bd968c8965e2efb2c1df2dd3 (diff) | |
download | glibc-0e7dfaef514bbb3ec08934c6f7f42953bc149257.tar.gz glibc-0e7dfaef514bbb3ec08934c6f7f42953bc149257.tar.xz glibc-0e7dfaef514bbb3ec08934c6f7f42953bc149257.zip |
Remove old initfini mechanism.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b8e1e4ad29..f7400ff680 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,21 @@ +2012-02-21 Joseph Myers <joseph@codesourcery.com> + + [BZ #13695] + * Makefile (generated): Remove crti.S, crtn.S, defs.h and + pt-initfini.s. + [crti.S not in sysdirs] (omit-deps): Do not append. + [crti.S not in sysdirs] (CFLAGS-pt-initfini.s): Remove variable. + [crti.S not in sysdirs] (pt-initfini.c): Remove vpath directive. + [crti.S not in sysdirs] ($(objpfx)crti.S): Remove rule. + [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise. + [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise. + [crti.S not in sysdirs] ($(objpfx)crti.o): Likewise. + [crti.S not in sysdirs] ($(objpfx)crtn.o): Likewise. + [crti.S in sysdirs] (extra-objs): Append unconditionally. + [crti.S in sysdirs] ($(objpfx)crti.o): Define rule + unconditionally. + * sysdeps/pthread/pt-initfini.c: Remove file. + 2012-02-16 Richard Henderson <rth@twiddle.net> * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-initfini.c: Remove file. |