head	1.4;
access;
symbols
	RELENG_6_4_0_RELEASE:1.3.12.1
	RELENG_6_4:1.3.0.12
	RELENG_6_4_BP:1.3
	RELENG_6_3_0_RELEASE:1.3
	RELENG_6_3:1.3.0.10
	RELENG_6_3_BP:1.3
	RELENG_6_2_0_RELEASE:1.3
	RELENG_6_2:1.3.0.8
	RELENG_6_2_BP:1.3
	RELENG_5_5_0_RELEASE:1.1
	RELENG_5_5:1.1.0.8
	RELENG_5_5_BP:1.1
	RELENG_6_1_0_RELEASE:1.3
	RELENG_6_1:1.3.0.6
	RELENG_6_1_BP:1.3
	RELENG_6_0_0_RELEASE:1.3
	RELENG_6_0:1.3.0.4
	RELENG_6_0_BP:1.3
	RELENG_6:1.3.0.2
	RELENG_6_BP:1.3
	RELENG_5_4_0_RELEASE:1.1
	RELENG_5_4:1.1.0.6
	RELENG_5_4_BP:1.1
	RELENG_5_3_0_RELEASE:1.1
	RELENG_5_3:1.1.0.4
	RELENG_5_3_BP:1.1
	RELENG_5:1.1.0.2
	RELENG_5_BP:1.1;
locks; strict;
comment	@# @;


1.4
date	2006.08.23.12.14.25;	author ru;	state dead;
branches;
next	1.3;

1.3
date	2004.12.05.06.58.59;	author marcel;	state Exp;
branches
	1.3.2.1
	1.3.12.1;
next	1.2;

1.2
date	2004.11.30.05.12.35;	author marcel;	state Exp;
branches;
next	1.1;

1.1
date	2004.06.25.06.48.53;	author marcel;	state Exp;
branches;
next	;

1.3.2.1
date	2012.11.17.07.39.18;	author svnexp;	state Exp;
branches;
next	;

1.3.12.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove alpha-specific stuff.

Approved by:	marcel
@
text
@# $FreeBSD: src/gnu/usr.bin/gdb/arch/alpha/Makefile,v 1.3 2004/12/05 06:58:59 marcel Exp $

.if !defined(GDB_CROSS_DEBUGGER)
LIBSRCS+= core-regset.c solib.c solib-legacy.c solib-svr4.c
LIBSRCS+= alphabsd-nat.c
.endif
LIBSRCS+= alpha-mdebug-tdep.c alpha-tdep.c alphabsd-tdep.c alphafbsd-tdep.c

nm.h:
	echo '#include "alpha/nm-fbsd.h"' > ${.TARGET}

tm.h:
	echo '#include "alpha/tm-alpha.h"' > ${.TARGET}
@


1.3
log
@Source changes to allow building a cross-debugger. Move solib.c and
solib-svr4.c to the MD makefiles because they are native files for
alpha and sparc64, but target files for amd64, i386 and ia64.

Note that kgdb(1) does not yet build as a cross-debugger due to
libkvm.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3.2.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/gnu/usr.bin/gdb/arch/alpha/Makefile 138383 2004-12-05 06:59:01Z marcel $
@


1.3.12.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.2
log
@Makefile (only) changes to allow building a cross debugger.
@
text
@d4 1
a4 1
LIBSRCS+= core-regset.c solib-legacy.c
@


1.1
log
@Add bmake glue for gdb 6.1.1. Supports alpha, amd64, i386, ia64
and sparc64.

Note that the debugger doesn't support threading, nor kernel
debugging yet.
@
text
@d3 1
d5 3
a7 2
LIBSRCS+= alpha-mdebug-tdep.c alpha-tdep.c alphabsd-nat.c alphabsd-tdep.c \
	alphafbsd-tdep.c
@

