2007-07-09 Roland McGrath <roland@redhat.com>

* bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id.
This commit is contained in:
Roland McGrath 2007-07-09 21:21:42 +00:00
parent 2dbc91dfc7
commit 83205b5188
1 changed files with 3 additions and 0 deletions

View File

@ -348,6 +348,9 @@ struct bfd_link_info
--dynamic-list command line options. */
unsigned int dynamic: 1;
/* Non-NULL if .note.gnu.build-id section should be created. */
char *emit_note_gnu_build_id;
/* What to do with unresolved symbols in an object file.
When producing executables the default is GENERATE_ERROR.
When producing shared libraries the default is IGNORE. The