aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sh
diff options
context:
space:
mode:
authorAndreas Jaeger <jaegerandi@gmail.com>2012-03-28 09:19:38 +0200
committerAndreas Jaeger <jaegerandi@gmail.com>2012-03-28 09:19:38 +0200
commit09ae94c11b4309b425fbbfaa095e64cac2ae8cb8 (patch)
treef38b9109ade97075e9410b6eea818bf69870db5e /sysdeps/sh
parent2f60e7a8bc36e5c3b7ea8969b95e562a62bd4ef1 (diff)
downloadglibc-09ae94c11b4309b425fbbfaa095e64cac2ae8cb8.zip
glibc-09ae94c11b4309b425fbbfaa095e64cac2ae8cb8.tar.gz
glibc-09ae94c11b4309b425fbbfaa095e64cac2ae8cb8.tar.bz2
Delete sysdeps/sh/elf
* 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.
Diffstat (limited to 'sysdeps/sh')
-rw-r--r--sysdeps/sh/configure (renamed from sysdeps/sh/elf/configure)3
-rw-r--r--sysdeps/sh/configure.in (renamed from sysdeps/sh/elf/configure.in)2
-rw-r--r--sysdeps/sh/start.S (renamed from sysdeps/sh/elf/start.S)0
3 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/sh/elf/configure b/sysdeps/sh/configure
index 8235c3c..29a924b 100644
--- a/sysdeps/sh/elf/configure
+++ b/sysdeps/sh/configure
@@ -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
-
diff --git a/sysdeps/sh/elf/configure.in b/sysdeps/sh/configure.in
index 9c41a24..538e34e 100644
--- a/sysdeps/sh/elf/configure.in
+++ b/sysdeps/sh/configure.in
@@ -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.
diff --git a/sysdeps/sh/elf/start.S b/sysdeps/sh/start.S
index 0d7557d..0d7557d 100644
--- a/sysdeps/sh/elf/start.S
+++ b/sysdeps/sh/start.S