From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16347 invoked by alias); 12 May 2003 08:48:31 -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 16154 invoked from network); 12 May 2003 08:48:29 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 12 May 2003 08:48:29 -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 h4C8mTH00484 for ; Mon, 12 May 2003 04:48:29 -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 h4C8mTI03069; Mon, 12 May 2003 04:48:29 -0400 Received: from localhost.localdomain.redhat.com (vpn50-19.rdu.redhat.com [172.16.50.19]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4C8mP824127; Mon, 12 May 2003 04:48:27 -0400 Date: Mon, 12 May 2003 08:48:00 -0000 Message-Id: <200305120848.h4C8mP824127@pobox.corp.redhat.com> To: Paul Cc: binutils@sources.redhat.com Subject: Re: h8300 elf relax References: <3EB4707E.8080708@senet.com.au> From: Nick Clifton X-SW-Source: 2003-05/txt/msg00368.txt.bz2 Hi Paul, MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > There is a typo in the h8300 8 bit reloc name --- > elf32-h8300.c 2003-05-04 10:56:55.000000000 +0930 > +++ bfd/elf32-h8300.c 2003-05-03 22:19:51.000000000 +0930 > @@ -108,17 +108,17 @@ static reloc_howto_type h8_elf_howto_tab > HOWTO (R_H8_DIR8, /* type */ > 0, /* rightshift */ > 0, /* size (0 = byte, 1 = short, 2 = long) */ > 8, /* bitsize */ > FALSE, /* pc_relative */ > 0, /* bitpos */ > complain_overflow_dont, /* complain_on_overflow */ > special, /* special_function */ > - "R_H8_DIR16", /* name */ > + "R_H8_DIR8", /* name */ > FALSE, /* partial_inplace */ > 0, /* src_mask */ > 0x000000ff, /* dst_mask */ > FALSE), /* pcrel_offset */ > #define R_H8_DIR16A8_X (R_H8_DIR8_X + 1) > HOWTO (R_H8_DIR16A8, /* type */ > 0, /* rightshift */ > 1, /* size (0 = byte, 1 = short, 2 = long) */ Thanks - patched. Cheers Nick Date: Mon, 12 May 2003 09:42:08 +0100 In-Reply-To: <3EB4707E.8080708@senet.com.au> (paulc@senet.com.au's message of "Sun, 04 May 2003 11:14:30 +0930") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux)