diff options
author | Jie Zhang <jie.zhang@analog.com> | 2008-07-12 08:54:12 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2008-07-12 08:54:12 +0000 |
commit | 5423479e3fd284d928ced92cd07f4d590243f88f (patch) | |
tree | 8bee294796b6eaa03d961727e55fa9ad0fa8a4db /include/bfdlink.h | |
parent | fb122200f56539a9b2a0b2b8f2b24cc013fdf0f0 (diff) | |
download | cygnal-5423479e3fd284d928ced92cd07f4d590243f88f.tar.gz cygnal-5423479e3fd284d928ced92cd07f4d590243f88f.tar.bz2 cygnal-5423479e3fd284d928ced92cd07f4d590243f88f.zip |
Revert my last change since it has not been approved.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index d22519a1d..e68331028 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -346,9 +346,6 @@ struct bfd_link_info /* Non-NULL if .note.gnu.build-id section should be created. */ char *emit_note_gnu_build_id; - /* TRUE if putting code into separate segment. */ - unsigned int sep_code: 1; - /* 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 |