Module Name:    src
Committed By:   mrg
Date:           Sun Jul  3 15:34:09 UTC 2011

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/arm: elf.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc/dist/gcc/config/arm/elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config/arm/elf.h
diff -u src/external/gpl3/gcc/dist/gcc/config/arm/elf.h:1.1.1.1 src/external/gpl3/gcc/dist/gcc/config/arm/elf.h:1.2
--- src/external/gpl3/gcc/dist/gcc/config/arm/elf.h:1.1.1.1	Tue Jun 21 01:22:19 2011
+++ src/external/gpl3/gcc/dist/gcc/config/arm/elf.h	Sun Jul  3 15:34:08 2011
@@ -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
-

Reply via email to