diff options
author | Alan Modra <amodra@gmail.com> | 2001-10-03 15:11:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-10-03 15:11:48 +0000 |
commit | 8bd621d8835d2e6a99bd50ae8d18328ab06951ba (patch) | |
tree | a0054f75aa1f3e7c025bba18a46dc592f6129521 /include/bfdlink.h | |
parent | 181ddcac374ea90e61502925bbea23934eaa3275 (diff) | |
download | gdb-8bd621d8835d2e6a99bd50ae8d18328ab06951ba.zip gdb-8bd621d8835d2e6a99bd50ae8d18328ab06951ba.tar.gz gdb-8bd621d8835d2e6a99bd50ae8d18328ab06951ba.tar.bz2 |
Add support for -z nocopyreloc.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index 9ada606..0865594 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -294,6 +294,10 @@ struct bfd_link_info and sorted so that relocs against the same symbol come together. */ boolean combreloc; + /* True if executable should not contain copy relocs. + Setting this true may result in a non-sharable text segment. */ + boolean nocopyreloc; + /* How many spare .dynamic DT_NULL entries should be added? */ unsigned int spare_dynamic_tags; }; |