From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120052 invoked by alias); 17 Dec 2015 04:11:22 -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 120032 invoked by uid 89); 17 Dec 2015 04:11:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 spammy=sk:darwin_, solibdarwinc, UD:solib-darwin.c, solib-darwin.c X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 17 Dec 2015 04:11:20 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] gdb: Use TYPE_LENGTH macro From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: <132874d7e3c94d8cc6f865b57f286cf62e5ad0b8@gdb-build> Date: Thu, 17 Dec 2015 04:11:00 -0000 X-SW-Source: 2015-q4/txt/msg10051.txt.bz2 *** TEST RESULTS FOR COMMIT 132874d7e3c94d8cc6f865b57f286cf62e5ad0b8 *** Author: Andrew Burgess Branch: master Commit: 132874d7e3c94d8cc6f865b57f286cf62e5ad0b8 gdb: Use TYPE_LENGTH macro Fixes a couple of places where we access the length field of the type structure directly, rather than using the TYPE_LENGTH macro. gdb/ChangeLog: * i386-tdep.c (i386_mpx_info_bounds): Use TYPE_LENGTH. (i386_mpx_set_bounds): Likewise. * solib-darwin.c (darwin_load_image_infos): Likewise. (darwin_solib_read_all_image_info_addr): Likewise.