Skip to content

Commit

Permalink
Delete sysdeps/sh/elf
Browse files Browse the repository at this point in the history
	* 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.
  • Loading branch information
Andreas Jaeger committed Mar 28, 2012
1 parent 2f60e7a commit 09ae94c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions sysdeps/sh/elf/configure → sysdeps/sh/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -119,4 +119,3 @@ if test $libc_cv_sh_tls = no; then
fi

$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h

2 changes: 1 addition & 1 deletion sysdeps/sh/elf/configure.in → sysdeps/sh/configure.in
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
File renamed without changes.

0 comments on commit 09ae94c

Please sign in to comment.