Extend the assembler so that it can automatically generate GNU Build attribute notes...
[deliverable/binutils-gdb.git] / gas / as.h
index d75ff425231354951b6fb2a78310714b1c4121e3..52bb5a79a71dd3d5af274a83449d296e9ee79331 100644 (file)
--- a/gas/as.h
+++ b/gas/as.h
@@ -595,6 +595,10 @@ COMMON int flag_allow_nonconst_size;
 /* If we should generate ELF common symbols with the STT_COMMON type.  */
 extern int flag_use_elf_stt_common;
 
+/* TRUE iff GNU Build attribute notes should
+   be generated if none are in the input files.  */
+extern bfd_boolean flag_generate_build_notes;
+
 /* If section name substitution sequences should be honored */
 COMMON int flag_sectname_subst;
 #endif
This page took 0.026597 seconds and 4 git commands to generate.