summaryrefslogtreecommitdiff
path: root/include/bfdlink.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-05-17 19:38:53 +0000
committerNick Clifton <nickc@redhat.com>2000-05-17 19:38:53 +0000
commitefc20a02ce8784b14288374b6ca9432cc6527cdd (patch)
tree824bc20392431f499c99067c71fe1fe5b5d6aec3 /include/bfdlink.h
parent169e113e550d01c090763c79c9c6717ad3440162 (diff)
downloadbinutils-redhat-efc20a02ce8784b14288374b6ca9432cc6527cdd.tar.gz
Apply patch from Richard Gorton <gorton@scrugs.lkg.dec.com> to implement
--emit-relocs switch to the linker to preserve relocs in an output executable
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r--include/bfdlink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h
index bb827a35f0..2285775b48 100644
--- a/include/bfdlink.h
+++ b/include/bfdlink.h
@@ -179,6 +179,8 @@ struct bfd_link_info
const struct bfd_link_callbacks *callbacks;
/* true if BFD should generate a relocateable object file. */
boolean relocateable;
+ /* true if BFD should generate relocation information in the final executable. */
+ boolean emitrelocations;
/* true if BFD should generate a "task linked" object file,
similar to relocatable but also with globals converted to statics. */
boolean task_link;