summaryrefslogtreecommitdiff
path: root/lib/libc/gen/nlist.c
AgeCommit message (Collapse)Author
1996-09-15Remove dead codeThorsten Lockert
Remove unused variables Silence some warnings lint(1) is your friend
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-07-30Update ECOFF nlist from NetBSDNiklas Hallqvist
1996-06-17Added better ELF section header handling. Correctly handle stripped objs.etheisen
Added STT_FILE translation. General cleanup.
1996-06-14if no executable formats are defined for the architecture, it shouldTheo de Raadt
nlist should return -1 (not garbage). Guess how I found this bug.
1996-05-30Fixes for ecoff updatesPer Fogelstrom
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-28All platforms get elf_nlist(). Hidden __elf_is_okay__() function isetheisen
now present for ELF platforms. This function is not ABI compliant and it's use should be restricted. exec_sup.h now determines the target OMF for various platforms.
1996-05-24sync to ecoff changesTheo de Raadt
1996-05-17Addition of elf support.Per Fogelstrom
1995-12-04a.out is more likely, so check for it firstTheo de Raadt
1995-10-31__fdnlist() is used by libkvmTheo de Raadt
1995-10-30nlist will now handle many formats (once the code is written)Theo de Raadt
1995-10-30do ecoff on the pica as well (for now)Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt