diff options
author | Christian Groessler <chris@groessler.org> | 2003-08-31 18:25:09 +0000 |
---|---|---|
committer | Christian Groessler <chris@groessler.org> | 2003-08-31 18:25:09 +0000 |
commit | 32d920dd70bdc81274d5370e633b48c51e9b96aa (patch) | |
tree | f23e77ef1fae61186d810bccfa416433f7582b91 /bfd | |
parent | 1c0881ddd90f76eb7ececedfdcaa96f4c40e14d6 (diff) | |
download | gdb-32d920dd70bdc81274d5370e633b48c51e9b96aa.zip gdb-32d920dd70bdc81274d5370e633b48c51e9b96aa.tar.gz gdb-32d920dd70bdc81274d5370e633b48c51e9b96aa.tar.bz2 |
fixed comment for i860_howto_pc26_reloc
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/elf32-i860.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/elf32-i860.c b/bfd/elf32-i860.c index 78e5a34..209cbe6 100644 --- a/bfd/elf32-i860.c +++ b/bfd/elf32-i860.c @@ -26,8 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "elf-bfd.h" #include "elf/i860.h" -/* special_function for R_860_PC26 relocation. - Derived from bfd_elf_generic_reloc (elf.c) with modifications. */ +/* special_function for R_860_PC26 relocation. */ static bfd_reloc_status_type i860_howto_pc26_reloc (bfd *abfd ATTRIBUTE_UNUSED, arelent *reloc_entry, |