This is the mail archive of the gdb-testers@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

Pre-release snapshot gdb-4.17.87 now available


(jimb is Japan telling them about the wonders of gettext or something :-),
so I'm filling in for him)

The 4.17.87 pre-release snapshot is now available.  I believe that all
build and run failures reported so far are addressed in this snapshot.
It's still possible to get in fixes for specific bugs, but if none are
forthcoming, and there are no other major failures, then this is what
the release will look like.

As before, please give it a try on your system, then send me and/or
the list a message describing any serious problems you found.

The snapshot is available as:

	ftp://ftp.cygnus.com/private/gdb/gdb-4.17.87.tar.gz

(No doubt some energetic person will make a bz2 file also.)

							Stan

Here are the changes in the main GDB dir (there are some testsuite
fixes also):

1999-03-24  Stan Shebs  <shebs@andros.cygnus.com>

	* Makefile.in (VERSION): Bump to 4.17.87.

	Attempt to sort out SCO-related configs.
	* configure.host (i[3456]86-*-sysv4.2*): Use instead of
	i[3456]86-*-sysv4.2MP and i[3456]86-*-sysv4.2uw2*.
	(i[3456]86-*-sysv5*): Recognize.
	* configure.tgt (i[3456]86-*-sco3.2v5*, i[3456]86-*-sco3.2v4*):
 	Recognize.

Wed Mar 24 01:01:27 1999  Andrew Cagney  <cagney@sludge.cygnus.com>

	* rs6000-tdep.c (rs6000_software_single_step): Change SIGNAL to
 	unsigned int.

	From Rodney Brown <rodneybrown@pmsc.com>:
	* target.h (enum thread_control_capabilities), breakpoint.h (enum
 	bptype), breakpoint.c (enum insertion_state_t): Strict ISO-C
 	doesn't allow trailing comma in enum definition.
	
1999-03-23  Jason Molenda  (jsm@bugshack.cygnus.com)

        * hppa-tdep.c (pa_register_look_aside): Remove CPU_HPPA_RISC_20
        check, test for presence of struct save_state_t and the ss_wide 
        member directly.
        * configure.in:  Remove CPU_HPPA_RISC_20 test.  Add tests for
        HAVE_STRUCT_SAVE_STATE_T and HAVE_STRUCT_MEMBER_SS_WIDE.
        * acconfig.h: Add HAVE_STRUCT_SAVE_STATE_T HAVE_STRUCT_MEMBER_SS_WIDE.
        * configure, config.in: Regenerated.

Tue Mar 23 17:22:57 1999  Philippe De Muyter  <phdm@macqel.be>

	* remote.c, parse.c: Include ctype.h.

Mon Mar 22 13:25:13 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>

	* infttrace.c (proc_wait): rename to ptrace_wait.

1999-03-17  Jason Molenda  (jsm@bugshack.cygnus.com)

	* configure.in (HAVE_MULTIPLE_PROC_FDS): Don't define for Solaris
	hosts--gdb doesn't support this yet.
	* configure: Regenerated.

Tue Mar 16 01:11:33 1999  Andrew Cagney  <cagney@rhino.cygnus.com>

	* target.h (struct target_ops), target.c (debug_to_query),
 	remote.c (pack_hex_byte, remote_query): Promote char parameters to
 	int.  Stops compile problems with pedantic ISO-C compilers.

Tue Mar 16 15:29:04 1999  Stan Shebs  <shebs@andros.cygnus.com>

	* jv-lang.c, jv-lang.h (java_primitive_type): Declare argument
	as int instead of char.

1999-03-15  Jim Blandy  <jimb@zwingli.cygnus.com>

	Merged changes for binary downloads from Michael Snyder:
	
	Fri Mar 12 13:11:48 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * remote.c (remote_write_bytes): fix 'X' packet protocol so that it
        can't overwrite the end of its buffer with escaped characters.

999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>

	Merged changes for HP/UX 9 from Jason Molenda:

	1999-03-08  Jason Molenda  (jsm@bugshack.cygnus.com)

	* infttrace.c (hppa_get_process_events): Removed. Function only 
	usable on HPUX 10 and above.  It is not called by any other part
	of GDB.
	* hppah-nat.c (hppa_get_process_events): Ditto.
	(child_pid_to_exec_file): Only call ptrace with PT_GET_PROCESS_PATHNAME
	if that symbol has been defined.
	* config/pa/nm-hppah.h: Don't set up prototypes et al for 
	hppa_get_process_events.

	* config/pa/hppahpux.mh (TERM_LIB): Do not initialize, let autoconf
	determine best library automatically.
	* config/pa/hpux1020.mh: Ditto.
	* config/pa/hpux1100.mh: Ditto.
	* configure.in (TERM_LIB): Also check for libHcurses.
	* configure: Regenerated.

	Merged changes to accomodate the Hurd:
	
        Thu Mar 11 18:05:11 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>

	* infptrace.c (proc_wait): Rename to ptrace_wait.
	* inftarg.c (child_wait): call ptrace_wait instead of proc_wait.
	* inferior.h: Declare ptrace_wait instead of proc_wait.

1999-03-11  Jim Blandy  <jimb@zwingli.cygnus.com>

	* Makefile.in (VERSION): click to 4.17.86, for next snapshot.