diff options
author | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2012-02-16 07:17:24 +0900 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2012-02-16 07:17:24 +0900 |
commit | df83af673b1597bb6b96c855658931b989ec1551 (patch) | |
tree | 7a46d49359da140922fbb12be6bd197bce1ae03f /ChangeLog | |
parent | f63f338062e1d390330484412840467b0ec659b0 (diff) | |
download | glibc-df83af673b1597bb6b96c855658931b989ec1551.zip glibc-df83af673b1597bb6b96c855658931b989ec1551.tar.gz glibc-df83af673b1597bb6b96c855658931b989ec1551.tar.bz2 |
Add SH target specific crti.S and crtn.S and remove initfini files.
Add sysdeps/sh/crti.S, sysdeps/sh/crtn.S and remove sysdeps/sh/elf/initfini.c
and nptl/sysdeps/unix/sysv/linux/sh/pt-initfini.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on + compiler output for sysdeps/generic/initfini.c. + * sysdeps/sh/elf/initfini.c: Remove file. + 2012-02-16 David S. Miller <davem@davemloft.net> * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S |