aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-25 01:07:17 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-25 01:07:17 +0000
commit0aaf65d72f1fbfb99b02d8d5e6d9a43fcc2cf9f7 (patch)
treeafa4d877ae983e84c69b17ed9e40885b1ef8b755
parent964802a85655ad5c451dc09d223246003dfb52bb (diff)
downloadfsf-binutils-gdb-0aaf65d72f1fbfb99b02d8d5e6d9a43fcc2cf9f7.zip
fsf-binutils-gdb-0aaf65d72f1fbfb99b02d8d5e6d9a43fcc2cf9f7.tar.gz
fsf-binutils-gdb-0aaf65d72f1fbfb99b02d8d5e6d9a43fcc2cf9f7.tar.bz2
Update JimI's e-mail addres.
Update TODO - FreeBSD mostly fixed.
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/MAINTAINERS10
-rw-r--r--gdb/TODO18
3 files changed, 18 insertions, 16 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index dc48429..355c007 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 25 11:02:24 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * TODO: Update. Mark Kettenis fixed FreeBSD >2.2 support.
+ * MAINTAINERS: Update Jim Ingham's address.
+
2000-05-25 Mark Kettenis <kettenis@gnu.org>
Add support for FreeBSD/i386 ELF.
@@ -218,7 +223,6 @@ Mon May 22 11:46:01 2000 Andrew Cagney <cagney@b1.cygnus.com>
config/powerpc/tm-nbsd.h, config/powerpc/nm-nbsd.h,
config/powerpc/xm-nbsd.h: New files.
->>>>>>> 1.399
2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
* gdb/config/djgpp/README: Fine-tune installation instructions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index c70468d..5cd748c 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -37,7 +37,7 @@ mn10300 target Andrew Cagney cagney@cygnus.com
powerpc target Kevin Buettner kevinb@cygnus.com
Elena Zannoni ezannoni@cygnus.com
arm target Fernando Nasser fnasser@cygnus.com
- Jim Ingham jingham@cygnus.com
+ Jim Ingham jingham@apple.com
Scott Bambrough scottb@netwinder.org
m32r target Michael Snyder msnyder@cygnus.com
IA-64 target Kevin Buettner kevinb@cygnus.com
@@ -112,9 +112,9 @@ remote.c Andrew Cagney cagney@cygnus.com
include/remote-sim.h, remote-sim.c
Andrew Cagney cagney@cygnus.com
sds protocol Fernando Nasser fnasser@cygnus.com
- Jim Ingham jingham@cygnus.com
+ Jim Ingham jingham@apple.com
rdi/adp protocol Fernando Nasser fnasser@cygnus.com
- Jim Ingham jingham@cygnus.com
+ Jim Ingham jingham@apple.com
gdbserver Stan Shebs shebs@apple.com
documentation Stan Shebs shebs@apple.com
Eli Zaretskii eliz@gnu.org
@@ -129,9 +129,9 @@ UI: External (user) interfaces.
command interpreter Fernando Nasser fnasser@cygnus.com
gdbtk (c & tcl) Syd Polk spolk@cygnus.com
- Jim Ingham jingham@cygnus.com
+ Jim Ingham jingham@apple.com
libgui (w/foundry, sn) Syd Polk spolk@cygnus.com
- Jim Ingham jingham@cygnus.com
+ Jim Ingham jingham@apple.com
mi (gdb/mi) Andrew Cagney cagney@cygnus.com
Elena Zannoni ezannoni@cygnus.com
Fernando Nasser fnasser@cygnus.com
diff --git a/gdb/TODO b/gdb/TODO
index f9205f3..f74f3d9 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -35,16 +35,6 @@ and ftp://sourceware.cygnus.com/pub/binutils
--
-gdb-cvs fails to build on freebsd-elf
-http://sourceware.cygnus.com/ml/gdb/2000-04/msg00004.html
-
-Either the FreeBSD group need to contribute their local GDB changes
-back to the master sources or someone needs to provides a new
-(clean-room) implementation. Since the former involves a fairly
-complicated assignment the latter may be easier. [cagney]
-
---
-
Generic: lin-thread cannot handle thread exit (Mark Kettenis, Michael
Snyder) http://sourceware.cygnus.com/ml/gdb/2000-q1/msg00525.html
@@ -455,6 +445,14 @@ an error status.
--
+GDB probably doesn't build on FreeBSD pre 2.2.x
+http://sourceware.cygnus.com/ml/gdb-patches/2000-05/msg00378.html
+
+Fixes to get FreeBSD working on 2.2.x, 3.x and 4.x caused the code to
+suffer bit rot.
+
+--
+
Architectural Changes
=====================