From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49238 invoked by alias); 22 Jul 2018 23:44:57 -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 49124 invoked by uid 89); 22 Jul 2018 23:44:56 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 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; Sun, 22 Jul 2018 23:44:55 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Use a previously unused variable in bfin-tdep.c From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <996d693a07973411897103a36e89bccee6c94479@gdb-build> Date: Sun, 22 Jul 2018 23:44:00 -0000 X-SW-Source: 2018-q3/txt/msg02276.txt.bz2 *** TEST RESULTS FOR COMMIT 996d693a07973411897103a36e89bccee6c94479 *** Author: Tom Tromey Branch: master Commit: 996d693a07973411897103a36e89bccee6c94479 Use a previously unused variable in bfin-tdep.c This changes bfin_push_dummy_call to use the result of check_typedef. Calling check_typedef for effect was probably ok as well, but this seemed a little nicer. gdb/ChangeLog 2018-07-22 Tom Tromey * bfin-tdep.c (bfin_push_dummy_call): Use arg_type, not value_type.