mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
fix typo
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2002-24-01 Philipp Thomas <pthomas@suse.de>
|
||||||
|
|
||||||
|
* bfd.c (_bfd_abort): Fix typo.
|
||||||
|
|
||||||
2002-01-23 Richard Henderson <rth@redhat.com>
|
2002-01-23 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
|
* elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
|
||||||
|
@ -727,7 +727,7 @@ _bfd_abort (file, line, fn)
|
|||||||
BFD_VERSION_STRING, file, line, fn);
|
BFD_VERSION_STRING, file, line, fn);
|
||||||
else
|
else
|
||||||
(*_bfd_error_handler)
|
(*_bfd_error_handler)
|
||||||
(_("BFD %sinternal error, aborting at %s line %d\n"),
|
(_("BFD %s internal error, aborting at %s line %d\n"),
|
||||||
BFD_VERSION_STRING, file, line);
|
BFD_VERSION_STRING, file, line);
|
||||||
(*_bfd_error_handler) (_("Please report this bug.\n"));
|
(*_bfd_error_handler) (_("Please report this bug.\n"));
|
||||||
xexit (EXIT_FAILURE);
|
xexit (EXIT_FAILURE);
|
||||||
|
Reference in New Issue
Block a user