mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* elflink.h (elf_link_assign_sym_version): Change error message
from "undefined version name" to "undefined versioned symbol name".
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Mon Dec 29 17:13:28 1997 H.J. Lu (hjl@gnu.org)
|
||||||
|
|
||||||
|
* elflink.h (elf_link_assign_sym_version): Change error message
|
||||||
|
from "undefined version name" to "undefined versioned symbol
|
||||||
|
name".
|
||||||
|
|
||||||
Mon Dec 29 11:41:16 1997 Nick Clifton <nickc@cygnus.com>
|
Mon Dec 29 11:41:16 1997 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* coff-arm.c (coff_arm_relocate_section): Fix typo from previous
|
* coff-arm.c (coff_arm_relocate_section): Fix typo from previous
|
||||||
|
@ -3217,7 +3217,7 @@ elf_link_assign_sym_version (h, data)
|
|||||||
/* We could not find the version for a symbol when
|
/* We could not find the version for a symbol when
|
||||||
generating a shared archive. Return an error. */
|
generating a shared archive. Return an error. */
|
||||||
(*_bfd_error_handler)
|
(*_bfd_error_handler)
|
||||||
("%s: undefined version name %s",
|
("%s: undefined versioned symbol name %s",
|
||||||
bfd_get_filename (sinfo->output_bfd), h->root.root.string);
|
bfd_get_filename (sinfo->output_bfd), h->root.root.string);
|
||||||
bfd_set_error (bfd_error_bad_value);
|
bfd_set_error (bfd_error_bad_value);
|
||||||
sinfo->failed = true;
|
sinfo->failed = true;
|
||||||
|
Reference in New Issue
Block a user