From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6988 invoked by alias); 29 Jul 2003 15:03:46 -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 6981 invoked from network); 29 Jul 2003 15:03:45 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 29 Jul 2003 15:03:45 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h6TF3jZ24164 for ; Tue, 29 Jul 2003 11:03:45 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6TF3jI23075; Tue, 29 Jul 2003 11:03:45 -0400 Received: from localhost.localdomain.redhat.com (vpnuser4.stuttgart.redhat.com [172.16.4.4]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6TF3aL03464; Tue, 29 Jul 2003 11:03:43 -0400 To: kaz Kojima Cc: binutils@sources.redhat.com Subject: Re: [PATCH] elf32-sh.c: Use SYMBOL_CALLS_LOCAL References: <200307241051.h6OApCY29769@r-rr.iij4u.or.jp> From: Nick Clifton Date: Tue, 29 Jul 2003 15:03:00 -0000 In-Reply-To: <200307241051.h6OApCY29769@r-rr.iij4u.or.jp> (kaz Kojima's message of "Thu, 24 Jul 2003 20:00:12 +0900") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00582.txt.bz2 Hi Kaz, > 2003-07-24 Kaz Kojima > > * elf32-sh.c (sh_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL. > (allocate_dynrelocs): Likewise. > (sh_elf_relocate_section): Likewise. Use SYMBOL_REFERENCES_LOCAL. > (sh_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL. Approved - please apply. Cheers Nick