* bfd.c (bfd_error_type, bfd_errmsgs): Add bfd_error_missing_dso.
[deliverable/binutils-gdb.git] / bfd / bfd.c
index d77b90f931ab8bbc7a3185ff1a1f9e14cd0b5697..db4a536893de0df90d90a713b6528fb08931befe 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -374,6 +374,7 @@ CODE_FRAGMENT
 .  bfd_error_no_armap,
 .  bfd_error_no_more_archived_files,
 .  bfd_error_malformed_archive,
+.  bfd_error_missing_dso,
 .  bfd_error_file_not_recognized,
 .  bfd_error_file_ambiguously_recognized,
 .  bfd_error_no_contents,
@@ -406,6 +407,7 @@ const char *const bfd_errmsgs[] =
   N_("Archive has no index; run ranlib to add one"),
   N_("No more archived files"),
   N_("Malformed archive"),
+  N_("DSO missing from command line"),
   N_("File format not recognized"),
   N_("File format is ambiguous"),
   N_("Section has no contents"),
This page took 0.024506 seconds and 4 git commands to generate.