From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61635 invoked by alias); 1 Jun 2015 21:30:26 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 61607 invoked by uid 89); 1 Jun 2015 21:30:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 01 Jun 2015 21:30:24 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 9E4432DD2F8; Mon, 1 Jun 2015 21:30:23 +0000 (UTC) Received: from greed.delorie.com (ovpn-113-25.phx2.redhat.com [10.3.113.25]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t51LUMB2009162 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 1 Jun 2015 17:30:23 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id t51LUMs9015103; Mon, 1 Jun 2015 17:30:22 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id t51LULDO015101; Mon, 1 Jun 2015 17:30:21 -0400 Date: Mon, 01 Jun 2015 21:30:00 -0000 Message-Id: <201506012130.t51LULDO015101@greed.delorie.com> From: DJ Delorie To: David Malcolm CC: gcc-patches@gcc.gnu.org, binutils@sourceware.org In-reply-to: <1433192664-50156-10-git-send-email-dmalcolm@redhat.com> (message from David Malcolm on Mon, 1 Jun 2015 17:04:17 -0400) Subject: Re: [PATCH 09/16] libiberty.h: Provide CTIMER_PUSH/POP References: <1433192664-50156-1-git-send-email-dmalcolm@redhat.com> <1433192664-50156-10-git-send-email-dmalcolm@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00028.txt.bz2 libiberty is not an API to gcc, it is a portability library. If GCC is exporting a timer, GCC's headers should have the interface in it.