mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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:
@ -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>
|
2014-02-11 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* include/features.h: Update comment documenting feature test
|
* include/features.h: Update comment documenting feature test
|
||||||
|
2
README
2
README
@ -25,6 +25,7 @@ installed for the pthread library to work correctly.
|
|||||||
The GNU C Library supports these configurations for using Linux kernels:
|
The GNU C Library supports these configurations for using Linux kernels:
|
||||||
|
|
||||||
aarch64*-*-linux-gnu
|
aarch64*-*-linux-gnu
|
||||||
|
alpha*-*-linux-gnu
|
||||||
arm-*-linux-gnueabi
|
arm-*-linux-gnueabi
|
||||||
i[4567]86-*-linux-gnu
|
i[4567]86-*-linux-gnu
|
||||||
x86_64-*-linux-gnu Can build either x86_64 or x32
|
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,
|
the core glibc maintenance effort is contained in the `ports' add-on,
|
||||||
located in the `ports' subdirectory of the source tree.
|
located in the `ports' subdirectory of the source tree.
|
||||||
|
|
||||||
alpha*-*-linux-gnu
|
|
||||||
hppa-*-linux-gnu Not currently functional without patches.
|
hppa-*-linux-gnu Not currently functional without patches.
|
||||||
ia64-*-linux-gnu
|
ia64-*-linux-gnu
|
||||||
|
|
||||||
|
@ -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>
|
2014-02-08 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/alpha/msgctl.c: Move to
|
* sysdeps/unix/sysv/linux/alpha/msgctl.c: Move to
|
||||||
|
@ -4,4 +4,3 @@
|
|||||||
# With required gcc+binutils, we can always access static and hidden
|
# With required gcc+binutils, we can always access static and hidden
|
||||||
# symbols in a position independent way.
|
# symbols in a position independent way.
|
||||||
$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
|
$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
Reference in New Issue
Block a user