From d1cca8cb444be73e9f3d04041f23181b459bada9 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 4 Apr 2013 14:38:01 +0000 Subject: * 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. --- bfd/bfd-in2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/bfd-in2.h') 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, -- cgit v1.2.1