From owner-cvs-all@FreeBSD.ORG Thu Jan 4 16:12:12 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8573D16A416; Thu, 4 Jan 2007 16:12:12 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 75E6713C461; Thu, 4 Jan 2007 16:12:12 +0000 (UTC) (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 l04GCCx7056092; Thu, 4 Jan 2007 16:12:12 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l04GCCaV056091; Thu, 4 Jan 2007 16:12:12 GMT (envelope-from joerg) Message-Id: <200701041612.l04GCCaV056091@repoman.freebsd.org> From: Joerg Wunsch Date: Thu, 4 Jan 2007 16:12:12 +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-binutils Makefile ports/devel/avr-binutils/files patch-atmega256x patch-coff-avr 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, 04 Jan 2007 16:12:12 -0000 joerg 2007-01-04 16:12:12 UTC FreeBSD ports repository Modified files: devel/avr-binutils Makefile devel/avr-binutils/files patch-atmega256x patch-coff-avr Log: Fix a compiler warning in the AVR-COFF generator that appeared with GCC 4.x, and caused the compilation to fail due to the -Werror option used. Remove an annoying assembler warning in the ATmega256x patch that was frequently triggered by large C switch() statements in GCC, and generally considered to be a regression. The author of that patch agreed that the warning isn't particularly useful anyway for a number of reasons, and recommended to just drop it. Revision Changes Path 1.37 +1 -1 ports/devel/avr-binutils/Makefile 1.2 +1 -1 ports/devel/avr-binutils/files/patch-atmega256x 1.5 +1 -1 ports/devel/avr-binutils/files/patch-coff-avr