From owner-cvs-src@FreeBSD.ORG Fri Jul 16 05:03:42 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 C60BA16A4CE; Fri, 16 Jul 2004 05:03:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD4D043D5F; Fri, 16 Jul 2004 05:03:42 +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 i6G53gLo085111; Fri, 16 Jul 2004 05:03:42 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6G53gsR085110; Fri, 16 Jul 2004 05:03:42 GMT (envelope-from marcel) Message-Id: <200407160503.i6G53gsR085110@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 16 Jul 2004 05:03:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gdb/arch/alpha config.h src/gnu/usr.bin/gdb/arch/amd64 config.h src/gnu/usr.bin/gdb/arch/i386 config.h src/gnu/usr.bin/gdb/arch/sparc64 config.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, 16 Jul 2004 05:03:42 -0000 marcel 2004-07-16 05:03:42 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/arch/alpha config.h gnu/usr.bin/gdb/arch/amd64 config.h gnu/usr.bin/gdb/arch/i386 config.h gnu/usr.bin/gdb/arch/ia64 config.h gnu/usr.bin/gdb/arch/sparc64 config.h Log: Update config.h to account for the prgregset_t and psaddr_t types that have been added to . This change has no effect because the source file that would be affected is not compiled on FreeBSD. Hence, this is for completeness only. Revision Changes Path 1.2 +2 -2 src/gnu/usr.bin/gdb/arch/alpha/config.h 1.2 +2 -2 src/gnu/usr.bin/gdb/arch/amd64/config.h 1.2 +2 -2 src/gnu/usr.bin/gdb/arch/i386/config.h 1.2 +2 -2 src/gnu/usr.bin/gdb/arch/ia64/config.h 1.2 +2 -2 src/gnu/usr.bin/gdb/arch/sparc64/config.h