Home | History | Annotate | Download | only in gen
History log of /src/lib/libc/gen/nlist_coff.c
RevisionDateAuthorComments
 1.11  22-Mar-2012  christos get rid of the cheesy BAD macros
 1.10  22-Mar-2012  he Make this lint-free (only built for real for the __sh__ ports):
* Mark some code after goto as /* NOTREACHED */
* Add a cast for file size (off_t) to size_t to avoid warning about
possibly losing bits.
* Avoid a "pointer casts may be troublesome" warning from lint
by doing a cast via "void *" instead of directly to "struct
coff_filehdr *".
 1.9  21-Mar-2012  christos c89 definitions
 1.8  21-Aug-2009  he branches: 1.8.6;
Introduce a new accessor macro N_NAME() to access the n_name field
in struct nlist, since it's accessed differently depending on
whether we do a.out or not. Use this macro as appropriate in the
nlist* functions.
Also replace some includes of <a.out.h> with <nlist.h>, to fix build
problem for mips.
 1.7  16-Feb-2009  lukem A variation on the sign-compare fix for these.
 1.6  25-Oct-2006  uwe branches: 1.6.28;
G/c check() macro, b/c it's used only twice and the off < 0 test is
useless in the first case (off is 0), and causes error with new gcc
(comparison of unsigned expression < 0 is always false) in the
second.

While here fix a typo in a comment and use less indent to make BAD and
BADUNMAP definitions fit 80 columns.

XXX: The second check should probably be more elaborate to protect
against bogus/malicious COFF files.
 1.5  26-Jul-2003  salo netbsd.org->NetBSD.org
 1.4  14-Jun-2000  cgd sweep of my licenses (userland files w/o only my copyright) for
consistency. (no functional changes)
 1.3  14-Jun-2000  cgd fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
 1.2  09-Jun-2000  simonb Remove a bit of lint.
 1.1  03-Jan-2000  msaitoh branches: 1.1.2;
nlist for COFF
 1.1.2.1  23-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.6.28.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.8.6.1  17-Apr-2012  yamt sync with head

RSS XML Feed