diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-12-05 13:20:10 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-12-05 13:20:10 +0000 |
commit | 6609fa7475519eeee34272b25d38995906cb315e (patch) | |
tree | bb8093abe705e2e36da9454b63e32a1eb1c36129 /bfd/elf32-i960.c | |
parent | 62fd9fad960dc88e1d36328841c34934b6615925 (diff) | |
download | gdb-6609fa7475519eeee34272b25d38995906cb315e.zip gdb-6609fa7475519eeee34272b25d38995906cb315e.tar.gz gdb-6609fa7475519eeee34272b25d38995906cb315e.tar.bz2 |
2000-12-05 Kazu Hirata <kazu@hxi.com>
* elf32-fr30.c: Fix formatting.
* elf32-hppa.c: Likewise.
* elf32-i370.c: Likewise.
* elf32-i386.c: Likewise.
* elf32-i860.c: Likewise.
* elf32-i960.c: Likewise.
Diffstat (limited to 'bfd/elf32-i960.c')
-rw-r--r-- | bfd/elf32-i960.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i960.c b/bfd/elf32-i960.c index 839fc3d..20ee48b 100644 --- a/bfd/elf32-i960.c +++ b/bfd/elf32-i960.c @@ -129,7 +129,7 @@ elf32_i960_relocate (abfd, { reloc_entry->addend -= symbol->value; } - /* This is more dubious. */ + /* This is more dubious. */ else if (output_bfd != (bfd *) NULL && (symbol->flags & BSF_SECTION_SYM) != 0) { |