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]

[PATCH 0/3] alpha: post kernel version bump cleanup


Since these defines are now 1, and not used outside alpha control,
make the logical simplifications.


r~


Richard Henderson (3):
  alpha: Purge __ASSUME_STAT64_SYSCALL
  alpha: Tidy up ieee_get/set_fp_control syscalls
  alpha: Purge __ASSUME_IEEE_RAISE_EXCEPTION

 ports/ChangeLog.alpha                              |   22 +++++
 ports/sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S  |   56 ++++++++++++
 ports/sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c  |   91 --------------------
 ports/sysdeps/unix/sysv/linux/alpha/fxstat.c       |   19 +----
 ports/sysdeps/unix/sysv/linux/alpha/fxstatat.c     |   37 +-------
 .../unix/sysv/linux/alpha/ieee_get_fp_control.S    |   38 +++-----
 .../unix/sysv/linux/alpha/ieee_set_fp_control.S    |   38 +++------
 .../unix/sysv/linux/alpha/kernel-features.h        |    6 --
 ports/sysdeps/unix/sysv/linux/alpha/lxstat.c       |   19 +----
 ports/sysdeps/unix/sysv/linux/alpha/xstat.c        |   19 +----
 ports/sysdeps/unix/sysv/linux/alpha/xstatconv.c    |    9 +--
 ports/sysdeps/unix/sysv/linux/alpha/xstatconv.h    |    7 +--
 12 files changed, 114 insertions(+), 247 deletions(-)
 create mode 100644 ports/sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S
 delete mode 100644 ports/sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c

-- 
1.7.7.6


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