diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-27 02:45:12 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-27 02:45:12 +0000 |
commit | e4621584ca03af4a0ad025b8ab11d4e3e3074fed (patch) | |
tree | ab68cd767794850a7d71933f2ffcbb13ecb94c4b /gdb | |
parent | bd48e1a994cfacea33d2b7d3d96052a3af51736c (diff) | |
download | gdb-e4621584ca03af4a0ad025b8ab11d4e3e3074fed.zip gdb-e4621584ca03af4a0ad025b8ab11d4e3e3074fed.tar.gz gdb-e4621584ca03af4a0ad025b8ab11d4e3e3074fed.tar.bz2 |
* MAINTAINERS: Add x86-64 target.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/MAINTAINERS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b897c32..eb0bfbd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2002-02-26 Andrew Cagney <ac131313@redhat.com> + * MAINTAINERS: Add x86-64 target. + +2002-02-26 Andrew Cagney <ac131313@redhat.com> + * memattr.c (mem_command): Eliminate ``true'' and ``false''. * osfsolib.c (solib_map_sections): Ditto. * irix5-nat.c (solib_map_sections): Ditto. diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index c9a888a..391c36c 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -170,6 +170,9 @@ maintainer works with the native maintainer when resolving API issues. w65 Deleted. + x86-64 (--target=x86_64-linux-gnu broken) + Maintenance only + xstormy16 --target=xstormy16-elf ,-Werror Corinna Vinschen vinschen@redhat.com |