aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-08-18 04:14:02 +0000
committerAndrew Cagney <cagney@redhat.com>2002-08-18 04:14:02 +0000
commitc1bab85b70f0944db725358c3b6aec6ddaa4543c (patch)
treef999caf18a0aeb0fa304c8c1b3454c0b3b1fd6db /gdb/ChangeLog
parent32089c7c021589daa17a6f2183af8555fa8d758f (diff)
downloadgdb-c1bab85b70f0944db725358c3b6aec6ddaa4543c.zip
gdb-c1bab85b70f0944db725358c3b6aec6ddaa4543c.tar.gz
gdb-c1bab85b70f0944db725358c3b6aec6ddaa4543c.tar.bz2
2002-08-17 Andrew Cagney <ac131313@redhat.com>
* config/ia64/ia64.mt: New file. * config/alpha/alpha.mt: New file. * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to ia64-linux-gnu. Mention that ia64-elf is broken. * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8038b5c..7433411 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,15 @@
+2002-08-18 Andrew Cagney <ac131313@redhat.com>
+
+ * MAINTAINERS (Target Instruction Set Architectures): Rename
+ Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
+ Replace s390-linux with s390-linux-gnu. Remove i386-aout,
+ mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
+ already listed under Host/Native.
+
+ * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
+ i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
+ mips*-*-*.
+
2002-08-17 Andrew Cagney <ac131313@redhat.com>
* config/ia64/ia64.mt: New file.
@@ -602,7 +614,7 @@
2002-08-05 Theodore A. Roth <troth@verinet.com>
- * gdb/avr-tdep.c(avr_skip_prologue): Fix to return the correct pc.
+ * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
2002-08-05 Andrew Cagney <ac131313@redhat.com>