This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Gentoo/Alpha patches


Here are 5 patches we've been carrying for a long time in 
Gentoo. Let's get them moved upstream for glibc-2.12.

toolchain@: with recent commits and these 5 patches, we can
remove patches 6001, 6015, 6017, 6019, 6020-floor, 6021,
6023, 6024, 6026, 6027, and 6028. 6018, 6020-gcc-4.1, and
6022 need more review in my book.

 ChangeLog.alpha                                 |   38 +++++++++++++
 sysdeps/alpha/Makefile                          |    3 +
 sysdeps/alpha/alphaev6/memchr.S                 |   26 ++++----
 sysdeps/alpha/dl-machine.h                      |   12 ++++
 sysdeps/alpha/dl-procinfo.c                     |   64 +++++++++++++++++++++
 sysdeps/alpha/dl-procinfo.h                     |   68 +++++++++++++++++++++++
 sysdeps/alpha/fpu/s_ceil.c                      |   27 +++++----
 sysdeps/alpha/fpu/s_ceilf.c                     |   32 +++++++----
 sysdeps/alpha/fpu/s_floor.c                     |   32 ++++++----
 sysdeps/alpha/fpu/s_floorf.c                    |   37 ++++++++----
 sysdeps/alpha/fpu/s_rint.c                      |   27 ++++++---
 sysdeps/alpha/fpu/s_rintf.c                     |   33 ++++++++---
 sysdeps/alpha/memchr.S                          |   22 ++++----
 sysdeps/unix/sysv/linux/alpha/fxstat.c          |   24 ++++++--
 sysdeps/unix/sysv/linux/alpha/fxstatat.c        |   15 +++++
 sysdeps/unix/sysv/linux/alpha/kernel-features.h |    5 ++
 sysdeps/unix/sysv/linux/alpha/lxstat.c          |   24 ++++++--
 sysdeps/unix/sysv/linux/alpha/xstat.c           |   24 ++++++--
 sysdeps/unix/sysv/linux/alpha/xstatconv.c       |    5 ++
 sysdeps/unix/sysv/linux/alpha/xstatconv.h       |    5 ++
 20 files changed, 415 insertions(+), 108 deletions(-)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]