Eric Christopher
e04e8f8ae6
2005-07-21 Eric Christopher <echristo@apple.com>
...
* MAINTAINERS (Misc): Update affiliation.
2005-07-21 22:30:16 +00:00
Steve Ellcey
3ad976515e
* MAINTAINERS (Write After Approval): Add myself.
2005-07-01 17:13:09 +00:00
Andrew Cagney
e990a46e0d
2005-06-21 Andrew Cagney <cagney@gnu.org>
...
* MAINTAINERS: List GDB's Steering Committee as responsible for
GDB's maintenance.
2005-06-21 14:34:42 +00:00
Wu Zhou
72429025ee
* MAINTAINERS (Write After Approval): Add myself.
2005-06-21 08:36:30 +00:00
David Ung
f56c189da1
* MAINTAINERS (Write After Approval): Add self.
2005-06-16 15:04:39 +00:00
Richard Sandiford
d738fe6d01
* MAINTAINERS: Update my email address.
2005-06-13 19:09:12 +00:00
Richard Sandiford
a5c380b8f8
* MAINTAINERS: Update my email address.
2005-06-04 06:29:06 +00:00
Andrew Cagney
a60a53c5fa
2005-05-30 Andrew Cagney <cagney@gnu.org>
...
* MAINTAINERS (Can Commit Without Approval): New section,
previously burried under "Target Instruction Set Architectures".
Note that cagney "can commit" changes to powerpc-linux.
2005-05-30 20:00:57 +00:00
Andrew Cagney
67e27301b8
2005-05-30 Andrew Cagney <cagney@gnu.org>
...
* MAINTAINERS: Drop architecture and target vectors.
2005-05-30 18:35:12 +00:00
Hans-Peter Nilsson
4a72630ae7
* MAINTAINERS: Change cris-elf state to non-broken.
...
* cp-name-parser.y (parse_escape): Initialize target_char to zero.
2005-05-28 08:49:13 +00:00
Chris Demetriou
79524e0524
2005-05-26 Chris Demetriou <cgd@netbsd.org>
...
* MAINTAINERS (Write After Approval): Remove myself.
2005-05-27 04:51:52 +00:00
Corinna Vinschen
181124bc7c
* MAINTAINERS: Undelete v850.
...
* Makefile.in: Re-add v850-tdep.o dependencies.
* configure.tgt: Re-add v850.
* v850-tdep.c: Reorder code slightly. Add register number enumerator.
(struct v850_frame_cache): New structure.
(v850_processor_type_table): Remove. Move functionality into
v850_register_name, v850e_register_name and v850_gdbarch_init.
(v850_register_name): New function.
(v850e_register_name): New function.
(struct prologue_info): Remove definition.
(v850_register_type): New function.
(v850_type_is_scalar): New function.
(v850_use_struct_convention): Align to gcc behaviour.
(v850_handle_prepare): Renamed from handle_prepare. Change third
parameter to struct v850_frame_cache *.
(v850_handle_pushm): Renamed from handle_pushm. Change third parameter
to struct v850_frame_cache *.
(v850_is_save_register): New function to evaluate if a register is
caller-save.
(v850_analyze_prologue): Replace v850_scan_prologue. Change to support
new frame code.
(v850_init_extra_frame_info): Remove.
(v850_frame_chain): Remove.
(v850_find_callers_reg): Remove.
(v850_skip_prologue): Make static.
(v850_pop_frame): Remove.
(v850_frame_align): New function.
(v850_push_dummy_call): Replace v850_push_arguments.
(v850_push_return_address): Remove.
(v850_extract_return_value): New function.
(v850_store_return_value): New function.
(v850_return_value): New function.
(v850_frame_saved_pc): Remove.
(v850_breakpoint_from_pc): New function.
(v850_alloc_frame_cache): New function.
(v850_fix_call_dummy): Remove.
(v850_frame_cache): New function.
(v850_target_architecture_hook): Remove.
(v850_frame_prev_register): New function.
(v850_frame_this_id): New function.
(v850_frame_unwind): New structure.
(v850_frame_sniffer): New function.
(v850_unwind_sp): New function.
(v850_unwind_pc): New function.
(v850_unwind_dummy_id): New function.
(v850_frame_base_address): New function.
(v850_frame_base): New structure.
(v850_gdbarch_init): New function.
* config/v850/v850.mt: Undelete. Drop TM_FILE.
2005-05-18 08:52:21 +00:00
Corinna Vinschen
079c8cd052
* MAINTAINERS: Remove hint that sh64 doesn't build.
...
* sh64-tdep.c (sh64_push_dummy_call): Cast buf in call to write_memory.
(sh64_do_fp_register): make raw_buffer unsigned.
(sh64_do_register): Ditto.
2005-05-02 15:23:37 +00:00
Andrew Cagney
87d088f521
2005-05-01 Andrew Cagney <cagney@gnu.org>
...
* MAINTAINERS: Note that cris, m68k, mn10300, sh64, sparc and vax
do not build.
2005-05-01 23:07:33 +00:00
Corinna Vinschen
862ba188ef
* MAINTAINERS: Revert h8300 state to un-deleted.
...
* Makefile.in: Re-add h8300-tdep.o dependencies.
* h8300-tdep.c: Slightly rearrange type definitions and functions.
(struct frame_extra_info): Remove.
(struct h8300_frame_cache): Replace locals with differently defined
uses_fp member.
(h8300_unwind_pc): Simplify.
(h8300_unwind_sp): New function.
(h8300_unwind_dummy_id): Simplify.
(h8300_init_frame_cache): New function.
(h8300_is_argument_spill): Use reworked defines for opcode scanning.
(h8300_skip_prologue): Rewrite.
(h8300_alloc_frame_cache): Remove.
(h8300_analyze_frame_setup): Remove.
(h8300_analyze_register_saves): Remove.
(h8300_analyze_prologue): Rewrite.
(h8300_frame_cache): Use h8300_init_frame_cache instead of
h8300_alloc_frame_cache. Use BINWORD instead of constant 4 to
accomodate 16 bit mode. Fix saved_sp and register offset evaluation.
(h8300_frame_this_id): Correctly calculate this_id using saved stack
pointer instead of base.
(h8300_frame_prev_register): Drop needless braces.
(h8300_frame_base_address): New function.
(h8300_frame_base): New frame_base.
(h8300_push_dummy_call): Return correct CFA value.
(h8300h_extract_return_value): Fix 8 byte value handling.
(h8300_use_struct_convention): New function.
(h8300h_use_struct_convention): New function.
(h8300h_store_return_value): Fix 8 byte value handling.
(h8300_return_value): New function.
(h8300h_return_value): New function.
(h8300_extract_struct_value_address): Remove deprecated functionality.
(h8300_push_dummy_code): Remove.
(h8300_gdbarch_init): Replace set_gdbarch_extract_return_value and
set_gdbarch_store_return_value calls by set_gdbarch_return_value.
Remove calls to set_gdbarch_deprecated_fp_regnum,
set_gdbarch_deprecated_extract_struct_value_address,
set_gdbarch_deprecated_use_struct_convention and
set_gdbarch_push_dummy_code.
Add calls to set_gdbarch_unwind_sp and frame_base_set_default.
Slightly rearrange code.
2005-04-29 14:21:22 +00:00
Corinna Vinschen
c30dc7000d
* MAINTAINERS: Change sh64-elf state to non-broken.
...
* Makefile.in: Fix dependencies for sh64-tdep.o.
* configure.tgt: Add sh64-*-elf case.
* sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case.
* sh64-tdep.c: Rework to replace all deprecated mechanisms with
modern methods.
* config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
* config/sh/sh64.mt: Resurrect.
2005-04-15 08:01:15 +00:00
Andrew Cagney
f0885a038a
Dropping mi.
2005-04-09 02:36:06 +00:00
Andrew Cagney
06e819e3ca
2005-04-08 Andrew Cagney <cagney@gnu.org>
...
* MAINTAINERS (GDB/MI): Andrew Cagney, Elena Zannoni, and Fernando
Nasser have decided to step back from GDB/MI.
2005-04-09 00:29:37 +00:00
Ramana Radhakrishnan
33e6b12bbd
2005-02-13 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
...
* MAINTAINERS: Add myself to "Write After Approval".
2005-02-12 21:53:29 +00:00
Yoshinori Sato
ba0e80db9e
Add myself "Write After Approval"
2005-02-12 10:42:58 +00:00
Ian Lance Taylor
3517749cb8
* MAINTAINERS: Update my e-mail address.
2005-02-10 23:34:43 +00:00
Baurzhan Ismagulov
a80493b821
2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
...
* MAINTAINERS: Add myself to "Write After Approval".
2005-01-29 17:42:48 +00:00
Jason Thorpe
12b21d1256
2005-01-16 Jason Thorpe <thorpej@netbsd.org>
...
* MAINTAINERS: Update my email address.
2005-01-17 00:01:48 +00:00
Elena Zannoni
4a39d93429
2005-01-10 Elena Zannoni <ezannoni@redhat.com>
...
* MAINTAINERS: Remove self from sh/sh64 maintainership.
2005-01-11 03:54:35 +00:00
Andrew Cagney
c4f9e2bfdc
2005-01-10 Andrew Cagney <cagney@gnu.org>
...
* MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
maintainer.
2005-01-10 23:38:36 +00:00
Andrew Cagney
6b71dd7440
2005-01-10 Andrew Cagney <cagney@gnu.org>
...
* MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
changes to CRIS.
2005-01-10 22:45:28 +00:00
Andrew Cagney
93f0f986af
2005-01-10 Andrew Cagney <cagney@gnu.org>
...
* MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
COMMIT means can approve).
2005-01-10 22:35:00 +00:00
Michael Snyder
5260ca71c4
2004-12-16 Michael Snyder <msnyder@redhat.com>
...
* MAINTAINERS: Add myself as maintainer for mn10300.
* NEWS: Mention mn10300.
2004-12-16 23:53:12 +00:00
Andrew Cagney
91a533d47b
2004-12-12 Andrew Cagney <cagney@gnu.org>
...
* MAINTAINERS: Reword description of what "Target Instruction Set
Architectures" covers.
2004-12-12 15:31:36 +00:00
Andrew Cagney
31ffb2216b
2004-11-29 Andrew Cagney <cagney@gnu.org>
...
* MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
as can-commit architecture developers.
2004-11-29 22:29:45 +00:00
Dave Anglin
871cce518a
* MAINTAINERS: Add myself to write after approval section.
2004-11-23 01:11:18 +00:00
Andrew Cagney
92790ee734
2004-11-17 Andrew Cagney <cagney@gnu.org>
...
* MAINTAINERS: Drop MIPS and remote.
2004-11-18 00:16:33 +00:00
Andrew Cagney
9445aa303f
2004-11-13 Andrew Cagney <cagney@gnu.org>
...
* NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
v850-*-* under removed.
* configure.host: Delete ns32k-*-netbsd*.
* configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
ns32k-*-netbsd*, and v850*-*-*.
* MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
"Deleted"
* config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
* h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
* mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
* mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
* config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
* config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
* ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
* ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
* v850-tdep.c: Delete.
2004-11-14 00:10:55 +00:00
Andrew Cagney
ca1a823ab2
2004-11-13 Andrew Cagney <cagney@gnu.org>
...
* MAINTAINERS: Do not list "Deleted" architectures.
2004-11-13 23:20:15 +00:00
Andrew Cagney
61c82a3ba6
2004-11-12 Andrew Cagney <cagney@gnu.org>
...
* cris-tdep.c (cris_register_offset): Delete, never called.
(cris_spec_reg_applicable): Delete cris_ver_sim.
* MAINTAINERS: List d10v as OBSOLETE.
* rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
FOPEN_WB et.al., defined by "fopen-bin.h".
2004-11-12 19:22:09 +00:00
Joseph Myers
3d38a0a50c
* MAINTAINERS (Write After Approval): Add myself.
2004-11-01 21:01:25 +00:00
Jim Blandy
b672553e43
* MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
...
reader, tracing bytecode stuff): Remove self.
2004-10-10 22:15:37 +00:00
Nick Roberts
e1124681ed
Update e-mail address.
2004-10-08 01:35:48 +00:00
Corinna Vinschen
b6fcb393fd
* MAINTAINERS: Remove "broken" from XStormy16 entry.
...
* xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
(struct gdbarch_tdep): Remove.
(struct xstormy16_frame_cache): New frame cache structure.
(xstormy16_register_byte, xstormy16_register_raw_size)
(xstormy16_reg_virtual_type, xstormy16_register_type)
(xstormy16_push_arguments, xstormy16_push_return_address)
(xstormy16_pop_frame, xstormy16_store_struct_return)
(xstormy16_store_return_value, xstormy16_extract_struct_value_address)
(xstormy16_frame_saved_register, xstormy16_get_saved_register)
(xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
(xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
(xstormy16_frame_chain, xstormy16_frame_chain_valid,
(xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
(xstormy16_use_struct_convention): Drop gcc_p parameter.
(xstormy16_extract_return_value, xstormy16_store_return_value):
Regcachify. Drop useless struct convention handling.
(xstormy16_register_type, xstormy16_return_value)
(xstormy16_push_dummy_call, xstormy16_analyze_prologue)
(xstormy16_alloc_frame_cache, xstormy16_frame_cache)
(xstormy16_frame_prev_register, xstormy16_frame_this_id)
(xstormy16_frame_base_address, xstormy16_frame_sniffer)
(xstormy16_unwind_sp, xstormy16_unwind_pc)
(xstormy16_unwind_dummy_id) : New functions.
(xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
of xstormy16_scan_prologue.
(xstormy16_frame_unwind): New frame_unwind structure.
(xstormy16_frame_base): New frame_base structure.
(xstormy16_gdbarch_init): Accomodate all of the above changes.
Reshuffle for better readability. Also add dwarf2_frame_sniffer.
2004-09-23 17:00:16 +00:00
Andrew Cagney
f200c4922f
2004-09-14 Andrew Cagney <cagney@gnu.org>
...
* MAINTAINERS: Add Michael Chastain as the backup gdb.threads
maintainer.
2004-09-14 14:49:52 +00:00
Paul Gilliam
386d451882
* MAINTAINERS: Add self to Write-After-Approval.
2004-08-31 20:36:04 +00:00
Manoj Iyer
7d97d5e2b8
Added self to write-after-approval.
2004-08-30 20:05:41 +00:00
David Carlton
252ab81483
2004-08-10 David Carlton <carlton@bactrian.org>
...
* MAINTAINERS: Remove David Carlton from c++ testsuite
maintainers.
2004-08-10 16:36:15 +00:00
Nathanael Nerode
d0f853e133
* MAINTAINERS: Add self to Write-After-Approval.
2004-08-05 23:35:14 +00:00
Jerome Guitton
e92f3704d6
* MAINTAINERS: Reorder Write After Approval list in alphabetical
...
order.
2004-07-30 12:33:49 +00:00
Andrew Cagney
a1b461bf40
2004-07-26 Andrew Cagney <cagney@gnu.org>
...
* MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
and h8300 as broken.
* NEWS: END-OF-LIFE frame compatibility module.
* PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
specific comments.
2004-07-26 18:30:19 +00:00
Randolph Chung
700c15aa2a
2004-06-14 Randolph Chung <tausq@debian.org>
...
* MAINTAINERS (Write After Approval): Alphabetize my entry correctly.
2004-06-14 17:35:07 +00:00
Andrew Cagney
cea4838c90
Index: ChangeLog
...
2004-06-14 Andrew Cagney <cagney@gnu.org>
* MAINTAINERS (testsuite): List Michael Chastain as the lead
testsuite maintainer.
2004-06-14 13:40:34 +00:00
Mark Kettenis
1698f4e78c
* MAINTAINERS: Undelete m88k. Add myself as maintainer.
2004-05-29 15:12:23 +00:00
Andrew Cagney
1db2a7980c
2004-05-25 Andrew Cagney <cagney@gnu.com>
...
* MAINTAINERS: Update e-mail address.
2004-05-25 13:41:46 +00:00
Jim Blandy
80fadb1152
* MAINTAINERS (tracing bytecode stuff): Allow global maintainers
...
to approve changes.
2004-05-24 18:13:22 +00:00
Andrew Cagney
5aae53e58e
2004-05-17 Andrew Cagney <cagney@redhat.com>
...
* MAINTAINERS: Mark Salter was also responsible for
testsuite/config/
2004-05-17 20:40:24 +00:00
Jim Blandy
22f2b2f398
* MAINTAINERS: Update address for J.T. Conklin.
2004-05-17 16:40:15 +00:00
Bryce McKinlay
723e0e3ddf
2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
...
* MAINTAINERS (write after approval): Add myself.
2004-05-13 17:30:02 +00:00
Ulrich Weigand
090ddb2a8c
* MAINTAINERS (write after approval): Add myself.
2004-05-12 20:16:52 +00:00
Joel Brobecker
9a5d7be1ec
* MAINTAINERS: Add self as AIX maintainer.
...
Update my e-mail address in write-after-approval section.
2004-05-01 01:28:17 +00:00
Brian Ford
283f90a7d0
* MAINTAINERS (Write After Approval): Add myself.
2004-04-30 19:44:50 +00:00
Elena Zannoni
e5786a5cbf
2004-04-22 Elena Zannoni <ezannoni@redhat.com>
...
* MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
2004-04-22 15:48:13 +00:00
David Carlton
58e23df49e
2004-04-13 David Carlton <carlton@kealia.com>
...
* MAINTAINERS: Move myself to "paper trail" section.
2004-04-13 16:13:35 +00:00
Randolph Chung
d46f117601
2004-04-10 Randolph Chung <tausq@debian.org>
...
* MAINTAINERS (write after approval): Add myself.
2004-04-11 04:25:26 +00:00
Andrew Cagney
934494036e
2004-04-06 Andrew Cagney <cagney@redhat.com>
...
* MAINTAINERS: Mark hppa-elf as buildable with -Werror.
2004-04-06 15:57:32 +00:00
Jim Blandy
859a326da8
* MAINTAINERS: Chris Faylor has changed employers; add him to
...
"paper trail" section, and update his E-mail address.
2004-04-04 03:57:44 +00:00
Andrew Cagney
69aec09bfb
2004-03-23 Andrew Cagney <cagney@redhat.com>
...
* MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
Nasser as past testsuite/lib/ (and other) maintainers.
2004-03-23 21:21:37 +00:00
Ben Elliston
523f6a2717
* MAINTAINERS: Update my mail address.
2004-03-10 02:58:24 +00:00
Nathan J. Williams
0b71f08f41
2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
...
* MAINTAINERS (write after approval): Add myself.
2004-03-08 17:52:27 +00:00
Richard Sandiford
19b846f3d9
Add self.
2004-02-25 08:46:59 +00:00
Roland McGrath
a8cbc6f7ed
2004-01-21 Roland McGrath <roland@redhat.com>
...
* MAINTAINERS (write after approval): Add myself.
2004-01-21 20:50:41 +00:00
Paul Brook
dbf5be1caf
* MAINTAINERS: Add myself to write-after-approval.
2004-01-21 16:30:42 +00:00
Michael Chastain
9175c9a32c
2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
...
* MAINTAINERS: Delete mmalloc.
* Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
* NEWS: Mention removal of --with-malloc.
* acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
* config.in: Regenerate.
* configure: Regenerate.
* configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc, USE_MMALLOC, MMCHECK_FORCE.
* gdbinit.in: Remove mmalloc.
* utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
* config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
* config/i386/go32.mh: Likewise.
* config/i386/interix.mh: Likewise.
* config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
* gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2004-01-20 09:29:18 +00:00
Nick Roberts
c681880448
(write after approval): Add myself.
2004-01-04 15:27:24 +00:00
Mark Mitchell
89a72f9c32
* MAINTAINERS: Add myself to the write-after-approval category.
2004-01-02 20:28:54 +00:00
Dhananjay Deshpande
8bfdb6721b
* MAINTAINERS (write after approval): Add myself
2003-12-11 06:30:10 +00:00
Michael Chastain
68e39e739b
2003-11-10 Michael Chastain <mec.gnu@mindspring.com>
...
* MAINTAINERS: Change my e-mail address.
2003-11-11 14:51:33 +00:00
Michael Snyder
1083b3bca3
2003-11-04 Michael Snyder <msnyder@redhat.com>
...
* MAINTAINERS: Remove myself as owner of breakpoints and
of sparc/solaris.
2003-11-04 20:01:16 +00:00
Jim Wilson
fcd182f9d6
* MAINTAINERS: Move myself from paper trail section back to write
...
after approval section.
2003-10-23 06:27:29 +00:00
Andrew Cagney
9644bbdd74
2003-10-09 Andrew Cagney <cagney@redhat.com>
...
* MAINTAINERS: Mark m32r-elf as buildable with -Werror.
2003-10-10 01:59:13 +00:00
Andrew Cagney
17144ef849
2003-10-06 Andrew Cagney <cagney@redhat.com>
...
* MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
No longer list PA as as obsolete candidate. List m32r as
broken instead of obsolete.
2003-10-06 20:38:17 +00:00
Jerome Guitton
a4ab2b5d08
* MAINTAINERS (write after approval): Add myself.
2003-09-25 13:55:58 +00:00
Michael Chastain
592e301035
2003-09-22 Michael Chastain <mec@shout.net>
...
* MAINTAINERS: Rename gdb.c++ to gdb.cp.
2003-09-22 23:06:16 +00:00
Jim Wilson
ef5fd69f11
Move myself to paper trail section.
2003-09-11 17:51:47 +00:00
Jim Wilson
66f667f57d
* MAINTAINERS: Change my e-mail address.
2003-09-10 23:50:09 +00:00
Kevin Buettner
53e8aaeae4
* MAINTAINERS (frv): New ISA entry.
2003-09-10 21:05:59 +00:00
Ian Lance Taylor
afa7d0b241
* MAINTAINERS: Update my e-mail address.
2003-09-09 20:25:58 +00:00
Shrinivas Atre
062103babe
2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
...
* MAINTAINERS (write after approval): Add myself.
2003-08-19 09:55:59 +00:00
Ben Elliston
d95fdc0d1a
* MAINTAINERS (write after approval): Update my mail address.
2003-08-10 22:05:14 +00:00
Andrew Cagney
3771659b8b
2003-08-09 Andrew Cagney <cagney@redhat.com>
...
* MAINTAINERS (language support): List Adam Fedor as Objective C
maintainer.
2003-08-09 14:38:53 +00:00
Brendan Conoboy
562961552f
Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
...
* MAINTAINERS (write after approval): Added self
2003-08-08 00:41:54 +00:00
Kazuhiro Inaoka
29ceeffbde
2003-08-07 Kei Sakamoto <sakamoto.kei@renesas.com>
...
* MAINTAINERS (write after approval): Move Kei Sakamoto to the proper place.
2003-08-07 05:22:45 +00:00
Kazuhiro Inaoka
fbb78a6881
2003-08-07 Kei Sakamoto <sakamoto.kei@renesas.com>
...
* MAINTAINERS (write after approval): Add myself.
2003-08-07 05:01:32 +00:00
David Carlton
986af8e60d
2003-06-25 David Carlton <carlton@kealia.com>
...
* MAINTAINERS: Update e-mail address.
2003-06-25 21:54:42 +00:00
David Lecomber
b1bd302e10
an obvious fix
2003-06-05 20:30:42 +00:00
Raoul Gough
cb12384428
MAINTAINERS (write after approval): Add myself
2003-06-03 09:55:51 +00:00
Theodore A. Roth
de18ac1fab
* MAINTAINERS: Update my email address.
...
* avr-tdep.c: Ditto.
2003-05-14 20:09:14 +00:00
Ian Lance Taylor
a208d82c13
* MAINTAINERS (write after approval): Add myself.
2003-05-13 19:52:50 +00:00
Bob Rossi
98c7071fce
MAINTAINERS (write after approval): Add myself.
2003-03-28 14:33:00 +00:00
Stephane Carrez
27d5d74b1c
* MAINTAINERS (tui): Maintainer of tui code.
2003-03-21 20:00:20 +00:00
Fernando Nasser
1132738f98
* MAINTAINERS: Remove my name from several maintainership roles.
2003-03-17 15:01:48 +00:00
D.Venkatasubramanian
7717fda3e6
Alphabetically corrected my name addition to MAINTAINERS (write after approval).
2003-03-13 05:32:21 +00:00
D.Venkatasubramanian
0c67cbe957
Added myself to MAINTAINERS (write after approval). Approved by : Andrew Cagney.
2003-03-13 05:13:57 +00:00
Kazu Hirata
ed42d87b60
* MAINTAINERS (Write after approval): Update my email address.
2003-03-04 16:33:06 +00:00