Subject: CVS commit: gnusrc/gnu/dist/toolchain/gdb
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/29/2001 10:21:50
Module Name:	gnusrc
Committed By:	thorpej
Date:		Thu Nov 29 08:21:49 UTC 2001

Modified Files:
	gnusrc/gnu/dist/toolchain/gdb: i386nbsd-nat.c
	gnusrc/gnu/dist/toolchain/gdb/config/i386: nbsd.mh nbsd.mt
Added Files:
	gnusrc/gnu/dist/toolchain/gdb: i386nbsd-tdep.c

Log Message:
- Split some target-dependent stuff for i386-netbsd out of i386nbsd-nat.c
  and place it in i386nbsd-tdep.c (new file).
- Move solib.o from TDEPFILES to NATDEPFILES (solib.c requires target
  headers, namely <link_elf.h>).

Fixes build of cross-gdb pointed at i386--netbsd target.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 gnusrc/gnu/dist/toolchain/gdb/i386nbsd-nat.c
cvs rdiff -r0 -r1.1 gnusrc/gnu/dist/toolchain/gdb/i386nbsd-tdep.c
cvs rdiff -r1.2 -r1.3 gnusrc/gnu/dist/toolchain/gdb/config/i386/nbsd.mh
cvs rdiff -r1.1.1.1 -r1.2 gnusrc/gnu/dist/toolchain/gdb/config/i386/nbsd.mt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.