diff options
author | Christian Groessler <chris@groessler.org> | 2003-10-31 21:33:59 +0000 |
---|---|---|
committer | Christian Groessler <chris@groessler.org> | 2003-10-31 21:33:59 +0000 |
commit | eb9618da3ba4345e13555f7f80b6ee58e3eadde4 (patch) | |
tree | e7b5df2295fc14d715f65b7229c5258bfa9a637d /gas | |
parent | 2f4950cde90304184044c21f6295f61db1bb7e0e (diff) | |
download | fsf-binutils-gdb-eb9618da3ba4345e13555f7f80b6ee58e3eadde4.zip fsf-binutils-gdb-eb9618da3ba4345e13555f7f80b6ee58e3eadde4.tar.gz fsf-binutils-gdb-eb9618da3ba4345e13555f7f80b6ee58e3eadde4.tar.bz2 |
* config/tc-i860.c (md_pcrel_from): Fix typo in comment.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-i860.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b6bec05..e7584d5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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> * configure.in (arm-*-vxworks, i386-*-vxworks, mips-*-vxworks, diff --git a/gas/config/tc-i860.c b/gas/config/tc-i860.c index 6362c16..c65a92d 100644 --- a/gas/config/tc-i860.c +++ b/gas/config/tc-i860.c @@ -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 - of the offset plus its size. */ + offset plus its size. */ long md_pcrel_from (fixS *fixP) { |