From: Andrew Cagney Date: Thu, 25 May 2000 01:07:17 +0000 (+0000) Subject: Update JimI's e-mail addres. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0aaf65d72f1fbfb99b02d8d5e6d9a43fcc2cf9f7;p=binutils-gdb.git Update JimI's e-mail addres. Update TODO - FreeBSD mostly fixed. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dc48429309b..355c007aa2d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Thu May 25 11:02:24 2000 Andrew Cagney + + * TODO: Update. Mark Kettenis fixed FreeBSD >2.2 support. + * MAINTAINERS: Update Jim Ingham's address. + 2000-05-25 Mark Kettenis Add support for FreeBSD/i386 ELF. @@ -218,7 +223,6 @@ Mon May 22 11:46:01 2000 Andrew Cagney config/powerpc/tm-nbsd.h, config/powerpc/nm-nbsd.h, config/powerpc/xm-nbsd.h: New files. ->>>>>>> 1.399 2000-05-17 Eli Zaretskii * gdb/config/djgpp/README: Fine-tune installation instructions diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index c70468d7fd4..5cd748c7196 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 f9205f3971a..f74f3d9cb03 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 @@ -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