2005-05-25  Paul Brook  <paul@ocdesourcery.com>

	* rdi-stub.c (main): Call init_sockets here...
	(init_gdb): ... instead of here.
	(cleanup): Call cleanup_sockets here...
	(cleanup_gdb): ... instead of here.

2005-03-28  Paul Brook  <paul@codesourcery.com>

	* rdi-stub.c (gdb_cmd_query): Print regnum in hex.

2005-03-27  Paul Brook  <paul@codesourcery.com>

	VFP support.
	* rdi-stub.c: Include rdi_sdm.h.
	(NUM_GDB_G_REGS, NUM_VFP_REGS): Define.
	(gdb_regmap): Add.
	(struct rdi_stub_state): Add rdi_arm_moduleid, rdi_vfp_moduleid,
	gdb_vfp_regnum, vfp_regmap.
	(init_sordi): Call SORDIInfo_ControllerCapabilities.
	(rdi_process_module): New function.
	(init_rdi_modules): Use it.
	(gdb_cmd_query): New function.
	(gdb_callbacks): Add it.
	(set_reg, get_reg): New function.
	(transfer_reg): Use them.  Handle VFP regs.

2005-03-25  Paul Brook  <paul@codesourcery.com>

	* rdi-stub.c (struct gdb_point): Add type field.
	(add_stop_info): New function.
	(gdb_signal): Use it.
	(gdb_sigwatch): Implement.
	(gdb_cmd_addpoint): Set type field.

2005-03-21  Paul Brook  <paul@codesourcery.com>

	* rdi-stub.c (transfer_reg): Reply 'x' for unimplemented registers.
	(gdb_cmd_read_one_reg): Unimplemented registers are not a hard error.

2005-03-20  Mark Mitchell  <mark@codesourcery.com>

	* Makefile.in (install): Create destination directory.  Fix typo.

	* Makefile: Remove.
	* Makefile.in: New file.
	* config.guess: Likewise.
	* config.sub: Likewise.
	* configure.ac: Likewise.
	* install-sh: Likewise.
	* configure: Regenerated.
	* config.h.in: Likewise.

	* rdi-stub.c: Conditionalize header files using autoconf macros.
	(rdi_stub_state): Adjust type of dsohandle for Windows.
	(init_dso): Use LoadLibrary (instead of dlopen) on Windows.
	(cleanup_dso): Use FreeLibrary (instead of dlclose) on Windows.
	(init_sockets): Unify Windows and non-Windows versions.
	(cleanup_sockets): Likewise.
	(cleanup_connection): Use Windows name for shutdown argument.
	
