diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-22 14:47:52 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-22 14:47:52 +0000 |
commit | 9f9d12b370b36766443d3988f50994034ff715af (patch) | |
tree | b8c20beac517db8b8331fda7d70f3128cc59c06b /gdb | |
parent | 38f175eafbfd14363be3f358eff1f36a473423cc (diff) | |
download | gdb-9f9d12b370b36766443d3988f50994034ff715af.zip gdb-9f9d12b370b36766443d3988f50994034ff715af.tar.gz gdb-9f9d12b370b36766443d3988f50994034ff715af.tar.bz2 |
2002-08-22 Andrew Cagney <ac131313@redhat.com>
* MAINTAINERS: Change the s390 target to s390-linux-gnu (second
attempt).
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/MAINTAINERS | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4a7c0fe..134ad67 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-08-22 Andrew Cagney <ac131313@redhat.com> + + * MAINTAINERS: Change the s390 target to s390-linux-gnu (second + attempt). + 2002-08-22 Jim Blandy <jimb@redhat.com> * coffread.c (coff_symfile_read): Don't try to read the line diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index e9949f9..7468d64 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -134,7 +134,7 @@ maintainer works with the native maintainer when resolving API issues. powerpc --target=powerpc-eabi ,-Werror Kevin Buettner kevinb@redhat.com - s390 --target=s390-linux ,-Werror + s390 --target=s390-linux-gnu ,-Werror (contact DJ Barrow djbarrow@de.ibm.com) sh --target=sh-elf ,-Werror |