History log of /netbsd-src/include/link_aout.h (Results 1 – 23 of 23)
Revision Date Author Comments
# 398f5724 23-Jan-2016 dholland <dholland@NetBSD.org>

Apparently a recent round of vandalism by the C++ standards committee
includes disallowing the standard and historic type name "unsigned". Add
a gratuitous "int" to recent changes.

C++ is really a b

Apparently a recent round of vandalism by the C++ standards committee
includes disallowing the standard and historic type name "unsigned". Add
a gratuitous "int" to recent changes.

C++ is really a blight on the world.

show more ...


# 888c1340 22-Jan-2016 dholland <dholland@NetBSD.org>

u_char, u_int, u_long -> unsigned char, unsigned, unsigned long

This makes these headers work without _NETBSD_SOURCE.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 19b7469a 03-Feb-2005 perry <perry@NetBSD.org>

de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.


# fd2b9df4 14-Sep-2000 wiz <wiz@NetBSD.org>

Fix two typos


# 33c172d1 09-Feb-2000 kristerw <kristerw@NetBSD.org>

Const poisoning of dladdr (so that things build after the dlfcn.h change)


# e278587d 19-Mar-1999 thorpej <thorpej@NetBSD.org>

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 ba

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.

show more ...


# f6f34d9c 15-Dec-1998 pk <pk@NetBSD.org>

Pull in <a.out.h>.


# f94bc8f4 19-Oct-1998 matt <matt@NetBSD.org>

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


# 0a97faa0 05-Sep-1998 pk <pk@NetBSD.org>

Assign my copyrights to TNF.


# dd26162d 14-May-1998 thorpej <thorpej@NetBSD.org>

Need <dlfcn.h> for Dl_info.


# 79bd77e1 12-May-1998 pk <pk@NetBSD.org>

Add `dladdr()' rtld entry point.


# 372fe2ff 03-Jan-1997 scottr <scottr@NetBSD.org>

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.


# d9824003 09-Jan-1996 pk <pk@NetBSD.org>

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


# fa6e0672 23-Sep-1995 pk <pk@NetBSD.org>

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


# 87839200 05-Jun-1995 pk <pk@NetBSD.org>

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


# fe9497fd 04-Jun-1995 pk <pk@NetBSD.org>

Revive library search paths.


# da34da60 23-Dec-1994 pk <pk@NetBSD.org>

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


# 4d2cbfce 26-Oct-1994 cgd <cgd@NetBSD.org>

new RCS ID format.


# 4369371e 24-May-1994 pk <pk@NetBSD.org>

Enable dl*() prototypes.


# ad127b0a 28-Jan-1994 pk <pk@NetBSD.org>

Redone from scratch, but maintain SunOS compatibility.


# 8846fa47 22-Oct-1993 pk <pk@NetBSD.org>

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


# 2dfde2bc 17-Oct-1993 pk <pk@NetBSD.org>

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