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

* dlltool.c (mtable): mcore how_jtab_roff is 4 bytes into the
	jtab; was 8.
This commit is contained in:
Andrew Haley 1999-12-23 18:41:13 +00:00
parent ed9a39ebf9
commit 893addd8f4
2 changed files with 9 additions and 4 deletions

View 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

View 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
}
,
{