projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1118d25
)
2007-07-09 Roland McGrath <roland@redhat.com>
author
Roland McGrath
<roland@gnu.org>
Mon, 9 Jul 2007 21:21:42 +0000
(21:21 +0000)
committer
Roland McGrath
<roland@gnu.org>
Mon, 9 Jul 2007 21:21:42 +0000
(21:21 +0000)
* bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id.
include/bfdlink.h
patch
|
blob
|
history
diff --git
a/include/bfdlink.h
b/include/bfdlink.h
index
ded9b7c
..
66cec01
100644
(file)
--- 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