From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23623 invoked by alias); 8 Nov 2004 13:26:57 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 23580 invoked from network); 8 Nov 2004 13:26:46 -0000 Received: from unknown (HELO relay3.mail.uk.clara.net) (80.168.70.143) by sourceware.org with SMTP; 8 Nov 2004 13:26:46 -0000 Received: from adsl-2-solo-173-195.claranet.co.uk ([80.168.173.195] helo=[172.31.0.98]) by relay3.mail.uk.clara.net with esmtp (Exim 4.34) id 1CR9Xe-00040b-DM; Mon, 08 Nov 2004 13:26:42 +0000 Message-ID: <418F74D7.9080909@redhat.com> Date: Mon, 08 Nov 2004 13:26:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040803) MIME-Version: 1.0 To: Inderpreet Singh Baweja CC: "H. J. Lu" , ramana.r@gmail.com, binutils@sources.redhat.com Subject: Re: [PATCH] MAXQ port binutils-2_15 References: <33BC33A9E76474479B76AD0DE8A169728DE1@exch-ntd.nec.noida.hcltech.com> In-Reply-To: <33BC33A9E76474479B76AD0DE8A169728DE1@exch-ntd.nec.noida.hcltech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00135.txt.bz2 Hi Inderpreet, > I got the Idea and am posting the patch for MAXQ form the mainline. > This patch also includes all the testcases. Thanks for doing this. I have applied your patch, although I had to fix up a lot of formatting issues. Probably as a result of this some of the new MAXQ specific GAS and LD tests are failing. I hope that you will find time to investigate these failures and submit patches to fix them. Cheers Nick > Vineet Sharma > > > > * config,sub : Add new target maxq-coff > > bfd/ > > * coff-maxq.c: New File. > * cpu-maxq.c: New File. > * archures.c (bfd_maxq_arch): Added. > * bfd_in2.h (bfd_architecture): Added support for maxq target. > * coffcode.h: Likewise. > * config.bfd: Likewise. > * configure.in (maxqcoff_vec): New target vector. > * targets.c: Likewise. > > gas/ > > * configure.in: Added support for new target maxq-coff. > > gas/config/ > > * tc-maxq.c: New file. > * tc-maxq.h: New file. > > ld/ > > * Makefile.am (emaxqcoff.o, emaxqcoff.c>: new entries for > maxq-coff target added. > * Makefile.in: Likewise. > * emulparams/maxqcoff.sh: New File. > * scripttempl/maxqcoff.sc: New linker script for target maxq. > > opcode/ > > * maxq-dis.c: New file. > * disassemble.c (ARCH_all): Define ARCH_maxq > (disassembler): added 'print_insn_maxq_little' > for handling > printing for ARCH_maxq. > * configure.in: Add case for bfd_maxq_arch. > * configure: Same. > > include/ > > * coff/maxq.h: New file added. > * opcodes/maxq.h: New file added. > Approved and applied.