public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Re: dlltool patch
@ 1999-12-23 11:51 Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 1999-12-23 11:51 UTC (permalink / raw)
  To: aph; +Cc: binutils

Hi Andrew,

: This is a fairly obvious (when you find it - sigh :-) thinko.

And I wish I had thought of it at the time that I was writing the
code!  *sigh*

: Andrew.
: 
: 1999-12-23  Andrew Haley  <aph@cygnus.com>
: 
:         * dlltool.c (mtable): mcore how_jtab_roff is 4 bytes into the
:         jtab; was 8.

This patch is approved - please check it in.

Cheers
	Nick

^ permalink raw reply	[flat|nested] 2+ messages in thread

* dlltool patch
@ 1999-12-23 10:44 Andrew Haley
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Haley @ 1999-12-23 10:44 UTC (permalink / raw)
  To: binutils

This is a fairly obvious (when you find it - sigh :-) thinko.

Andrew.

1999-12-23  Andrew Haley  <aph@cygnus.com>

        * dlltool.c (mtable): mcore how_jtab_roff is 4 bytes into the
        jtab; was 8.


Index: dlltool.c
===================================================================
RCS file: /cvs/binutils/binutils/binutils/dlltool.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- dlltool.c	1999/12/17 18:40:42	1.19
+++ dlltool.c	1999/12/23 18:41:13	1.20
@@ -557,7 +557,7 @@
     "jmpi\t1\n\tnop\n\t.long",
     ".global", ".space", ".align\t2",".align\t4", "",
     "pe-mcore-big", bfd_arch_mcore,
-    mcore_be_jtab, sizeof (mcore_be_jtab), 8
+    mcore_be_jtab, sizeof (mcore_be_jtab), 4
   }
   ,
   {
@@ -566,7 +566,7 @@
     "jmpi\t1\n\tnop\n\t.long",
     ".global", ".space", ".align\t2",".align\t4", "-EL",
     "pe-mcore-little", bfd_arch_mcore,
-    mcore_le_jtab, sizeof (mcore_le_jtab), 8
+    mcore_le_jtab, sizeof (mcore_le_jtab), 4
   }
   ,
   {
@@ -575,7 +575,7 @@
     "jmpi\t1\n\tnop\n\t.long",
     ".global", ".space", ".align\t2",".align\t4", "",
     "elf32-mcore-big", bfd_arch_mcore,
-    mcore_be_jtab, sizeof (mcore_be_jtab), 8
+    mcore_be_jtab, sizeof (mcore_be_jtab), 4
   }
   ,
   {
@@ -584,7 +584,7 @@
     "jmpi\t1\n\tnop\n\t.long",
     ".global", ".space", ".align\t2",".align\t4", "-EL",
     "elf32-mcore-little", bfd_arch_mcore,
-    mcore_le_jtab, sizeof (mcore_le_jtab), 8
+    mcore_le_jtab, sizeof (mcore_le_jtab), 4
   }
   ,
   {

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-12-23 11:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-23 11:51 dlltool patch Nick Clifton
  -- strict thread matches above, loose matches on Subject: below --
1999-12-23 10:44 Andrew Haley

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