This is the mail archive of the gdb-cvs@sourceware.org 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]
Other format: [Raw text]

src/gdb ChangeLog NEWS Makefile.in configure.h ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	kettenis@sourceware.org	2006-12-15 23:57:35

Modified files:
	gdb            : ChangeLog NEWS Makefile.in configure.host 
	                 shnbsd-nat.c 
	gdb/config/sh  : nbsd.mh 

Log message:
	Add OpenBSD/sh native support.
	* NEWS (New native configurations): Mention OpenBSD/sh.
	* configure.host: Add sh*-*-openbsd*.
	* shnbsd-nat.c: Include "inf-ptrace.h".
	(shnbsd_fetch_inferior_registers): Rename from
	fetch_inferior_registers.  Make static.
	(shnbsd_store_inferior_registers): Rename from
	store_inferior_registers.  Make static.
	(_initialize_shnbsd_nat): New function.
	* Makefile.in (shnbsd-nat.o): Update dependencies.
	* config/sh/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove.
	(NATDEPFILES): Remove infptrace.o and inftarg.o.  Add
	inf-ptrace.o.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.8023&r2=1.8024
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.205&r2=1.206
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.856&r2=1.857
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.host.diff?cvsroot=src&r1=1.96&r2=1.97
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/shnbsd-nat.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/sh/nbsd.mh.diff?cvsroot=src&r1=1.3&r2=1.4


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