From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12602 invoked by alias); 18 Mar 2005 17:22:44 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 12480 invoked from network); 18 Mar 2005 17:22:33 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 18 Mar 2005 17:22:33 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j2IHMXLo019180 for ; Fri, 18 Mar 2005 12:22:33 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j2IHMWY16537; Fri, 18 Mar 2005 12:22:32 -0500 Received: from [172.31.0.98] (vpnuser8.surrey.redhat.com [172.16.9.8]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j2IHMUBW013210; Fri, 18 Mar 2005 17:22:30 GMT Message-ID: <423B1153.5070502@redhat.com> Date: Fri, 18 Mar 2005 19:33:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: C Jaiprakash CC: binutils@sources.redhat.com, binutils@sourceware.org, cjaiprakash@noida.hcltech.com Subject: Re: Patches for review [Plt entry generation for coldfire v4e] References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-03/txt/msg00533.txt.bz2 Message-ID: <20050318193300.BIP9R3lPSCYVgQWxDOSzmsaPBjRVxlIwLuvLLeMAPHk@z> Hi C Jaiprakash, > I am sorry for the disclaimer attached with my previous mail.. I am > resending the patches from other mail id. Thank you. Your patches are fine. There were a few minor formatting problems, but I have taken care of these and then applied them. Cheers Nick include/elf/ChangeLog 2005-03-18 C Jaipraash * m68k.h (EF_CFV4E): Define. bfd/ChangeLog 2005-03-18 C Jaiprakash * elf32-m68k.c (elf_cfv4e_plt0_entry): plt entry for coldfire v4e. (elf_m68k_adjust_dynamic_symbol,elf_m68k_finish_dynamic_symbol, elf_m68k_finish_dynamic_sections): Use it. gas/ChangeLog 2005-03-18 C Jaiprakash * config/tc-m68k.c (m68k_elf_final_processing): Set file specific flag for coldfire v4e.