summaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-13 17:33:38 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-13 17:33:38 +0000
commit1125ba8353fe7c4fa26f72ca22b970bfef27ce5b (patch)
tree43558081045fc254d40f3c818a030ebac045ba73 /libgcc/ChangeLog
parent80fad4aa85bf56122b4b9e53c69083c34abccf4f (diff)
downloadgcc-1125ba8353fe7c4fa26f72ca22b970bfef27ce5b.tar.gz
gcc:
* config/alpha/crtfastmath.c: Move to ../libgcc/config/alpha. * config/alpha/t-crtfm: Remove. * config/i386/crtfastmath.c: Move to ../libgcc/config/i386. * config/i386/t-crtfm: Remove. * config/ia64/crtfastmath.c: Move to ../libgcc/config/ia64. * config/mips/crtfastmath.c: Move to ../libgcc/config/mips. * config/sparc/crtfastmath.c: Move to ../libgcc/config/sparc. * config/sparc/t-crtfm: Remove. * config.gcc (alpha*-*-linux*): Remove alpha/t-crtfm from tmake_file. (alpha*-*-freebsd*): Likewise. (i[34567]86-*-darwin*): Remove i386/t-crtfm from tmake_file. (x86_64-*-darwin*): Likewise. (i[34567]86-*-linux*): Likewise. (x86_64-*-linux*): Likewise. (x86_64-*-mingw*): Likewise. (ia64*-*-elf*): Remove crtfastmath.o from extra_parts. (ia64*-*-freebsd*): Likewise. (ia64*-*-linux*): Likewise. (mips64*-*-linux*): Likewise. (mips*-*-linux*): Likewise. (sparc-*-linux*): Remove sparc/t-crtfm from tmake_file. (sparc64-*-linux*): Likewise. (sparc64-*-freebsd*): Likewise. libgcc: * config/alpha/crtfastmath.c: New file. * config/i386/crtfastmath.c: New file. * config/ia64/crtfastmath.c: New file. * config/mips/crtfastmath.c: New file. * config/sparc/crtfastmath.c: New file. * config/t-crtfm (crtfastmath.o): Use $(srcdir) to refer to crtfastmath.c. Add -frandom-seed=gcc-crtfastmath. * config/alpha/t-crtfm: Remove. * config/i386/t-crtfm: Use $(srcdir) to refer to crtfastmath.c. * config/ia64/t-ia64 (crtfastmath.o): Remove. * config.host (alpha*-*-linux*): Replace alpha/t-crtfm by t-crtfm. (alpha*-dec-osf5.1*): Likewise. (alpha*-*-freebsd*): Add t-crtfm to tmake_file. Add crtfastmath.o to extra_parts. (i[34567]86-*-darwin*): Add i386/t-crtfm to tmake_file. Add crtfastmath.o to extra_parts. (x86_64-*-darwin*): Likewise. (x86_64-*-mingw*): Likewise. (ia64*-*-elf*): Add t-crtfm to tmake_file. (ia64*-*-freebsd*): Likewise. (ia64*-*-linux*): Likewise. (sparc64-*-freebsd*): Add t-crtfm to tmake_file. Add crtfastmath.o to extra_parts. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176241 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r--libgcc/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index bfbf1053157..401287cfb06 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,5 +1,34 @@
2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+ * config/alpha/crtfastmath.c: New file.
+ * config/i386/crtfastmath.c: New file.
+ * config/ia64/crtfastmath.c: New file.
+ * config/mips/crtfastmath.c: New file.
+ * config/sparc/crtfastmath.c: New file.
+
+ * config/t-crtfm (crtfastmath.o): Use $(srcdir) to refer to
+ crtfastmath.c.
+ Add -frandom-seed=gcc-crtfastmath.
+ * config/alpha/t-crtfm: Remove.
+ * config/i386/t-crtfm: Use $(srcdir) to refer to crtfastmath.c.
+ * config/ia64/t-ia64 (crtfastmath.o): Remove.
+
+ * config.host (alpha*-*-linux*): Replace alpha/t-crtfm by t-crtfm.
+ (alpha*-dec-osf5.1*): Likewise.
+ (alpha*-*-freebsd*): Add t-crtfm to tmake_file.
+ Add crtfastmath.o to extra_parts.
+ (i[34567]86-*-darwin*): Add i386/t-crtfm to tmake_file.
+ Add crtfastmath.o to extra_parts.
+ (x86_64-*-darwin*): Likewise.
+ (x86_64-*-mingw*): Likewise.
+ (ia64*-*-elf*): Add t-crtfm to tmake_file.
+ (ia64*-*-freebsd*): Likewise.
+ (ia64*-*-linux*): Likewise.
+ (sparc64-*-freebsd*): Add t-crtfm to tmake_file.
+ Add crtfastmath.o to extra_parts.
+
+2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
* config/darwin-crt3.o: New file.
* config/rs6000/darwin-crt2.c: New file.
* config/t-darwin: New file.