From: Ivan Kuten Date: Thu, 8 Nov 2007 11:03:35 +0000 (-0000) Subject: fix typo in elf2flt, thanks atle X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f81ce174a9e69a5143e4c51324a253b45ff0798d;p=buildroot.git fix typo in elf2flt, thanks atle --- diff --git a/toolchain/elf2flt/elf2flt/elf2flt.c b/toolchain/elf2flt/elf2flt/elf2flt.c index b0b1da5955..65a116c6c5 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))