From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8464 invoked by alias); 10 Mar 2012 00:31:42 -0000 Received: (qmail 8455 invoked by uid 22791); 10 Mar 2012 00:31:40 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gy0-f169.google.com (HELO mail-gy0-f169.google.com) (209.85.160.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 10 Mar 2012 00:31:27 +0000 Received: by ghrr18 with SMTP id r18so1563635ghr.0 for ; Fri, 09 Mar 2012 16:31:26 -0800 (PST) Received: by 10.236.185.42 with SMTP id t30mr4880649yhm.105.1331339486267; Fri, 09 Mar 2012 16:31:26 -0800 (PST) Received: from anchor.twiddle.home.com ([173.160.232.49]) by mx.google.com with ESMTPS id o68sm18221067yhk.16.2012.03.09.16.31.24 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 09 Mar 2012 16:31:25 -0800 (PST) From: Richard Henderson To: libc-ports@sourceware.org Subject: [PATCH 0/2] Mass ports updates for math_private.h changes Date: Sat, 10 Mar 2012 00:31:00 -0000 Message-Id: <1331339477-1157-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-03/txt/msg00007.txt.bz2 I had used a script for the ""/<> changes in the main tree and went ahead and ran it in the ports tree as well. Both patches committed. r~ Richard Henderson (2): Use <> for math.h and math_private.h everywhere. Use include_next to chain math_private.h headers. ChangeLog.hppa | 4 ++++ ChangeLog.m68k | 12 ++++++++++++ ChangeLog.tile | 5 +++++ sysdeps/hppa/hppa1.1/s_signbit.c | 2 +- sysdeps/m68k/m680x0/fpu/e_acos.c | 2 +- sysdeps/m68k/m680x0/fpu/e_atan2.c | 2 +- sysdeps/m68k/m680x0/fpu/e_fmod.c | 2 +- sysdeps/m68k/m680x0/fpu/e_pow.c | 2 +- sysdeps/m68k/m680x0/fpu/e_scalb.c | 2 +- sysdeps/m68k/m680x0/fpu/math_private.h | 2 +- sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c | 2 +- sysdeps/m68k/m680x0/fpu/s_llrint.c | 2 +- sysdeps/m68k/m680x0/fpu/s_llrintf.c | 2 +- sysdeps/m68k/m680x0/fpu/s_llrintl.c | 2 +- sysdeps/m68k/m680x0/fpu/s_nextafterl.c | 4 ++-- sysdeps/tile/math_private.h | 2 +- 16 files changed, 35 insertions(+), 14 deletions(-) -- 1.7.7.6