Delete sysdeps/sh/elf
authorAndreas Jaeger <jaegerandi@gmail.com>
Wed, 28 Mar 2012 07:19:38 +0000 (09:19 +0200)
committerAndreas Jaeger <jaegerandi@gmail.com>
Wed, 28 Mar 2012 07:19:38 +0000 (09:19 +0200)
* sysdeps/sh/elf/configure.in: Moved to ...
* sysdeps/sh/configure.in: ... here.
* sysdeps/sh/elf/start.S: Moved to ...
* sysdeps/sh/start.S: ... here.
* sysdeps/sh/elf/configure: Delete file.

sysdeps/sh/configure [moved from sysdeps/sh/elf/configure with 98% similarity]
sysdeps/sh/configure.in [moved from sysdeps/sh/elf/configure.in with 94% similarity]
sysdeps/sh/start.S [moved from sysdeps/sh/elf/start.S with 100% similarity]

similarity index 98%
rename from sysdeps/sh/elf/configure
rename to sysdeps/sh/configure
index 8235c3c..29a924b 100644 (file)
@@ -81,7 +81,7 @@ $as_echo X/"$0" |
 }
 
 # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
- # Local configure fragment for sysdeps/sh/elf.
+ # Local configure fragment for sysdeps/sh.
 
 # Check for support of thread-local storage handling in assembler and
 # linker.
@@ -119,4 +119,3 @@ if test $libc_cv_sh_tls = no; then
 fi
 
 $as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
-
similarity index 94%
rename from sysdeps/sh/elf/configure.in
rename to sysdeps/sh/configure.in
index 9c41a24..538e34e 100644 (file)
@@ -1,5 +1,5 @@
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
-# Local configure fragment for sysdeps/sh/elf.
+# Local configure fragment for sysdeps/sh.
 
 # Check for support of thread-local storage handling in assembler and
 # linker.
similarity index 100%
rename from sysdeps/sh/elf/start.S
rename to sysdeps/sh/start.S