From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119471 invoked by alias); 29 May 2019 03:14:20 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 119463 invoked by uid 89); 29 May 2019 03:14:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 May 2019 03:14:19 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] libctf: library version enforcement From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <6c33b742ce19cc2fd226d84f2991572239199a62@gdb-build> Date: Wed, 29 May 2019 04:16:00 -0000 X-SW-Source: 2019-q2/txt/msg04493.txt.bz2 *** TEST RESULTS FOR COMMIT 6c33b742ce19cc2fd226d84f2991572239199a62 *** Author: Nick Alcock Branch: master Commit: 6c33b742ce19cc2fd226d84f2991572239199a62 libctf: library version enforcement This old Solaris standard allows callers to specify that they are expecting one particular API and/or CTF file format from the library. libctf/ * ctf-impl.h (_libctf_version): New declaration. * ctf-subr.c (_libctf_version): Define it. (ctf_version): New. include/ * ctf-api.h (ctf_version): New.