public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* 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

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).