summaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2013-04-04 14:38:01 +0000
committerAlan Modra <amodra@bigpond.net.au>2013-04-04 14:38:01 +0000
commit509ca9a81d12cfdf95acd361483da5a77bded285 (patch)
tree43034e1a4632de3d66bf59db0b4e3ded8232194c /bfd/bfd.c
parent871d76f17d4bcd93091c4203af28dc9c096d8abd (diff)
downloadgdb-509ca9a81d12cfdf95acd361483da5a77bded285.tar.gz
* bfd.c (bfd_error_type, bfd_errmsgs): Add bfd_error_missing_dso.
* bfd-in2.h: Regenerate. * elflink.c (elf_link_add_object_symbols): Use new error.
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r--bfd/bfd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index d77b90f931a..db4a536893d 100644
--- 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"),