This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: h8300 elf relax


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: <m3u1c0ften.fsf@redhat.com>
User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]