From: Richard Henderson Date: Tue, 27 Mar 2012 21:29:13 +0000 (-0700) Subject: Merge sysdeps/alpha/elf/ into sysdeps/alpha/. X-Git-Tag: glibc-2.16-ports-before-merge~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0c5945b52394859e3f9fa26e3f446073f30e048;p=thirdparty%2Fglibc.git Merge sysdeps/alpha/elf/ into sysdeps/alpha/. --- diff --git a/ChangeLog.alpha b/ChangeLog.alpha index 500e2273c8e..c25d3f1f612 100644 --- a/ChangeLog.alpha +++ b/ChangeLog.alpha @@ -1,3 +1,15 @@ +2012-03-27 Richard Henderson + + * sysdeps/alpha/elf/configure.in: Move to ... + * sysdeps/alpha/configure.in: ... here. Update comment. + * sysdeps/alpha/configure: Regenerate. + * sysdeps/alpha/elf/crti.S: Move to ... + * sysdeps/alpha/crti.S: ... here. + * sysdeps/alpha/elf/crtn.S: Move to ... + * sysdeps/alpha/crtn.S: ... here. + * sysdeps/alpha/elf/start.S: Move to ... + * sysdeps/alpha/start.S: ... here. + 2012-03-21 Richard Henderson * sysdeps/alpha/hp-timing.h: Include <_itoa.h> instead diff --git a/sysdeps/alpha/elf/configure b/sysdeps/alpha/configure similarity index 98% rename from sysdeps/alpha/elf/configure rename to sysdeps/alpha/configure index 5da9875910b..1d0daf5a818 100644 --- a/sysdeps/alpha/elf/configure +++ b/sysdeps/alpha/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/alpha/elf. + # Local configure fragment for sysdeps/alpha. # Check for support of thread-local storage handling in assembler and linker. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Alpha TLS support" >&5 diff --git a/sysdeps/alpha/elf/configure.in b/sysdeps/alpha/configure.in similarity index 97% rename from sysdeps/alpha/elf/configure.in rename to sysdeps/alpha/configure.in index 75fff5374c3..bf8e9266572 100644 --- a/sysdeps/alpha/elf/configure.in +++ b/sysdeps/alpha/configure.in @@ -1,5 +1,5 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. -# Local configure fragment for sysdeps/alpha/elf. +# Local configure fragment for sysdeps/alpha. # Check for support of thread-local storage handling in assembler and linker. AC_CACHE_CHECK(for Alpha TLS support, libc_cv_alpha_tls, [dnl diff --git a/sysdeps/alpha/elf/crti.S b/sysdeps/alpha/crti.S similarity index 100% rename from sysdeps/alpha/elf/crti.S rename to sysdeps/alpha/crti.S diff --git a/sysdeps/alpha/elf/crtn.S b/sysdeps/alpha/crtn.S similarity index 100% rename from sysdeps/alpha/elf/crtn.S rename to sysdeps/alpha/crtn.S diff --git a/sysdeps/alpha/elf/start.S b/sysdeps/alpha/start.S similarity index 100% rename from sysdeps/alpha/elf/start.S rename to sysdeps/alpha/start.S