aboutsummaryrefslogtreecommitdiff
path: root/binutils/MAINTAINERS
AgeCommit message (Collapse)AuthorFilesLines
2009-10-21 * MAINTAINERS (BUILD SYSTEM, TESTSUITES): Remove myself.Ben Elliston1-2/+0
2009-10-16 * MAINTAINERS: Add myself as m32r maintainer.Doug Evans1-0/+1
2009-09-29bfdNick Clifton1-0/+2
* Makefile.am (ALL_MACHINES): Add cpu-rx.lo. (ALL_MACHINES_CFILES): Add cpu-rx.c. (BFD32_BACKENDS): Add elf32-rx.lo. (BFD32_BACKENDS_CFILES): Add elf32-rx.c. * archures.c (bfd_architecture): Add bfd_arch_rx and bfd_mach_rx. Export bfd_rx_arch. (bfd_archures_list): Add bfd_rx_arch. * config.bfd: Add entry for rx-*-elf. * configure.in: Add entries for bfd_elf32_rx_le_vec and bfd_elf32_rx_be_vec. * reloc.c: Add RX relocations. * targets.c: Add RX target vectors. * Makefile.in: Regenerate. * bfd-in2.h: Regenerate. * configure: Regenerate. * libbfd.h: Regenerate. * cpu-rx.c: New file. * elf32-rx.c: New file. binutils * readelf.c: Add support for RX target. * MAINTAINERS: Add DJ and NickC as maintainers for RX. gas * Makefile.am: Add RX target. * configure.in: Likewise. * configure.tgt: Likewise. * read.c (do_repeat_with_expander): New function. * read.h: Provide a prototype for do_repeat_with_expander. * doc/Makefile.am: Add RX target documentation. * doc/all.texi: Likewise. * doc/as.texinfo: Likewise. * Makefile.in: Regenerate. * NEWS: Mention support for RX architecture. * configure: Regenerate. * doc/Makefile.in: Regenerate. * config/rx-defs.h: New file. * config/rx-parse.y: New file. * config/tc-rx.h: New file. * config/tc-rx.c: New file. * doc/c-rx.texi: New file. gas/testsuite * gas/rx: New directory. * gas/rx/*: New set of test cases. * gas/elf/section2.e-rx: New expected output file. * gas/all/gas.exp: Add support for RX target. * gas/elf/elf.exp: Likewise. * gas/lns/lns.exp: Likewise. * gas/macros/macros.exp: Likewise. include * dis-asm.h: Add prototype for print_insn_rx. include/elf * rx.h: New file. include/opcode * rx.h: New file. ld * Makefile.am: Add rules to build RX emulation. * configure.tgt: Likewise. * NEWS: Mention support for RX architecture. * Makefile.in: Regenerate. * emulparams/elf32rx.sh: New file. * emultempl/rxelf.em: New file. opcodes * Makefile.am: Add RX files. * configure.in: Add support for RX target. * disassemble.c: Likewise. * Makefile.in: Regenerate. * configure: Regenerate. * opc2c.c: New file. * rx-decode.c: New file. * rx-decode.opc: New file. * rx-dis.c: New file.
2009-08-06 Add support for Xilinx MicroBlaze processor.Nick Clifton1-0/+1
* bfd/Makefile.am: Add cpu-microblaze.{lo,c}, elf32-microblaze.{lo,c}. * bfd/Makefile.in: Same. * bfd/archures.c: Add bfd_arch_microblaze. * bfd/bfd-in2.h: Regenerate. * bfd/config.bfd: Add microblaze target. * bfd/configure: Add bfd_elf32_microblaze_vec target. * bfd/configure.in: Same. * bfd/cpu-microblaze.c: New. * bfd/elf32-microblaze.c: New. * bfd/libbfd-in.h: Add prototype _bfd_dwarf2_fixup_section_debug_loc(). * bfd/libbfd.h: Regenerate. * bfd/reloc.c: Add MICROBLAZE relocations. * bfd/section.c: Add struct relax_table and relax_count to section. * bfd/targets.c: Add bfd_elf32_microblaze_vec. * binutils/MAINTAINERS: Add self as maintainer. * binutils/readelf.c: Include elf/microblaze.h, add EM_MICROBLAZE & EM_MICROBLAZE_OLD to guess_is_rela(), dump_relocations(), get_machine_name(). * config.sub: Add microblaze target. * configure: Same. * configure.ac: Same. * gas/Makefile.am: add microblaze to CPU_TYPES, config/tc-microblaze.c to TARGET_CPU_CFILES, config/tc-microblaze.h to TARGET_CPU_HFILES, add DEP_microblaze_elf target. * gas/Makefile.in: Same. * gas/config/tc-microblaze.c: Add MicroBlaze assembler. * gas/config/tc-microblaze.h: Add header for tc-microblaze.c. * gas/configure: Add microblaze target. * gas/configure.in: Same. * gas/configure.tgt: Same. * gas/doc/Makefile.am: Add c-microblaze.texi to CPU_DOCS. * gas/doc/Makefile.in: Same. * gas/doc/all.texi: Set MICROBLAZE. * gas/doc/as.texinfo: Add MicroBlaze doc links. * gas/doc/c-microblaze.texi: New MicroBlaze docs. * include/dis-asm.h: Decl print_insn_microblaze(). * include/elf/common.h: Define EM_MICROBLAZE & EM_MICROBLAZE_OLD. * include/elf/microblaze.h: New reloc definitions. * ld/Makefile.am: Add eelf32mb_linux.o, eelf32microblaze.o to ALL_EMULATIONS, targets. * ld/Makefile.in: Same. * ld/configure.tgt: Add microblaze*-linux*, microblaze* targets. * ld/emulparams/elf32mb_linux.sh: New. * ld/emulparams/elf32microblaze.sh. New. * ld/scripttempl/elfmicroblaze.sc: New. * opcodes/Makefile.am: Add microblaze-opc.h to HFILES, microblaze-dis.c to CFILES, microblaze-dis.lo to ALL_MACHINES, targets. * opcodes/Makefile.in: Same. * opcodes/configure: Add bfd_microblaze_arch target. * opcodes/configure.in: Same. * opcodes/disassemble.c: Define ARCH_microblaze, return print_insn_microblaze(). * opcodes/microblaze-dis.c: New MicroBlaze disassembler. * opcodes/microblaze-opc.h: New MicroBlaze opcode definitions. * opcodes/microblaze-opcm.h: New MicroBlaze opcode types.
2009-06-032009-06-03 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-0/+1
* MAINTAINERS: Add myself as Mach-O maintainer.
2009-05-09 * MAINTAINERS: Add myself as PE/COFF co-maintainer.Dave Korn1-0/+1
2009-04-24Obvious typo fixes re: moxie.Anthony Green1-1/+1
2009-04-16Add new binutils target: moxieNick Clifton1-0/+1
2009-03-30binutils/Richard Sandiford1-0/+2
* MAINTAINERS: Add self.
2009-03-042009-03-04 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-0/+1
* MAINTAINERS: Add myself as VMS maintainer.
2009-01-27 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPSNick Clifton1-1/+0
maintainers.
2008-12-23Add LM32 port.Nick Clifton1-0/+1
2008-11-212008-11-19 Sterling Augustine <sterling@tensilica.com>Sterling Augustine1-1/+1
* MAINTAINERS: Take over from Bob Wilson as Xtensa maintainer.
2008-11-07 * MAINTAINERS: Take over from Anil Paranjpe as H8300 maintainer.Nick Clifton1-1/+1
2008-06-10 * MAINTAINERS: Remove myself as m68k maintainer.Ben Elliston1-1/+0
2008-03-04* MAINTAINERS: Update my email address.Jim Wilson1-2/+2
2008-01-29 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.Alan Modra1-2/+2
2008-01-17binutils/H.J. Lu1-2/+2
2008-01-17 H.J. Lu <hjl.tools@gmail.com> * MAINTAINERS: Update my email address. gdb/ 2008-01-17 H.J. Lu <hjl.tools@gmail.com> * MAINTAINERS: Update my email address.
2007-09-25Fix spelling typoNick Clifton1-1/+1
2007-08-10Add M R Swami Reddy as CR16/CRX support maintainer.Nick Clifton1-1/+2
2007-07-28* MAINTAINERS: Update my email address.Christopher Faylor1-1/+1
2007-04-062007-04-06 Matt Thomas <matt@netbsd.org>Matt Thomas1-1/+2
* MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
2007-03-28 * MAINTAINERS: Update mailing list addresses. Add myselfAlan Modra1-11/+12
as PPC maintainer.
2007-03-012007-03-01 Paul Brook <paul@codesourcery.com>Paul Brook1-1/+1
* MAINTAINERS: Update my entry.
2007-02-06Add myself as the maintainer of the MeP port.Dave Brolley1-0/+1
2007-02-022076-02-02 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-2/+2
* MAINTAINERS: Add a space between H.J. and Lu.
2006-12-11 MAINTAINERS (SH): Remove my entry.Joern Rennecke1-1/+0
2006-09-26Add Mei Ligang as maintainer of the Score port.Nick Clifton1-0/+1
2006-05-25 * MAINTAINERS: Update my email address.Joern Rennecke1-1/+1
2006-04-10 * MAINTAINERS (CGEN Maintainers): Remove myself.Ben Elliston1-1/+1
2006-01-27Adding myself as DLX maintainerNikolaos Kavvadias1-0/+1
2005-12-252005-12-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>Jan-Benedict Glaw1-0/+1
* MAINTAINERS: Add myself as VAX maintainer.
2005-12-212005-12-21 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+1
* MAINTAINERS: Add myself as x86_64 maintainer.
2005-11-21add self as maintainer for target Z80Arnold Metselaar1-0/+1
2005-10-24Add self as Blackfin maintainer.Bernd Schmidt1-0/+1
2005-10-18 * MAINTAINERS: Add self as BFIN maintainer.Jie Zhang1-0/+1
2005-07-212005-07-21 Eric Christopher <echristo@apple.com>Eric Christopher1-2/+2
* MAINTAINERS: Change affiliation.
2005-07-152005-07-15 Eric Christopher <echristo@redhat.com>Eric Christopher1-1/+1
* MAINTAINERS: Change affiliation.
2005-04-11binutils/Jan Beulich1-0/+1
2005-04-11 Jan Beulich <jbeulich@novell.com> * MAINTAINERS: Add myself as ix86 Intel mode maintainer.
2005-03-292005-03-29 Anil Paranjpe <anilp1@kpitcummins.com>Anil Paranjpe1-0/+1
* MAINTAINERS: Add myself as H8300 maintainer.
2005-03-25Update mail address.Thiemo Seufer1-1/+1
2005-03-25* MAINTAINERS: Add myself as M88k maintainer.Mark Kettenis1-0/+1
2005-03-24Add Dmitry Diky to maintainers list as msp430 maintainerDmitry Diky1-0/+1
2005-03-22Add Daniel Jacobwitz to the blanket write privileges list.Nick Clifton1-0/+1
2005-03-17 * MAINTAINERS: Remove self as maintainer of x86 intelDiego Novillo1-1/+0
mode.
2005-02-27Changed my own mail addressSvein Seldal1-1/+1
2005-02-10 * MAINTAINERS: Update my e-mail address.Ian Lance Taylor1-1/+1
2005-02-10 * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)Mark Mitchell1-0/+2
maintainers.
2005-02-07Add Inderpreet Singh as maintainer of MAXQ.Nick Clifton1-0/+1
2005-01-20 * MAINTAINERS: Document branch policy.Mark Mitchell1-0/+68
* BRANCHES: New file.