summaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
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
commitd1cca8cb444be73e9f3d04041f23181b459bada9 (patch)
tree7da47ace23b384fdff19b8fa41f18043b29ef10e /bfd/bfd-in2.h
parent7f670d6def5f000bf6d598a27f6116e8fd2128ba (diff)
downloadbinutils-redhat-d1cca8cb444be73e9f3d04041f23181b459bada9.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-in2.h')
-rw-r--r--bfd/bfd-in2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 55ebb79959..5c4e9c4594 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -6111,6 +6111,7 @@ typedef enum bfd_error
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,