From a712da2085bdea09bc56b3a59eb31cf2ab024e00 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 17 May 2000 19:38:53 +0000 Subject: Apply patch from Richard Gorton to implement --emit-relocs switch to the linker to preserve relocs in an output executable --- include/bfdlink.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/bfdlink.h') diff --git a/include/bfdlink.h b/include/bfdlink.h index bb827a3..2285775 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; -- cgit v1.1