This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH roland/arm-soft-fp] Remove sysdeps/arm/soft-fp directory.
- From: Roland McGrath <roland at hack dot frob dot com>
- To: "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Wed, 15 Oct 2014 14:17:41 -0700 (PDT)
- Subject: [PATCH roland/arm-soft-fp] Remove sysdeps/arm/soft-fp directory.
- Authentication-results: sourceware.org; auth=none
This has no effect on the compiled code.
Any time sysdeps/foo/Implies contains "foo/bar" then this should be a big
red flag. That's useless separation that just makes the build slower, all
the compilation command lines longer, etc.
aarch64, alpha, mips, sh, sparc, and powerpc all have a soft-fp
subdirectory that is always used and should not be separate.
Thanks,
Roland
2014-10-15 Roland McGrath <roland@hack.frob.com>
* sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
* sysdeps/arm/sfp-machine.h: ... to here.
* sysdeps/arm/Implies: Remove arm/soft-fp.
diff --git a/sysdeps/arm/Implies b/sysdeps/arm/Implies
index 10bd93a..780c4e2 100644
--- a/sysdeps/arm/Implies
+++ b/sysdeps/arm/Implies
@@ -1,4 +1,3 @@
-arm/soft-fp
wordsize-32
ieee754/flt-32
ieee754/dbl-64
diff --git a/sysdeps/arm/soft-fp/sfp-machine.h b/sysdeps/arm/sfp-machine.h
similarity index 100%
rename from sysdeps/arm/soft-fp/sfp-machine.h
rename to sysdeps/arm/sfp-machine.h