From c0c5945b52394859e3f9fa26e3f446073f30e048 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 27 Mar 2012 14:29:13 -0700 Subject: [PATCH] Merge sysdeps/alpha/elf/ into sysdeps/alpha/. --- ChangeLog.alpha | 12 ++++++++++++ sysdeps/alpha/{elf => }/configure | 2 +- sysdeps/alpha/{elf => }/configure.in | 2 +- sysdeps/alpha/{elf => }/crti.S | 0 sysdeps/alpha/{elf => }/crtn.S | 0 sysdeps/alpha/{elf => }/start.S | 0 6 files changed, 14 insertions(+), 2 deletions(-) rename sysdeps/alpha/{elf => }/configure (98%) rename sysdeps/alpha/{elf => }/configure.in (97%) rename sysdeps/alpha/{elf => }/crti.S (100%) rename sysdeps/alpha/{elf => }/crtn.S (100%) rename sysdeps/alpha/{elf => }/start.S (100%) diff --git a/ChangeLog.alpha b/ChangeLog.alpha index 500e227..c25d3f1 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 5da9875..1d0daf5 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 75fff53..bf8e926 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 -- 2.7.4