From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 494 invoked by alias); 16 Nov 2004 03:32:47 -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 482 invoked from network); 16 Nov 2004 03:32:44 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 16 Nov 2004 03:32:44 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CTu57-0000e0-Mo; Mon, 15 Nov 2004 22:32:37 -0500 Date: Tue, 16 Nov 2004 03:32:00 -0000 From: Daniel Jacobowitz To: Mark Mitchell Cc: binutils@sources.redhat.com Subject: Re: PATCH: Correct handling of R_ARM_TARGET2 in elf32_arm_relocate_section Message-ID: <20041116033237.GA2428@nevyn.them.org> Mail-Followup-To: Mark Mitchell , binutils@sources.redhat.com References: <200411160248.iAG2mEji007731@sirius.codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411160248.iAG2mEji007731@sirius.codesourcery.com> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-11/txt/msg00234.txt.bz2 On Mon, Nov 15, 2004 at 06:48:14PM -0800, Mark Mitchell wrote: > + #ifndef OLD_ARM_ABI > + r_type = arm_real_reloc_type (globals, r_type); > + #endif I'm delighted to say you don't need the #ifndef any more. -- Daniel Jacobowitz