This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH roland/arm-soft-fp] Remove sysdeps/arm/soft-fp directory.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]