From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2909 invoked by alias); 21 Apr 2007 07:32:30 -0000 Received: (qmail 2900 invoked by uid 22791); 21 Apr 2007 07:32:29 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 21 Apr 2007 08:32:27 +0100 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l3L7ULLx025540; Sat, 21 Apr 2007 03:30:22 -0400 Received: from pobox.surrey.redhat.com (pobox.fab.redhat.com [10.33.63.12]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l3L7UL4Y003618; Sat, 21 Apr 2007 03:30:21 -0400 Received: from [10.33.6.5] (vpn-6-5.fab.redhat.com [10.33.6.5]) by pobox.surrey.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l3L7UKan020250; Sat, 21 Apr 2007 08:30:20 +0100 Message-ID: <4629BD8A.2020703@redhat.com> Date: Sat, 21 Apr 2007 11:38:00 -0000 From: Nick Clifton User-Agent: Thunderbird 1.5.0.9 (X11/20061215) MIME-Version: 1.0 To: Nathan Froyd CC: binutils@sourceware.org Subject: Re: [PATCH] add --reverse option to objcopy References: <20070413144921.GB9017@sparrowhawk.codesourcery.com> <4628C108.3060902@redhat.com> <20070420170410.GT9017@sparrowhawk.codesourcery.com> In-Reply-To: <20070420170410.GT9017@sparrowhawk.codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2007-04/txt/msg00283.txt.bz2 Hi Nathan, > binutils/ > 2007-04-20 Nathan Froyd > Phil Edwards > Thomas de Lellis > > * objcopy.c (reverse_bytes): New variable. > (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN. > (copy_options, copy_usage): Add "reverse-bytes" entry. > (copy_section): Reverse bytes within output sections. > * doc/binutils.texi: Document new objcopy option. > > binutils/testsuite/ > 2007-04-20 Nathan Froyd > Phil Edwards > Thomas de Lellis > > * binutils-all/objcopy.exp: Add test for --reverse-bytes. Approved - please apply. Cheers Nick