From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112757 invoked by alias); 6 Mar 2018 15:52:06 -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 112724 invoked by uid 89); 6 Mar 2018 15:52:06 -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,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Jeremy, jeremy, cisco, H*c:alternative X-HELO: mail-it0-f49.google.com Received: from mail-it0-f49.google.com (HELO mail-it0-f49.google.com) (209.85.214.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Mar 2018 15:52:04 +0000 Received: by mail-it0-f49.google.com with SMTP id u5so15320889itc.1 for ; Tue, 06 Mar 2018 07:52:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=BtOm8qOZ0/7eytg9P5/KH2AlcBPAEosSaRzCgeIvQ5c=; b=bOaiMz3tdzGJZ2ocQ1MvhqWcvjvfW6aErRr7OiDKEbQ+3nnpJX9lrorrsz7fAV/oCn 8mpV9jv+qJtlvNcA7dLWC7YCZZ0Ls52t0qC5vV4i4AnZkLDU/FxZfLvTXMKumZ5XVtXq fgN3C4u9srW7RwTeZobTHeElCuR8xv26aPiM/KzT2JxnNosOp/pzTrw3jmGkt54jM2+Q wtMmcJhW4SP6ONruMD9f1+MWpsF0QqBqoXDMlfuM8sVM0c08xo2e6BMQvAdjgwK3Xblr cuGOxJbkewjziA1CbgVmf5mIZmgKUBMyfFM5evGWz6elqeLKo/eF55C+KVEvUsGbjtuu eMgA== X-Gm-Message-State: AElRT7HnCRLfKgLbIHHmY8SyqaDh+ap9+YFWaZOTP78aFOzS7mr5lyUn fXiBeOMDF73J0S2D70KV+aNBD5UuYpERZVUsWoA= X-Google-Smtp-Source: AG47ELsJ2Q1Asqh+FJ10uMWGVt89u7tKfI1QDc4PUBYwQAGDAJO/rfD2FMywBbBtSCH/ZUHDpR57qGUt00VaKfuXb/I= X-Received: by 10.36.89.19 with SMTP id p19mr19815723itb.80.1520351522794; Tue, 06 Mar 2018 07:52:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.79.218 with HTTP; Tue, 6 Mar 2018 07:52:02 -0800 (PST) From: Jeremy Stenglein Date: Tue, 06 Mar 2018 15:52:00 -0000 Message-ID: Subject: [PATCH] MIPS support for --hash-style=gnu To: binutils@sourceware.org, petar.jovanovic@rt-rk.com, nickc@redhat.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00025.txt.bz2 https://sourceware.org/ml/binutils/2015-10/msg00057.html Neil wrote these patches 3 years ago for glibc and binutils. He has subsequently left Cisco but the patches have never been submitted. There are major changes required in the patches for submission to latest glibc and binutils. Since I don't have time to work on the patches at moment, I release all ownership of these patches to the FSF community. Petar, please feel free to take up work on these two patches and submit them. Thanks, Jeremy