This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

misc updates


Enjoy,

	Andrew

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.
Index: TODO
===================================================================
RCS file: /cvs/src/src/gdb/TODO,v
retrieving revision 1.23
diff -p -r1.23 TODO
*** TODO	2000/05/23 07:49:05	1.23
--- TODO	2000/05/25 01:04:47
*************** and	ftp://sourceware.cygnus.com/pub/binu
*** 35,50 ****
  
  --
  
- 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
  
--- 35,40 ----
*************** Eliminate abort ().
*** 452,457 ****
--- 442,455 ----
  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.
  
  --
  
Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.34
diff -p -r1.34 MAINTAINERS
*** MAINTAINERS	2000/05/17 08:46:20	1.34
--- MAINTAINERS	2000/05/25 01:04:43
*************** mn10300 target		Andrew Cagney		cagney@cy
*** 37,43 ****
  powerpc target		Kevin Buettner		kevinb@cygnus.com
  			Elena Zannoni		ezannoni@cygnus.com
  arm target		Fernando Nasser		fnasser@cygnus.com
! 			Jim Ingham		jingham@cygnus.com
  			Scott Bambrough		scottb@netwinder.org
  m32r target		Michael Snyder		msnyder@cygnus.com
  IA-64 target		Kevin Buettner		kevinb@cygnus.com
--- 37,43 ----
  powerpc target		Kevin Buettner		kevinb@cygnus.com
  			Elena Zannoni		ezannoni@cygnus.com
  arm target		Fernando Nasser		fnasser@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
*************** remote.c		Andrew Cagney		cagney@cygnus.c
*** 112,120 ****
  include/remote-sim.h, remote-sim.c
  			Andrew Cagney		cagney@cygnus.com
  sds protocol		Fernando Nasser		fnasser@cygnus.com
! 			Jim Ingham		jingham@cygnus.com
  rdi/adp protocol	Fernando Nasser		fnasser@cygnus.com
! 			Jim Ingham		jingham@cygnus.com
  gdbserver		Stan Shebs		shebs@apple.com
  documentation	 	Stan Shebs		shebs@apple.com
  			Eli Zaretskii		eliz@gnu.org
--- 112,120 ----
  include/remote-sim.h, remote-sim.c
  			Andrew Cagney		cagney@cygnus.com
  sds protocol		Fernando Nasser		fnasser@cygnus.com
! 			Jim Ingham		jingham@apple.com
  rdi/adp protocol	Fernando Nasser		fnasser@cygnus.com
! 			Jim Ingham		jingham@apple.com
  gdbserver		Stan Shebs		shebs@apple.com
  documentation	 	Stan Shebs		shebs@apple.com
  			Eli Zaretskii		eliz@gnu.org
*************** UI: External (user) interfaces.
*** 129,137 ****
  
  command interpreter	Fernando Nasser		fnasser@cygnus.com
  gdbtk (c & tcl)		Syd Polk		spolk@cygnus.com
! 			Jim Ingham		jingham@cygnus.com
  libgui (w/foundry, sn)	Syd Polk		spolk@cygnus.com
! 			Jim Ingham		jingham@cygnus.com
  mi (gdb/mi)		Andrew Cagney		cagney@cygnus.com
  			Elena Zannoni           ezannoni@cygnus.com
  			Fernando Nasser		fnasser@cygnus.com
--- 129,137 ----
  
  command interpreter	Fernando Nasser		fnasser@cygnus.com
  gdbtk (c & tcl)		Syd Polk		spolk@cygnus.com
! 			Jim Ingham		jingham@apple.com
  libgui (w/foundry, sn)	Syd Polk		spolk@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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]