From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10568 invoked by alias); 21 Oct 2011 19:06:53 -0000 Received: (qmail 10551 invoked by uid 22791); 21 Oct 2011 19:06:50 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from newsmtp5.atmel.com (HELO sjogate2.atmel.com) (204.2.163.5) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Oct 2011 19:06:36 +0000 Received: from csomb01.corp.atmel.com ([10.95.30.150]) by sjogate2.atmel.com (8.13.6/8.13.6) with ESMTP id p9LJ2o32008667; Fri, 21 Oct 2011 12:02:55 -0700 (PDT) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [Patch,AVR] Clean-up avr.c: Break long lines, move targetm to end of file. Date: Fri, 21 Oct 2011 19:29:00 -0000 Message-ID: <8D64F155F1C88743BFDC71288E8E2DA804F542B4@csomb01.corp.atmel.com> In-Reply-To: <4EA1BF32.6050202@gjlay.de> References: <4EA1BF32.6050202@gjlay.de> From: "Weddington, Eric" To: "Georg-Johann Lay" , Cc: "Denis Chertykov" Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg02024.txt.bz2 > -----Original Message----- > From: Georg-Johann Lay [mailto:avr@gjlay.de] > Sent: Friday, October 21, 2011 12:52 PM > To: gcc-patches@gcc.gnu.org > Cc: Weddington, Eric; Denis Chertykov > Subject: [Patch,AVR] Clean-up avr.c: Break long lines, move targetm to end > of file. >=20 > No functional change, just a bit of clean-up. >=20 > Definition of targetm is moved towards end of the file. >=20 > Ok for trunk? Please commit. :-)