summaryrefslogtreecommitdiff
path: root/include/bfdlink.h
diff options
context:
space:
mode:
authorJie Zhang <jie.zhang@analog.com>2008-07-12 08:54:13 +0000
committerJie Zhang <jie.zhang@analog.com>2008-07-12 08:54:13 +0000
commit1bac266e85020515f8a1a1152345278f249117e4 (patch)
tree91373f3f426d6cf54fcb56b499623731b7d462e8 /include/bfdlink.h
parent26bc3f44e80b269e4470da7b8618ac4da399e0d5 (diff)
downloadbinutils-gdb-1bac266e85020515f8a1a1152345278f249117e4.tar.gz
Revert my last change since it has not been approved.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r--include/bfdlink.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h
index d22519a1d11..e6833102839 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