Relocate alpha from ports to libc

Also fixed the following whitespace nits to satisfy the push:

sysdeps/alpha/alphaev6/memset.S:142: space before tab in indent.
sysdeps/alpha/configure:1: new blank line at EOF.
sysdeps/alpha/fpu/e_sqrt.c:126: space before tab in indent.
sysdeps/alpha/preconfigure:1: new blank line at EOF.
sysdeps/unix/sysv/linux/alpha/syscalls.list:1: new blank line at EOF.
This commit is contained in:
Richard Henderson 2014-02-12 06:54:57 -08:00
parent 8fd7b0d559
commit 68b7efaadb
363 changed files with 18 additions and 6 deletions

View File

@ -1,3 +1,11 @@
2014-02-12 Richard Henderson <rth@redhat.com>
* sysdeps/alpha: Move directory from ports/sysdeps/alpha.
* sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
* sysdeps/unix/sysv/linux/alpha: Move directory from
ports/sysdeps/unix/sysv/linux/alpha.
* README: Update listing for alpha-*-linux-gnu.
2014-02-11 Joseph Myers <joseph@codesourcery.com>
* include/features.h: Update comment documenting feature test

2
README
View File

@ -25,6 +25,7 @@ installed for the pthread library to work correctly.
The GNU C Library supports these configurations for using Linux kernels:
aarch64*-*-linux-gnu
alpha*-*-linux-gnu
arm-*-linux-gnueabi
i[4567]86-*-linux-gnu
x86_64-*-linux-gnu Can build either x86_64 or x32
@ -45,7 +46,6 @@ The code for other CPU configurations supported by volunteers outside of
the core glibc maintenance effort is contained in the `ports' add-on,
located in the `ports' subdirectory of the source tree.
alpha*-*-linux-gnu
hppa-*-linux-gnu Not currently functional without patches.
ia64-*-linux-gnu

View File

@ -1,3 +1,10 @@
2014-02-12 Richard Henderson <rth@redhat.com>
* sysdeps/alpha: Move directory to ../sysdeps/alpha.
* sysdeps/unix/alpha: Move directory to ../sysdeps/unix/alpha.
* sysdeps/unix/sysv/linux/alpha: Move directory to
../sysdeps/unix/sysv/linux/alpha.
2014-02-08 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/alpha/msgctl.c: Move to

View File

@ -4,4 +4,3 @@
# With required gcc+binutils, we can always access static and hidden
# symbols in a position independent way.
$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h

Some files were not shown because too many files have changed in this diff Show More