diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-08 01:45:26 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-08 01:45:26 +0000 |
commit | 3add8e1353d62d77fdd9b4ca363cdfe7006b0efb (patch) | |
tree | 39d3a6907fc55059bf6705f1ea8a372a23bdeff5 /nptl/ChangeLog | |
parent | a22f12b477654522f5be86a0148c30b7a24bd507 (diff) | |
download | glibc-3add8e1353d62d77fdd9b4ca363cdfe7006b0efb.tar.gz glibc-3add8e1353d62d77fdd9b4ca363cdfe7006b0efb.tar.xz glibc-3add8e1353d62d77fdd9b4ca363cdfe7006b0efb.zip |
Support crti.S and crtn.S provided directly by architectures.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1470566fb7..8ff14a9f23 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,19 @@ +2012-02-08 Joseph Myers <joseph@codesourcery.com> + + Support crti.S and crtn.S provided directly by architectures. + * Makefile [crti.S in sysdirs] (omit-deps): Do not append. + [crti.S in sysdirs] (CFLAGS-pt-initfini.s): Do not define variable. + [crti.S in sysdirs] ($(objpfx)pt-initfini.s): Disable rule. + [crti.S in sysdirs] ($(objpfx)crti.S): Likewise. + [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise. + [crti.S in sysdirs] ($(objpfx)defs.h): Likewise. + [crti.S in sysdirs] ($(objpfx)crti.o): Likewise. + [crti.S in sysdirs] ($(objpfx)crtn.o): Likewise. + [crti.S in sysdirs] (pt-initfini.c): Remove vpath directive. + [crti.S in sysdirs] ($(objpfx)crti.o): New rule. + * pt-crti.S: New file. + * sysdeps/unix/sysv/linux/i386/Makefile: Remove file. + 2012-02-03 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Use |