diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1997-05-13 10:23:47 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1997-05-13 10:23:47 +0000 |
| commit | 3c0a9567e5183eaab83113985bb68ec5a5955b7b (patch) | |
| tree | a4aa045d43cdf23d94926c21e39ecabcb4e2973d /libexec/rtld-aout | |
| parent | f154fbdaa1e10a9946d70eba778fce3ac9d0beb7 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-aout')
| -rw-r--r-- | libexec/rtld-aout/dynamic.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/rtld-aout/dynamic.h b/libexec/rtld-aout/dynamic.h index 1231a6262592..c1890db0b55e 100644 --- a/libexec/rtld-aout/dynamic.h +++ b/libexec/rtld-aout/dynamic.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: dynamic.h,v 1.3 1997/02/22 15:46:18 peter Exp $ */ #ifndef __DYNAMIC_H__ @@ -279,6 +279,9 @@ extern int link_mode; of archives */ #define SHAREABLE 8 /* Build a shared object */ #define SILLYARCHIVE 16 /* Process .sa companions, if any */ +#define FORCEDYNAMIC 32 /* Force dynamic output even if no + shared libraries included */ +#define WARNRRSTEXT 64 /* Warn about rrs in text */ extern FILE *outstream; /* Output file. */ extern struct exec outheader; /* Output file header. */ |
