diff options
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index 773407f8614..249108132cc 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -115,6 +115,11 @@ struct bfd_link_hash_entry /* Symbol defined in a linker script. */ unsigned int ldscript_def : 1; + /* Symbol will be converted from absolute to section-relative. Set for + symbols defined by a script from "dot" (also SEGMENT_START or ORIGIN) + outside of an output section statement. */ + unsigned int rel_from_abs : 1; + /* A union of information depending upon the type. */ union { |