From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7128 invoked by alias); 8 Aug 2012 14:56:27 -0000 Received: (qmail 7115 invoked by uid 22791); 8 Aug 2012 14:56:25 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-gg0-f169.google.com (HELO mail-gg0-f169.google.com) (209.85.161.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Aug 2012 14:56:10 +0000 Received: by ggnf4 with SMTP id f4so968042ggn.0 for ; Wed, 08 Aug 2012 07:56:10 -0700 (PDT) Received: by 10.50.159.130 with SMTP id xc2mr1323360igb.15.1344437769763; Wed, 08 Aug 2012 07:56:09 -0700 (PDT) Received: from anchor.twiddle.home.com ([173.160.232.49]) by mx.google.com with ESMTPS id ai6sm5255913igc.0.2012.08.08.07.56.08 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Aug 2012 07:56:09 -0700 (PDT) From: Richard Henderson To: libc-ports@sourceware.org Subject: [PATCH 0/3] alpha: post kernel version bump cleanup Date: Wed, 08 Aug 2012 14:56:00 -0000 Message-Id: <1344437762-3593-1-git-send-email-rth@twiddle.net> X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00046.txt.bz2 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