Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/arm netbsd needs __floatun...



details:   https://anonhg.NetBSD.org/src/rev/cc0244febc03
branches:  trunk
changeset: 766884:cc0244febc03
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jul 03 15:34:08 2011 +0000

description:
netbsd needs __floatundisf; make it so.  (should we have this elsewhere?)

diffstat:

 external/gpl3/gcc/dist/gcc/config/arm/elf.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r d15449ceb200 -r cc0244febc03 external/gpl3/gcc/dist/gcc/config/arm/elf.h
--- a/external/gpl3/gcc/dist/gcc/config/arm/elf.h       Sun Jul 03 15:29:34 2011 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/arm/elf.h       Sun Jul 03 15:34:08 2011 +0000
@@ -161,6 +161,8 @@
 #undef L_floatdidf
 #undef L_floatdisf
 #undef L_floatundidf
+/* XXXMRG: don't take this out, we need it! */
+# ifndef __NetBSD__
 #undef L_floatundisf
+# endif
 #endif
-



Home | Main Index | Thread Index | Old Index