From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22267 invoked by alias); 4 Mar 2003 20:13:27 -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 22257 invoked from network); 4 Mar 2003 20:13:25 -0000 Received: from unknown (HELO rwcrmhc52.attbi.com) (216.148.227.88) by 172.16.49.205 with SMTP; 4 Mar 2003 20:13:25 -0000 Received: from lucon.org (12-234-88-5.client.attbi.com[12.234.88.5]) by rwcrmhc52.attbi.com (rwcrmhc52) with ESMTP id <2003030420132405200ps0p0e>; Tue, 4 Mar 2003 20:13:24 +0000 Received: by lucon.org (Postfix, from userid 1000) id B1ADC2C67D; Tue, 4 Mar 2003 12:13:22 -0800 (PST) Date: Tue, 04 Mar 2003 20:13:00 -0000 From: "H. J. Lu" To: rth@redhat.com Cc: binutils@sources.redhat.com Subject: IA64 linker is broken Message-ID: <20030304121322.A30843@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-SW-Source: 2003-03/txt/msg00068.txt.bz2 Hi Richard, You added a call to get_dyn_sym_info in your last change without checking relocation type. Now --foo.s-- .section .text { .mib nop.m 0 nop.i 0 br.cond.dpnt.many .b1_1 ;; } .section .text1 .b1_1: { .mii nop.m 0 nop.i 0 nop.i 0 } ---- No longer works. You may want to check the relocation type first. H.J.