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 | ab24bc21aa8d1bf6e82051de90a4a9d52a8cb28e (patch) | |
tree | 4ccb5a6002bb6b1f004df332c62f73b3a2a20f53 /include | |
parent | 1118d2524ea7960e230fc137d56b63e5600d1948 (diff) | |
download | gdb-ab24bc21aa8d1bf6e82051de90a4a9d52a8cb28e.zip gdb-ab24bc21aa8d1bf6e82051de90a4a9d52a8cb28e.tar.gz gdb-ab24bc21aa8d1bf6e82051de90a4a9d52a8cb28e.tar.bz2 |
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')
-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 ded9b7c..66cec01 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 |