The NetBSD Project

CVS log for src/libexec/ld.aout_so/Attic/link.h

[BACK] Up to [cvs.NetBSD.org] / src / libexec / ld.aout_so

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17, Fri Mar 19 22:06:37 1999 UTC (25 years ago) by thorpej
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-pagecache-tag8, yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, mjf-devfs2, matt-nb5-pq3-base, matt-nb5-pq3, localcount-20160914, keiichi-mipv6-base, keiichi-mipv6, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, agc-symver-base, agc-symver, HEAD
Changes since 1.16: +1 -1 lines
FILE REMOVED

Move the link.h files for the different shlib formats via repository copy,
and rename them to match the executable format.  Introduce a new link.h
file which automatically picks the correct header based on the target of
the toolchain.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Dec 15 21:28:28 1998 UTC (25 years, 3 months ago) by pk
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored) to selected 1.1 (colored)

Pull in <a.out.h>.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Oct 19 00:30:57 1998 UTC (25 years, 5 months ago) by matt
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored) to selected 1.1 (colored)

Add AUX_LABEL (need for VAX JSB/JMP "jmp" slots).

Revision 1.14 / (download) - annotate - [select for diffs], Sat Sep 5 13:08:41 1998 UTC (25 years, 6 months ago) by pk
Branch: MAIN
Changes since 1.13: +22 -16 lines
Diff to previous 1.13 (colored) to selected 1.1 (colored)

Assign my copyrights to TNF.

Revision 1.13 / (download) - annotate - [select for diffs], Thu May 14 01:55:28 1998 UTC (25 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored) to selected 1.1 (colored)

Need <dlfcn.h> for Dl_info.

Revision 1.12 / (download) - annotate - [select for diffs], Tue May 12 21:21:21 1998 UTC (25 years, 10 months ago) by pk
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored) to selected 1.1 (colored)

Add `dladdr()' rtld entry point.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 3 22:39:03 1997 UTC (27 years, 2 months ago) by scottr
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored) to selected 1.1 (colored)

Catch up with const changes to dlopen() and dlsym() prototypes in
<dlfcn.h>.  Tested on i386 and hp300 for crt0.o and ld.so, verified
other references by inspection.

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Fri Feb 16 23:08:03 1996 UTC (28 years, 1 month ago) by pk
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored) next main 1.10 (colored) to selected 1.1 (colored)

Update from trunk; needed for rtld patch.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jan 9 00:00:11 1996 UTC (28 years, 2 months ago) by pk
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored) to selected 1.1 (colored)

Define LD_HINTS_VERSION_2:
	- no longer hash on minor version number in hints file.
	- add list of ldconfig(8) search directories.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 23 22:26:15 1995 UTC (28 years, 6 months ago) by pk
Branch: MAIN
Changes since 1.8: +4 -2 lines
Diff to previous 1.8 (colored) to selected 1.1 (colored)

Define `dlexit()' in crt<=>rtld interface (active in v4).

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jun 5 00:08:13 1995 UTC (28 years, 10 months ago) by pk
Branch: MAIN
Changes since 1.7: +1 -19 lines
Diff to previous 1.7 (colored) to selected 1.1 (colored)

Put dlopen() et.al. declarations in separate header file for compatibility.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 4 21:57:18 1995 UTC (28 years, 10 months ago) by pk
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored) to selected 1.1 (colored)

Revive library search paths.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 23 20:16:59 1994 UTC (29 years, 3 months ago) by pk
Branch: MAIN
Changes since 1.5: +9 -3 lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)

Put a reserved field into use (weak symbol support).

Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 26 00:56:01 1994 UTC (29 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)

new RCS ID format.

Revision 1.4 / (download) - annotate - [select for diffs], Tue May 24 10:47:48 1994 UTC (29 years, 10 months ago) by pk
Branch: MAIN
Changes since 1.3: +1 -3 lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)

Enable dl*() prototypes.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 28 20:26:52 1994 UTC (30 years, 2 months ago) by pk
Branch: MAIN
Changes since 1.2: +151 -91 lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)

Redone from scratch, but maintain SunOS compatibility.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Oct 22 21:04:19 1993 UTC (30 years, 5 months ago) by pk
Branch: MAIN
Changes since 1.1: +40 -1 lines
Diff to previous 1.1 (colored)

Some definitions for the `ld.so.hints' file.

Revision 1.1 / (download) - annotate - [selected], Sun Oct 17 00:51:31 1993 UTC (30 years, 5 months ago) by pk
Branch: MAIN

Moved <link.h> here from usr.bin/ld as it is needed by other modules
and utilities (eg. crt0, libc, nm).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>