From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60006 invoked by alias); 10 Jun 2018 18:20:43 -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 59983 invoked by uid 89); 10 Jun 2018 18:20:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 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, 10 Jun 2018 18:20:41 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Fix some missed "beneath" conversions From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <4360561f5a326d9765cf1d95e5f779c5ab51045e@gdb-build> Date: Sun, 10 Jun 2018 18:23:00 -0000 X-SW-Source: 2018-q2/txt/msg05954.txt.bz2 *** TEST RESULTS FOR COMMIT 4360561f5a326d9765cf1d95e5f779c5ab51045e *** Author: Tom Tromey Branch: master Commit: 4360561f5a326d9765cf1d95e5f779c5ab51045e Fix some missed "beneath" conversions The buildbot pointed out that arm-linux-nat.c was not properly using "beneath" as a method. A search showed a few more places with this issue. Tested by the buildbot, though of course this only checked arm-linux-nat.c. Nevertheless I'm checking this in under the obvious rule. gdb/ChangeLog 2018-06-10 Tom Tromey * procfs.c (procfs_target::xfer_partial): Use "beneath" as a method. * nto-procfs.c (nto_procfs_target::xfer_partial): Use "beneath" as a method. * go32-nat.c (go32_nat_target::xfer_partial): Use "beneath" as a method. * arm-linux-nat.c (arm_linux_nat_target::read_description): Use "beneath" as a method. * arm-fbsd-nat.c (arm_fbsd_nat_target::read_description): Use "beneath" as a method.