mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
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:
parent
ed9a39ebf9
commit
893addd8f4
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
,
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user