From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28476 invoked by alias); 7 Mar 2019 00:51:13 -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 28461 invoked by uid 89); 7 Mar 2019 00:51:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.5 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; Thu, 07 Mar 2019 00:51:11 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Remove last cleanup solib-aix.c From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <724127627fef458ed330d027cf0b3d17580af615@gdb-build> Date: Thu, 07 Mar 2019 00:51:00 -0000 X-SW-Source: 2019-q1/txt/msg04102.txt.bz2 *** TEST RESULTS FOR COMMIT 724127627fef458ed330d027cf0b3d17580af615 *** Author: Tom Tromey Branch: master Commit: 724127627fef458ed330d027cf0b3d17580af615 Remove last cleanup solib-aix.c This removes the last cleanup solib-aix.c, replacing it with a use of make_scope_exit. 2019-03-06 Tom Tromey * solib-aix.c: Use make_scope_exit.