From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120288 invoked by alias); 26 Jul 2017 17:53:55 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 120269 invoked by uid 89); 26 Jul 2017 17:53:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=llu X-HELO: mail-oi0-f42.google.com Received: from mail-oi0-f42.google.com (HELO mail-oi0-f42.google.com) (209.85.218.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Jul 2017 17:53:53 +0000 Received: by mail-oi0-f42.google.com with SMTP id g131so87008216oic.3 for ; Wed, 26 Jul 2017 10:53:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=W4SyLkwjGmj4/Nbt9KCG7u9XMLARFmpX1YH+Kxvo6i4=; b=pUOD9/EtPJcBO3AejPctA+jWSlv/YNUP37nGvUeK84BJamdh74u4On+lyn6pVmoAqf T/+QpuXZDtIUNHrWa7Dsb9JXuucYPOYnax6IBYH8d1OIz5C/BB2LtGl38hvTxGAQdEG2 Hms4+9nPiaropJM3FrgdOVVKUVaN+3m2mo53EeVtQaHVU6MBsRSjsWAvf3cbVBS2q01i P7p00/uW+55niB+9jOPR2hkF32DdROgdldY8QOtbhP2LL37w2kTFgDIU+ZkGxuMPnyje BPx4kJ2kJZ6bv9TjYczUp8uaQ0bhxiKrkDdJHNmQjTm+BnyjXabbMPHNS+F1F2aUYdg2 0mTQ== X-Gm-Message-State: AIVw111dtnwaloCmuyAwn98zVx52zSeweX4lfrymjpCmXsq638asqsNP 6FvdewKAFpUy6XvQ7RqZM0pz+ERldQ== X-Received: by 10.202.93.215 with SMTP id r206mr1613341oib.2.1501091631358; Wed, 26 Jul 2017 10:53:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.169.200 with HTTP; Wed, 26 Jul 2017 10:53:50 -0700 (PDT) In-Reply-To: References: <20170502000937.GA8165@intel.com> From: "H.J. Lu" Date: Wed, 26 Jul 2017 17:53:00 -0000 Message-ID: Subject: Re: [PATCH] Gold: Fix mips.cc for GCC 4.2 To: Cary Coutant Cc: Binutils Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00294.txt.bz2 On Wed, Jul 26, 2017 at 10:03 AM, Cary Coutant wrote: >> * mips.cc (Mips_relocate_functions): Add "llu" suffix to >> 0x800080008000. > > This is OK for master and 2.28 and 2.29 branches. Sorry for the slow response! > I checked it into master and 2.29 branches. 2.28 branch isn't affected. -- H.J.