Received: by mail.netbsd.org (Postfix, from userid 605) id DB0E014A0F1; Sat, 2 Jul 2011 17:37:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DCB9C14A0ED for ; Sat, 2 Jul 2011 17:37:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id snMN9ZWlQ6Wg for ; Sat, 2 Jul 2011 17:37:29 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 59EE114A0D9 for ; Sat, 2 Jul 2011 17:37:29 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2A414175DD; Sat, 2 Jul 2011 17:37:29 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 2 Jul 2011 17:37:29 +0000 From: "Izumi Tsutsui" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20110702173729.2A414175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Izumi Tsutsui" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: tsutsui Date: Sat Jul 2 17:37:29 UTC 2011 Modified Files: src/distrib/cats/instkernel: Makefile src/distrib/shark/instkernel/instkernel: Makefile src/sys/arch/cats/conf: Makefile.cats.inc Log Message: Sync with src/sys/arch/shark/conf/Makefile.shark.inc rev 1.14: > also need to strip out GCC 4.5's new .debug_pubtypes section. > while here, minor cleanup. XXX: probably we should have something like ${ARM_AOUT_REMOVE_SECTIONS} XXX: in bsd.own.mk To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/distrib/cats/instkernel/Makefile cvs rdiff -u -r1.21 -r1.22 src/distrib/shark/instkernel/instkernel/Makefile cvs rdiff -u -r1.23 -r1.24 src/sys/arch/cats/conf/Makefile.cats.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.