From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88777 invoked by alias); 21 Jan 2016 14:04:36 -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 88728 invoked by uid 89); 21 Jan 2016 14:04:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 spammy= 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, 21 Jan 2016 14:04:34 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Fix compile time errors building ARC target on a 32-bit host. From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: <23a42089156e63bbd2228675e78cdf1ffae63c51@gdb-build> Date: Thu, 21 Jan 2016 14:04:00 -0000 X-SW-Source: 2016-q1/txt/msg02880.txt.bz2 *** TEST RESULTS FOR COMMIT 23a42089156e63bbd2228675e78cdf1ffae63c51 *** Author: Nick Clifton Branch: master Commit: 23a42089156e63bbd2228675e78cdf1ffae63c51 Fix compile time errors building ARC target on a 32-bit host. * elf32-arc.c (ADD_RELA): Fix compile time warning errors by changing the type of _loc to be bfd_byte *. (elf_arc_finish_dynamic_symbol): Likewise.