diff options
author | Timothy Wall <twall@alum.mit.edu> | 2001-11-13 14:22:53 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2001-11-13 14:22:53 +0000 |
commit | 6e9179034707f18294ae1cbebcc7e9714a46951d (patch) | |
tree | 85f85a20b4ea7e4ff949b0703aae7c42bc8ed6b7 /binutils | |
parent | 1a78a35acfb696d2262b7c2d707b9e6421c99aaa (diff) | |
download | gdb-6e9179034707f18294ae1cbebcc7e9714a46951d.zip gdb-6e9179034707f18294ae1cbebcc7e9714a46951d.tar.gz gdb-6e9179034707f18294ae1cbebcc7e9714a46951d.tar.bz2 |
Fix tic54x testsuite failures and Lmem disassembly bugs.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 8 | ||||
-rw-r--r-- | binutils/MAINTAINERS | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9bab689..dc85cc1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ -2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com> +2001-11-13 Timothy Wall <twall@alum.mit.edu> + * MAINTAINERS: Add self as tic54x maintainer. This target + includes the IBM C54XDSP clone. +2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com> + * bucomm.c (make_tempname): Use mkstemp in place of mktemp. 2001-11-09 Jeffrey A Law (law@cygnus.com) @@ -923,7 +927,7 @@ 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com> - * MAINTAINERS: Add Jörn Rennecke and self as SH maintainers. + * MAINTAINERS: Add Jörn Rennecke and self as SH maintainers. Change sourceware.cygnus.com to sources.redhat.com. Fix typo for "amongst". diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS index 047e58d..e76eadd 100644 --- a/binutils/MAINTAINERS +++ b/binutils/MAINTAINERS @@ -72,9 +72,10 @@ responsibility among the other maintainers. PPC Geoff Keating <geoffk@redhat.com> PPC XCOFF Tom Rix <trix@redhat.com> s390, s390x Martin Schwidefsky <schwidefsky@de.ibm.com> - SH Jörn Rennecke <amylaar@onetel.net.uk> + SH Jörn Rennecke <amylaar@onetel.net.uk> SH Hans-Peter Nilsson <hp@bitrange.com> SPARC Jakub Jelinek <jakub@redhat.com> + TIC54X Timothy Wall <twall@alum.mit.edu> z8k Christian Groessler <cpg@aladdin.de> --------- CGEN Maintainers ------------- |