This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] MAXQ port binutils-2_15


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 <vineets@noida.hcltech.com>


* 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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]