diff options
author | Roland McGrath <roland@gnu.org> | 2007-07-09 21:21:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-07-09 21:21:42 +0000 |
commit | 6eece646743079432b0ee15206091c59c8705167 (patch) | |
tree | da8c649d88e2907c7dcd7197696371bbbf6ff6f2 /include/bfdlink.h | |
parent | 458364377b717ad2866cf4db5e4e015a44fe5ddc (diff) | |
download | gdb-6eece646743079432b0ee15206091c59c8705167.tar.gz |
2007-07-09 Roland McGrath <roland@redhat.com>
* bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index ded9b7c9aa4..66cec0189a4 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -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 |