diff options
author | Alan Modra <amodra@gmail.com> | 2013-04-04 14:38:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-04-04 14:38:01 +0000 |
commit | ff5ac77bf52737eb247737fcf0f213eaf148cbf8 (patch) | |
tree | b2fe20a62a080d48da691218cde9b4cadfec4e03 /bfd/bfd-in2.h | |
parent | 86d27af662b1e20c4322b5aa6801ac34b60b054c (diff) | |
download | gdb-ff5ac77bf52737eb247737fcf0f213eaf148cbf8.zip gdb-ff5ac77bf52737eb247737fcf0f213eaf148cbf8.tar.gz gdb-ff5ac77bf52737eb247737fcf0f213eaf148cbf8.tar.bz2 |
* 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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 55ebb79..5c4e9c4 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, |