From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52049 invoked by alias); 22 May 2015 07:06:32 -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 52034 invoked by uid 89); 22 May 2015 07:06:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: nm5-vm0.bullet.mail.bf1.yahoo.com Received: from nm5-vm0.bullet.mail.bf1.yahoo.com (HELO nm5-vm0.bullet.mail.bf1.yahoo.com) (98.139.213.150) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 22 May 2015 07:06:31 +0000 Received: from [98.139.215.140] by nm5.bullet.mail.bf1.yahoo.com with NNFMP; 22 May 2015 07:06:27 -0000 Received: from [98.139.212.203] by tm11.bullet.mail.bf1.yahoo.com with NNFMP; 22 May 2015 07:06:27 -0000 Received: from [127.0.0.1] by omp1012.mail.bf1.yahoo.com with NNFMP; 22 May 2015 07:06:27 -0000 Received: by 66.196.80.113; Fri, 22 May 2015 07:06:27 +0000 Date: Fri, 22 May 2015 07:06:00 -0000 From: Eduard Beutel Reply-To: Eduard Beutel To: "binutils@sourceware.org" Message-ID: <1212914370.242426.1432278386948.JavaMail.yahoo@mail.yahoo.com> Subject: Gold porting question MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00234.txt.bz2 Hi, I want to port gold to the z architecture (https://sourceware.org/bugzilla/show_bug.cgi?id=18378). I'm thinking about forking git://sourceware.org/git/binutils-gdb.git and working on the binutils-2_25-branch. Is this the best way to do it for easy integration later? Thank you, Eduard