summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt
diff options
context:
space:
mode:
authorIvan Kuten <ivan.kuten@promwad.com>2007-11-08 11:03:35 +0000
committerIvan Kuten <ivan.kuten@promwad.com>2007-11-08 11:03:35 +0000
commitf81ce174a9e69a5143e4c51324a253b45ff0798d (patch)
treec80a316f0c3d5c28e10391683b49040f8aff1ba9 /toolchain/elf2flt
parent9bca0b4b6df300fc4c2338cfce26a009e5168f90 (diff)
fix typo in elf2flt, thanks atle
Diffstat (limited to 'toolchain/elf2flt')
-rw-r--r--toolchain/elf2flt/elf2flt/elf2flt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/elf2flt/elf2flt/elf2flt.c b/toolchain/elf2flt/elf2flt/elf2flt.c
index b0b1da595..65a116c6c 100644
--- a/toolchain/elf2flt/elf2flt/elf2flt.c
+++ b/toolchain/elf2flt/elf2flt/elf2flt.c
@@ -727,7 +727,7 @@ dump_symbols(symbols, number_of_symbols);
give an error by default, and
require `safe' relocations to be
enumberated explicitly?). */
- goto good_32bit_resolve_reloc;
+ goto good_32bit_resolved_reloc;
#endif
good_32bit_resolved_reloc:
if (bfd_big_endian (abs_bfd))