From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11990 invoked by alias); 4 May 2003 01:47:49 -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 11980 invoked from network); 4 May 2003 01:47:48 -0000 Received: from unknown (HELO pluto.senet.com.au) (203.56.239.150) by sources.redhat.com with SMTP; 4 May 2003 01:47:48 -0000 Received: from senet.com.au (kryten.senet.com.au [203.11.90.208]) by pluto.senet.com.au (8.12.9/8.12.8) with ESMTP id h441ljQr051886 for ; Sun, 4 May 2003 11:17:46 +0930 (CST) Message-ID: <3EB4707E.8080708@senet.com.au> Date: Sun, 04 May 2003 01:47:00 -0000 From: Paul User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: en-us, en MIME-Version: 1.0 To: binutils@sources.redhat.com Subject: h8300 elf relax Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00076.txt.bz2 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) */