* config/tc-i860.c (md_pcrel_from): Fix typo in comment.
This commit is contained in:
parent
2f4950cde9
commit
eb9618da3b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-10-31 Christian Groessler <chris@groessler.org>
|
||||||
|
|
||||||
|
* config/tc-i860.c (md_pcrel_from): Fix typo in comment.
|
||||||
|
|
||||||
2003-10-29 Phil Edwards <phil@codesourcery.com>
|
2003-10-29 Phil Edwards <phil@codesourcery.com>
|
||||||
|
|
||||||
* configure.in (arm-*-vxworks, i386-*-vxworks, mips-*-vxworks,
|
* configure.in (arm-*-vxworks, i386-*-vxworks, mips-*-vxworks,
|
||||||
|
|
|
@ -1233,7 +1233,7 @@ md_section_align (segT segment ATTRIBUTE_UNUSED,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* On the i860, a PC-relative offset is relative to the address of the
|
/* On the i860, a PC-relative offset is relative to the address of the
|
||||||
of the offset plus its size. */
|
offset plus its size. */
|
||||||
long
|
long
|
||||||
md_pcrel_from (fixS *fixP)
|
md_pcrel_from (fixS *fixP)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue