mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 05:50:14 +00: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:
parent
8fd7b0d559
commit
68b7efaadb
@ -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
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:
|
||||
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user