summaryrefslogtreecommitdiffstats
path: root/binutils/dlltool.c
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>1999-12-23 18:41:13 +0000
committerAndrew Haley <aph@redhat.com>1999-12-23 18:41:13 +0000
commit893addd8f424e874cd8c2d7dbfdc554787cb91aa (patch)
tree04c23abb3e9bb69deb0ae491480570cbd4637e7e /binutils/dlltool.c
parented9a39ebf9f55562c7c582155f6721c3e685ce91 (diff)
downloadppe42-binutils-893addd8f424e874cd8c2d7dbfdc554787cb91aa.tar.gz
ppe42-binutils-893addd8f424e874cd8c2d7dbfdc554787cb91aa.zip
1999-12-23 Andrew Haley <aph@cygnus.com>
* dlltool.c (mtable): mcore how_jtab_roff is 4 bytes into the jtab; was 8.
Diffstat (limited to 'binutils/dlltool.c')
-rw-r--r--binutils/dlltool.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/dlltool.c b/binutils/dlltool.c
index d1335fb77c..7707f6e58d 100644
--- a/binutils/dlltool.c
+++ b/binutils/dlltool.c
@@ -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
}
,
{
OpenPOWER on IntegriCloud