aboutsummaryrefslogtreecommitdiff
path: root/include/bfdlink.h
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1995-08-31 23:54:04 +0000
committerSteve Chamberlain <sac@cygnus>1995-08-31 23:54:04 +0000
commit9aa83a0dc91001669decefe3b2e073491dd26399 (patch)
treeaf33095b252a49285a2d518b5b2b84afe0161a94 /include/bfdlink.h
parent305a3af6e39da4cc700dbe1649e374e4178dad49 (diff)
downloadgdb-9aa83a0dc91001669decefe3b2e073491dd26399.zip
gdb-9aa83a0dc91001669decefe3b2e073491dd26399.tar.gz
gdb-9aa83a0dc91001669decefe3b2e073491dd26399.tar.bz2
Thu Aug 31 16:51:50 1995 steve chamberlain <sac@slash.cygnus.com>
* internal.h (internal_aouthdr, internal_filehdr): don't indirect the pe stuff.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r--include/bfdlink.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h
index 4bcce0b..97969dd 100644
--- a/include/bfdlink.h
+++ b/include/bfdlink.h
@@ -173,6 +173,8 @@ struct bfd_link_info
boolean relocateable;
/* true if BFD should generate a shared object. */
boolean shared;
+ /* true if BFD should pre-bind symbols in a shared object. */
+ boolean symbolic;
/* Which symbols to strip. */
enum bfd_link_strip strip;
/* Which local symbols to discard. */
@@ -201,10 +203,6 @@ struct bfd_link_info
this is NULL no symbols are reported back. */
struct bfd_hash_table *notice_hash;
-
- enum bfd_link_subsystem subsystem;
- bfd_link_stack_heap stack_heap_parameters;
-
/* If a base output file is wanted, then this points to it */
PTR base_file;
};