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

Message ID 20141015211741.EDC1E2C3A26@topped-with-meat.com
State Committed
Headers

Commit Message

Roland McGrath Oct. 15, 2014, 9:17 p.m. UTC
  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.
  

Comments

Joseph Myers Oct. 15, 2014, 11:50 p.m. UTC | #1
On Wed, 15 Oct 2014, Roland McGrath wrote:

> 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.

OK.
  
Roland McGrath Oct. 16, 2014, 4:55 p.m. UTC | #2
Committed.

Thanks,
Roland
  

Patch

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