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

@ -139,7 +139,7 @@ $bigalign:
* $17 - mask of stuff to store
* Scratch registers available: $7, $2, $4, $1
* We know that we'll be taking a minimum of one trip through.
* CWG Section 3.7.6: do not expect a sustained store rate of > 1/cycle
* CWG Section 3.7.6: do not expect a sustained store rate of > 1/cycle
* Assumes the wh64 needs to be for 2 trips through the loop in the future.
* The wh64 is issued on for the starting destination address for trip +2
* through the loop, and if there are less than two trips left, the target

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

View File

@ -123,7 +123,7 @@ __ieee754_sqrt: \n\
subt $f15, $f10, $f1 # fa 4: $f1 = (1.5-0.5*x*y*y) \n\
\n\
mult $f13, $f1, $f13 # fm 4: yp = y*(1.5-0.5*x*y^2)\n\
mult/su $f11, $f13, $f1 # fm 4: $f11 = x * 0.5 * yp \n\
mult/su $f11, $f13, $f1 # fm 4: $f11 = x * 0.5 * yp \n\
mult $f1, $f13, $f11 # fm 4: $f11 = (x*0.5*yp)*yp \n\
subt $f18, $f11, $f1 # fa 4: $f1=(1.5-2^-30)-x/2*yp^2\n\
\n\

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