From owner-cvs-src@FreeBSD.ORG Fri Jun 25 05:22:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CA2816A4CE; Fri, 25 Jun 2004 05:22:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF1943D6E; Fri, 25 Jun 2004 05:22:38 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5P5JOLl004046; Fri, 25 Jun 2004 05:19:24 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5P5JOnI004045; Fri, 25 Jun 2004 05:19:24 GMT (envelope-from marcel) Message-Id: <200406250519.i5P5JOnI004045@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 25 Jun 2004 05:19:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: FSF Subject: cvs commit: src/contrib/gdb FREEBSD-diffs src/contrib/gdb/gdb ia64-fbsd-nat.c ia64-fbsd-tdep.c ia64-tdep.c ia64-tdep.h inftarg.c remote.c target.h src/contrib/gdb/gdb/config/ia64 fbsd.mh fbsd.mt nm-fbsd.h tm-fbsd.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 05:22:39 -0000 marcel 2004-06-25 05:19:24 UTC FreeBSD src repository Modified files: (Branch: FSF) contrib/gdb/gdb ia64-tdep.c ia64-tdep.h inftarg.c remote.c target.h Added files: (Branch: FSF) contrib/gdb FREEBSD-diffs contrib/gdb/gdb ia64-fbsd-nat.c ia64-fbsd-tdep.c contrib/gdb/gdb/config/ia64 fbsd.mh fbsd.mt nm-fbsd.h tm-fbsd.h Log: Add support for ia64. This code will be contributed to GDB as soon as the legal prerequisites are met. To avoid future merge conflicts, this is added to the vendor branch. The changes are seperately kept in FREEBSD-diffs for easy reference. Revision Changes Path 1.1.2.1 +929 -0 src/contrib/gdb/FREEBSD-diffs (new) 1.1.2.1 +3 -0 src/contrib/gdb/gdb/config/ia64/fbsd.mh (new) 1.1.2.1 +2 -0 src/contrib/gdb/gdb/config/ia64/fbsd.mt (new) 1.1.2.1 +24 -0 src/contrib/gdb/gdb/config/ia64/nm-fbsd.h (new) 1.1.2.1 +34 -0 src/contrib/gdb/gdb/config/ia64/tm-fbsd.h (new) 1.1.2.1 +145 -0 src/contrib/gdb/gdb/ia64-fbsd-nat.c (new) 1.1.2.1 +291 -0 src/contrib/gdb/gdb/ia64-fbsd-tdep.c (new) 1.1.1.3 +67 -64 src/contrib/gdb/gdb/ia64-tdep.c 1.1.1.2 +20 -5 src/contrib/gdb/gdb/ia64-tdep.h 1.1.1.5 +7 -0 src/contrib/gdb/gdb/inftarg.c 1.1.1.5 +43 -0 src/contrib/gdb/gdb/remote.c 1.1.1.5 +3 -1 src/contrib/gdb/gdb/target.h