From owner-cvs-all@FreeBSD.ORG Thu Sep 28 21:44:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57CE816A407; Thu, 28 Sep 2006 21:44:53 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A93743D55; Thu, 28 Sep 2006 21:44:53 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8SLiqTJ058641; Thu, 28 Sep 2006 21:44:53 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8SLiqkr058640; Thu, 28 Sep 2006 21:44:52 GMT (envelope-from joerg) Message-Id: <200609282144.k8SLiqkr058640@repoman.freebsd.org> From: Joerg Wunsch Date: Thu, 28 Sep 2006 21:44:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/avr-gcc-devel Makefile ports/devel/avr-gcc-devel/files patch-dwarf patch-zz-atmega256x X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2006 21:44:53 -0000 joerg 2006-09-28 21:44:52 UTC FreeBSD ports repository Modified files: devel/avr-gcc-devel Makefile devel/avr-gcc-devel/files patch-dwarf patch-zz-atmega256x Log: Fix the COMMENT to tell this is GCC 4.x rather than 3.x. Pointed out by Simon Barner. Revert the default debugging format to stabs but offer DWARF-2 as an option (rather than being the default). AVR-GDB currently understands stabs much better than DWARF-2. Fix a bug in patch-zz-atmega256x that caused -fcall-prologues to generate faulty code. This affected libgcc.a as it uses this option. This bug has been originally found and fixed by Wang Guohui but I missed his fix when adding the patch here. Revision Changes Path 1.9 +3 -2 ports/devel/avr-gcc-devel/Makefile 1.2 +2 -1 ports/devel/avr-gcc-devel/files/patch-dwarf 1.2 +1 -1 ports/devel/avr-gcc-devel/files/patch-zz-atmega256x