Update JimI's e-mail addres.

Update TODO - FreeBSD mostly fixed.
This commit is contained in:
Andrew Cagney 2000-05-25 01:07:17 +00:00
parent 964802a856
commit 0aaf65d72f
3 changed files with 18 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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
@ -453,6 +443,14 @@ GDB should never abort. GDB should either throw ``error ()'' or
``internal_error ()''. Better still GDB should naturally unwind with
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