aboutsummaryrefslogtreecommitdiff
path: root/sim/MAINTAINERS
AgeCommit message (Collapse)AuthorFilesLines
2022-09-01sim: Update mailing list addressTsukasa OI1-1/+1
The commit bf1102165389 "* MAINTAINERS: Perform some obvious fixups." back in 2009 changed the mailing list address gdb-patches@sources.redhat.com to gdb-patches@sourceware.org. This commit does the same to sim/MAINTAINERS. sim/ChangeLog: * MAINTAINERS: Update mailing list address. Change-Id: I56c6bf21a4bddfb35ffc3336ffcba7ff9b39926e
2021-11-02gdb/sim: update my email addressAndrew Burgess1-1/+1
gdb: * MAINTAINERS (Global Maintainers): Update my address. (Responsible Maintainers): Likewise. (Write After Approval): Likewise. sim: * MAINTAINERS (Global Maintainers): Update my address.
2021-01-29sim: readd myself as a maintainerMike Frysinger1-1/+1
2021-01-22MAINTAINERS: Update my e-mail addressMaciej W. Rozycki1-1/+1
binutils/ * MAINTAINERS: Update my e-mail address. gdb/ * MAINTAINERS: Update my e-mail address. sim/ * MAINTAINERS: Update my e-mail address.
2021-01-09sim: sh64: delete portMike Frysinger1-1/+1
Support for sh64 was dropped from bfd et al in 2018. Without that, the sim port is useless. So clean up this code too.
2020-08-04sim: eBPF simulatorJose E. Marchesi1-0/+1
This patch introduces the basics of an instruction-simulator for eBPF. The simulator is based on CGEN. gdb/ChangeLog: 2020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com> * configure.tgt: Set gdb_sim for bpf-*-* targets. sim/ChangeLog: 2020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com> David Faust <david.faust@oracle.com> * configure.tgt (sim_arch): Add entry for bpf-*-*. * configure: Regenerate. * MAINTAINERS: Add maintainer for the BPF simulator. * bpf/Makefile.in: New file. * bpf/bpf-helpers.c: Likewise. * bpf/bpf-helpers.def: Likewise. * bpf/bpf-helpers.h: Likewise. * bpf/bpf-sim.h: Likewise. * bpf/bpf.c: Likewise. * bpf/config.in: Likewise. * bpf/configure.ac: Likewise. * bpf/decode.h: Likewise. * bpf/eng.h: Likewise. * bpf/mloop.in: Likewise. * bpf/sim-if.c: Likewise. * bpf/sim-main.h: Likewise. * bpf/traps.c: Likewise. * bpf/configure: Generate. * bpf/aclocal.m4: Likewise. sim/testsuite/ChangeLog: 2020-08-04 David Faust <david.faust@oracle.com> Jose E. Marchesi <jose.marchesi@oracle.com> * configure: Regenerate. * sim/bpf/allinsn.exp: New file. * sim/bpf/alu.s: Likewise. * sim/bpf/alu32.s: Likewise. * sim/bpf/endbe.s: Likewise. * sim/bpf/endle.s: Likewise. * sim/bpf/jmp.s: Likewise. * sim/bpf/jmp32.s: Likewise. * sim/bpf/ldabs.s: Likewise. * sim/bpf/mem.s: Likewise. * sim/bpf/mov.s: Likewise. * sim/bpf/testutils.inc: Likewise. * sim/bpf/xadd.s: Likewise.
2019-09-23sim: Add PRU simulator portDimitar Dimitrov1-0/+1
A simulator port for the TI PRU I/O processor. v1: https://sourceware.org/ml/gdb-patches/2016-12/msg00143.html v2: https://sourceware.org/ml/gdb-patches/2017-02/msg00397.html v3: https://sourceware.org/ml/gdb-patches/2017-02/msg00516.html v4: https://sourceware.org/ml/gdb-patches/2018-06/msg00484.html v5: https://sourceware.org/ml/gdb-patches/2019-08/msg00584.html v6: https://sourceware.org/ml/gdb-patches/2019-09/msg00036.html gdb/ChangeLog: * NEWS: Mention new simulator port for PRU. sim/ChangeLog: * MAINTAINERS: Add myself as PRU maintainer. * configure: Regenerated. * configure.tgt: Add PRU. sim/common/ChangeLog: * gennltvals.sh: Add PRU libgloss target. * nltvals.def: Regenerate from the latest libgloss sources. sim/pru/ChangeLog: * Makefile.in: New file. * aclocal.m4: Regenerated. * config.in: Regenerated. * configure: Regenerated. * configure.ac: New file. * interp.c: New file. * pru.h: New file. * pru.isa: New file. * sim-main.h: New file.
2019-02-28(gdb/sim) Move Mike Frysinger to past maintainers sectionJoel Brobecker1-1/+1
sim/ChangeLog: * MAINTAINERS: Move Mike Frysinger to past maintainers' section.
2019-02-13Add Andrew Burgess as global maintainer of gdb/ and sim/Simon Marchi1-1/+2
2018-07-21Update my e-mail address, limit maintenance to MIPS I-IV ISAsMaciej W. Rozycki1-1/+1
binutils/ * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV ISA maintenance. gdb/ * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV ISA maintenance. sim/ * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV ISA maintenance.
2018-07-19Remove myself from target-specific MAINTAINERSDJ Delorie1-4/+4
[binutils] * MAINTAINERS (RL78, RX): Remove myself as maintainer. [sim] * MAINTAINERS (rl78, m32c, rx, v850): Remove myself as maintainer.
2018-07-14sim: Add Stafford Horne as or1k maintainer.Stafford Horne1-0/+1
Since I helped upstream the or1k port I would like to claim myself as maintainer. sim/ChangeLog: yyyy-mm-dd Stafford Horne <shorne@gmail.com> * MAINTAINERS (or1k): Add myself as or1k maintainer. Signed-off-by: Stafford Horne <shorne@gmail.com>
2018-01-22MAINTAINERS: Update my company e-mail addressMaciej W. Rozycki1-1/+1
Following my recent transition from Imagination Technologies to the reincarnated MIPS company update MAINTAINERS entries accordingly. binutils/ * MAINTAINERS: Update my company e-mail address. gdb/ * MAINTAINERS: Update my company e-mail address. sim/ * MAINTAINERS: Update my company e-mail address.
2017-10-12Add myself as ft32 maintainer for sim.James Bowman1-0/+1
sim/ChangeLog: 2017-10-12 James Bowman <james.bowman@ftdichip.com> * MAINTAINERS (ft32): Add myself.
2017-10-03Update my email address.Jim Wilson1-1/+1
sim/ * MAINTAINERS (aarch64): Update my email address.
2017-02-14Add self to aarch64 maintainers. Fix mla instruction.Jim Wilson1-0/+1
sim/ * MAINTAINTERS (aarch64): Add myself. sim/aarch64/ * simulator.c (do_vec_MLA): Rewrite switch body. sim/testsuite/sim/aarch64/ * mla.s: New.
2016-12-14MAINTAINERS: Add myself as a MIPS maintainerMaciej W. Rozycki1-0/+1
* MAINTAINERS (Maintainers for particular sims): Add myself as a MIPS maintainer.
2016-02-03MAINTAINERS: Add Thiemo Seufer back, as a past maintainerMaciej W. Rozycki1-0/+1
Complement commit 26e0f8dbd817 ("* MAINTAINERS: Remove Thiemo Seufer."). * MAINTAINERS (Past sim maintainers): Add Thiemo Seufer.
2016-01-05Add myself as the maintainer for the AArch64.Nick Clifton1-0/+1
2014-03-12Add myself as the maintainer for the MSP430 sim.Nick Clifton1-0/+1
2012-11-05* MAINTAINERS: Update my email address.Stephane Carrez1-1/+1
2011-11-29Record Mike Frysinger as a sim Global Maintainer.Joel Brobecker1-0/+4
sim/ChangeLog: * maintainers (global maintainers): new section. add mike frysinger.
2011-11-29[sim]DJ Delorie1-0/+1
* configure.tgt: Add rl78 support. * configure: Regenerate. * rl78: New directory. * MAINTAINERS: Add myself as RL78 maintainer. [gdb] * NEWS: Mention RL78 simulator.
2011-07-08 * MAINTAINERS: Remove Thiemo Seufer.Hans-Peter Nilsson1-1/+0
2011-03-06sim: bfin: new portMike Frysinger1-0/+1
This can boot Das U-Boot and a Linux kernel. It also supports Linux userspace FLAT and FDPIC (dynamic and static) ELFs. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-07-28Sort *alphabetically* this timeDJ Delorie1-1/+1
2010-07-28* MAINTAINERS: Add self as RX maintainer. Sort list.DJ Delorie1-1/+2
2009-10-16 * MAINTAINERS: Add myself as m32r maintainer.Doug Evans1-0/+1
2009-10-15* MAINTAINERS: Add self as MicroBlaze maintainer.Michael Eager1-0/+1
2009-10-13 * MAINTAINERS (common): Move myself to "past maintainers" section.Ben Elliston1-1/+1
2009-05-18gdb/Jon Beniston1-0/+1
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-112009-05-11 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-1/+1
* MAINTAINERS: Orphan ppc.
2009-05-01Add moxie simulatorAnthony Green1-0/+1
2008-04-08Add myself as maintainer of cr16 port.M R Swami Reddy1-0/+1
2006-12-20 * MAINTAINERS: Add self as authorized committer for *.Hans-Peter Nilsson1-0/+1
2006-10-01 * MAINTAINERS: Add Dave Brolley for sh64.Daniel Jacobowitz1-0/+1
2006-08-25Add myself as mips maintainer.Thiemo Seufer1-0/+1
2006-05-04 * MAINTAINERS: Add an "Authorized committers" section, and listDaniel Jacobowitz1-0/+3
DJ Delorie for v850.
2006-03-14* MAINTAINERS: Add self as m32c sim maintainer.DJ Delorie1-0/+1
2005-05-262005-05-26 Chris Demetriou <cgd@netbsd.org>Chris Demetriou1-1/+1
* MAINTAINERS: Update my mail address, move myself to the "Past maintainers" section.
2004-03-10 * MAINTAINERS: Update my mail address.Ben Elliston1-1/+1
2003-08-292003-08-29 Dave Brolley <brolley@redhat.com>Dave Brolley1-0/+1
* MAINTAINERS: Add myself as maintainer of the FRV port.
2003-08-10 * MAINTAINERS: Update my mail address.Ben Elliston1-1/+1
2003-08-092003-08-09 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+8
* MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop maintenance. List igen and sh maintainers. Mention that target and global maintainers pick up the slack.
2002-08-24 * MAINTAINERS: Change my mailing address.Geoffrey Keating1-1/+1
2002-05-16 * MAINTAINERS: Update my email address.Stephane Carrez1-1/+1
2002-03-06 * MAINTAINERS: Record self as maintainer of m68hc11 simulator.Stephane Carrez1-0/+1
2002-03-01* vaporous abdicationFrank Ch. Eigler1-1/+2
2002-02-07Document check-in proceduresNick Clifton1-3/+10
2002-01-10Add myself as ARM sim maintainerNick Clifton1-0/+2