summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/ld/ld.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1993-12-04 00:53:02 +0000
committerjkh <jkh@FreeBSD.org>1993-12-04 00:53:02 +0000
commit0692c29b44b32a5c1951bc0988c6db424780304b (patch)
tree2f48341096ec0a6968120eff9aa0e3e33b9af01e /gnu/usr.bin/ld/ld.h
parent2c48c35e86d75ce81452b240cee8586254d83c52 (diff)
downloadFreeBSD-src-0692c29b44b32a5c1951bc0988c6db424780304b.zip
FreeBSD-src-0692c29b44b32a5c1951bc0988c6db424780304b.tar.gz
More changes to bring FreBSD in sync with Paul K's latest.
Diffstat (limited to 'gnu/usr.bin/ld/ld.h')
-rw-r--r--gnu/usr.bin/ld/ld.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/gnu/usr.bin/ld/ld.h b/gnu/usr.bin/ld/ld.h
index 3336b80..7b9a706 100644
--- a/gnu/usr.bin/ld/ld.h
+++ b/gnu/usr.bin/ld/ld.h
@@ -1,4 +1,4 @@
-/* $Id: ld.h,v 1.5 1993/11/10 21:53:42 pk Exp $ */
+/* $Id: ld.h,v 1.6 1993/12/02 00:56:37 jkh Exp $ */
/*-
* This code is derived from software copyrighted by the Free Software
* Foundation.
@@ -678,11 +678,6 @@ struct file_entry {
/* For library member, points to next entry for next member. */
struct file_entry *chain;
-#ifdef SUN_COMPAT
- /* For shared libraries which have a .sa companion */
- struct file_entry *silly_archive;
-#endif
-
/* 1 if file is a library. */
char library_flag;
@@ -727,8 +722,7 @@ int number_of_files;
#define FORCEARCHIVE 4 /* Force inclusion of all members
of archives */
#define SHAREABLE 8 /* Build a shared object */
-#define SILLYARCHIVE 16 /* Process .sa companions, if any */
-int link_mode;
+int link_mode;
/*
* Runtime Relocation Section (RRS).
@@ -875,7 +869,7 @@ void read_shared_object __P((int, struct file_entry *));
int findlib __P((struct file_entry *));
/* In shlib.c: */
-char *findshlib __P((char *, int *, int *, int));
+char *findshlib __P((char *, int *, int *));
void add_search_dir __P((char *));
void std_search_dirs __P((char *));
OpenPOWER on IntegriCloud