aboutsummaryrefslogtreecommitdiff
path: root/gdb/MAINTAINERS
AgeCommit message (Collapse)AuthorFilesLines
2009-08-06 * score-tdep.c: Support a new Sunplus CT S+core variant, S+core 3.Don Lee1-0/+1
* score-tdep.h: Ditto. * NEWS: Ditto. * configure.tgt: Test do we have a simulator. * MAINTAINERS: Add myself under target score
2009-07-14 * MAINTAINERS (Global Maintainers): Add Doug Evans.Stan Shebs1-0/+1
2009-06-25 * MAINTAINERS (Write After Approval): Add self.Karen Osmond1-0/+1
2009-06-222009-05-07 Sami Wagiaalla <swagiaal@redhat.com>Sami Wagiaalla1-0/+1
* MAINTAINERS (Write After Approval): Add self.
2009-05-18gdb/Jon Beniston1-0/+2
2009-05-18 Jon Beniston <jon@beniston.com> * MAINTAINERS: Add lm32 target. * Makefile.in: Add lm32 dependencies. * NEWS: Indicate lm32 is a new target. * configure.tgt: Add lm32 targets. * lm32-tdep.c: New file. gdb/testsuite 2009-05-18 Jon Beniston <jon@beniston.com> * gdb.asm/asm-source.exp: Add lm32 target. include/gdb/ 2009-05-18 Jon Beniston <jon@beniston.com> * sim-lm32.h: New file. sim/ 2009-05-18 Jon Beniston <jon@beniston.com> * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim. * configure.ac: Add lm32 target. * lm32: New directory. sim/common 2009-05-18 Jon Beniston <jon@beniston.com> * gennltvals.sh: Add lm32 target. * nltvals.def: Add lm32 syscall definitions. sim/lm32/ 2009-05-18 Jon Beniston <jon@beniston.com> * Makefile.in: New file. * arch.c: New file. * arch.h: New file. * config.in: New file. * configure: New file. * configure.ac: New file. * cpu.c: New file. * cpu.h: New file. * cpuall.h: New file. * decode.c: New file. * decode.h: New file. * dv-lm32cpu.c: New file. * dv-lm32timer.c: New file. * dv-lm32uart.c: New file. * lm32.c: New file. * lm32-sim.h: New file. * mloop.in: New file. * model.c: New file. * sem.c: New file. * sem-switch.c: New file. * sim-if.c: New file. * sim-main.c: New file. * tconfig.in: New file. * traps.c: New file. * user.c: New file.
2009-05-15 * MAINTAINERS: Update my email address.Pierre Muller1-2/+2
2009-05-14* MAINTAINERS: Add Jon Beniston to write after approval list.Jon Beniston1-0/+1
2009-05-12* MAINTAINERS: Remove self as m32c target maintainer.Jim Blandy1-1/+0
2009-05-082009-05-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>Sergio Durigan Junior1-0/+1
* MAINTAINERS (Write After Approval): Add self.
2009-04-24Add moxie-elf port.Anthony Green1-0/+3
2009-02-27Update e-mail address.Andreas Schwab1-2/+2
2009-02-03 * MAINTAINERS: Update Elena's email address.Joel Brobecker1-8/+8
2009-01-13 * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.Joel Brobecker1-0/+1
2009-01-082009-01-08 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-0/+1
* MAINTAINERS: Add myself to Write After Approval.
2009-01-07* MAINTAINERS: Add myself for write after approval privileges.Emi Suzuki1-0/+1
2009-01-05* MAINTAINERS: Fix my e-mail address as steering committee member.Jim Blandy1-1/+1
2008-11-262008-11-26 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-0/+1
* MAINTAINERS: Add myself for write after approval privileges.
2008-11-112008-11-11 Joel Sherrill <joel.sherrilL@oarcorp.com>Joel Sherrill1-0/+1
* MAINTAINERS: Add myself for write after approval privileges.
2008-10-092008-10-09 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge1-0/+1
* MAINTAINERS (Write After Approval): Add myself.
2008-09-26 * MAINTAINERS (GLOBAL MAINTAINERS): Add Pedro Alves.Joel Brobecker1-0/+1
2008-09-22Update my email address.Jonathan Larmour1-1/+1
2008-09-192008-09-19 Andrew Stubbs <ams@codesourcery.com>Andrew Stubbs1-1/+1
* MAINTAINERS: Update my email address.
2008-08-122008-08-12 Michael Snyder <msnyder@vmware.com>Michael Snyder1-7/+7
* MAINTAINERS: Update my email address.
2008-08-112008-08-11 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore1-0/+1
gdb/ * MAINTAINERS (Write After Approval): Add self.
2008-08-062008-08-06 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+1
* MAINTAINERS (Write After Approval): Add self.
2008-07-202008-07-20 Chris Demetriou <cgd@google.com>Chris Demetriou1-0/+1
* MAINTAINERS (Write After Approval): Add self.
2008-07-15* MAINTAINERS: Added myself to section Write After Approval.Hui Zhu1-0/+1
2008-06-30 * MAINTAINERS (Authorized committers): Fix my email address.Hans-Peter Nilsson1-1/+1
2008-06-102008-06-10 Stan Shebs <stan@codesourcery.com>Stan Shebs1-3/+3
* MAINTAINERS: Update my affiliation and address.
2008-04-19 * configure.ac (AC_SEARCH_LIBS): Add check for zlib.Craig Silverstein1-0/+1
* config.in, configure: Regenerate. * dwarf2read.c: Include zlib.h if present. Modified *_SECTION macros. (section_is_p): New. (dwarf2_locate_sections): Use section_is_p instead of strcmp (dwarf2_resize_section): New. to determine whether a given section has a given name. (zlib_decompress_section): New. (dwarf2_read_section): Read the compressed section if present in the binary. * testsuite/gdb.dwarf2/dw2-compressed.S: New file. * testsuite/gdb.dwarf2/dw2-compressed.exp: New file. * MAINTAINERS: Added myself to section Write After Approval.
2008-04-012008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>Marc Khouzam1-0/+1
* MAINTAINERS: Added myself to section Write After Approval.
2008-03-282008-03-28 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-0/+1
* MAINTAINERS: Added myself.
2008-03-072008-03-07 Ramana Radhakrishnan <ramana.r@gmail.com>Ramana Radhakrishnan1-1/+1
* MAINTAINERS: Move self to Paper trail.
2008-03-04* MAINTAINERS: Update my email address.Jim Wilson1-1/+1
2008-02-19 * MAINTAINERS: Add Vladimir Prus as MI maintainer.Daniel Jacobowitz1-0/+1
2008-01-29* MAINTAINERS: Update my info.Jim Blandy1-2/+2
2008-01-17binutils/H.J. Lu1-1/+1
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.
2008-01-032008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com>Nick Hudson1-0/+1
* MAINTAINERS (Write After Approval): Add self.
2007-11-072007-11-07 Markus Deuling <deuling@de.ibm.com>Markus Deuling1-0/+1
* MAINTAINERS (Write After Approval): Add self.
2007-10-25add myselfDoug Evans1-0/+1
2007-10-11 * MAINTAINERS (language support): List Joel and Paul asDaniel Jacobowitz1-0/+2
Ada maintainers.
2007-10-11 * MAINTAINERS (Write After Approval): Add self.Luis Machado1-0/+1
2007-10-092007-10-09 Michael Snyder <msnyder@specifix.com>Michael Snyder1-7/+7
* MAINTAINERS: Update my email address.
2007-10-09 * MAINTAINERS (Write After Approval): Add self.Carlos Eduardo Seo1-0/+1
2007-10-08 * MAINTAINERS (Write After Approval): Add self.Thiago Jung Bauermann1-0/+1
2007-09-18Update email address.Jim Wilson1-1/+1
2007-09-03 * MAINTAINERS: Move Fred Fish to Past Maintainers.Daniel Jacobowitz1-2/+1
2007-08-22 * MAINTAINERS (Patch Champions): Remove self.Daniel Jacobowitz1-1/+0
2007-08-182007-08-18 Michael Snyder <msnyder@svkmacdonelllnx>Michael Snyder1-1/+1
* MAINTAINERS: white space tweak.
2007-08-14 * MAINTAINERS (Global Maintainers): Add self.Joel Brobecker1-0/+1