1999-12-23 Andrew Haley <aph@cygnus.com>
authorAndrew Haley <aph@redhat.com>
Thu, 23 Dec 1999 18:41:13 +0000 (18:41 +0000)
committerAndrew Haley <aph@redhat.com>
Thu, 23 Dec 1999 18:41:13 +0000 (18:41 +0000)
* dlltool.c (mtable): mcore how_jtab_roff is 4 bytes into the
jtab; was 8.

binutils/ChangeLog
binutils/dlltool.c

index 9835e66..d53797d 100644 (file)
@@ -1,3 +1,8 @@
+1999-12-23  Andrew Haley  <aph@cygnus.com>
+
+       * dlltool.c (mtable): mcore how_jtab_roff is 4 bytes into the
+       jtab; was 8.
+
 1999-12-17  Nick Clifton  <nickc@cygnus.com>
 
        * dlltool.c (mtable): Stop compile time warnings about missing
index d1335fb..7707f6e 100644 (file)
@@ -557,7 +557,7 @@ mtable[] =
     "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 @@ mtable[] =
     "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 @@ mtable[] =
     "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 @@ mtable[] =
     "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
   }
   ,
   {