public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Remove sysdeps/sh/soft-fp directory [committed]
@ 2018-05-23 20:06 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2018-05-23 20:06 UTC (permalink / raw)
  To: libc-alpha

As per <https://sourceware.org/ml/libc-alpha/2014-10/msg00369.html>,
there should not be separate sysdeps/<arch>/soft-fp directories when
those are used by all configurations that use sysdeps/<arch>, and,
more generally, should not be sysdeps/foo/Implies files pointing to a
subdirectory foo/bar.  This patch eliminates the sysdeps/sh/soft-fp
directory accordingly, merging its contents into sysdeps/sh.

Tested with build-many-glibcs.py that installed stripped shared
libraries for sh configurations are unchanged by this patch.  Committed

2018-05-23  Joseph Myers  <joseph@codesourcery.com>

	* sysdeps/sh/Implies: Remove sh/soft-fp.
	* sysdeps/sh/soft-fp/sfp-machine.h: Move to ....
	* sysdeps/sh/sfp-machine.h: ... here.

diff --git a/sysdeps/sh/Implies b/sysdeps/sh/Implies
index 1fdc53d..780c4e2 100644
--- a/sysdeps/sh/Implies
+++ b/sysdeps/sh/Implies
@@ -1,4 +1,3 @@
-sh/soft-fp
 wordsize-32
 ieee754/flt-32
 ieee754/dbl-64
diff --git a/sysdeps/sh/soft-fp/sfp-machine.h b/sysdeps/sh/sfp-machine.h
similarity index 100%
rename from sysdeps/sh/soft-fp/sfp-machine.h
rename to sysdeps/sh/sfp-machine.h

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-23 20:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-23 20:06 Remove sysdeps/sh/soft-fp directory [committed] Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).