aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/bfdlink.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 4d129ac..ce95a61 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2018-10-08 Alan Modra <amodra@gmail.com>
+
+ * bfdlink.h (struct bfd_link_info): Add load_phdrs field.
+
2018-10-05 Sudakshina Das <sudi.das@arm.com>
* opcode/arm.h (ARM_EXT2_PREDRES): New.
diff --git a/include/bfdlink.h b/include/bfdlink.h
index 2491081..630f734 100644
--- a/include/bfdlink.h
+++ b/include/bfdlink.h
@@ -475,6 +475,9 @@ struct bfd_link_info
/* TRUE if the linker script contained an explicit PHDRS command. */
unsigned int user_phdrs: 1;
+ /* TRUE if program headers ought to be loaded. */
+ unsigned int load_phdrs: 1;
+
/* TRUE if we should check relocations after all input files have
been opened. */
unsigned int check_relocs_after_open_input: 1;