* h8300 elf relax
@ 2003-05-04 1:47 Paul
2003-05-12 8:48 ` Nick Clifton
0 siblings, 1 reply; 2+ messages in thread
From: Paul @ 2003-05-04 1:47 UTC (permalink / raw)
To: binutils
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) */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: h8300 elf relax
2003-05-04 1:47 h8300 elf relax Paul
@ 2003-05-12 8:48 ` Nick Clifton
0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2003-05-12 8:48 UTC (permalink / raw)
To: Paul; +Cc: binutils
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)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-05-12 8:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-04 1:47 h8300 elf relax Paul
2003-05-12 8:48 ` Nick Clifton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).