History log of /netbsd-src/libexec/ld.elf_so/sysident.h (Results 1 – 19 of 19)
Revision Date Author Comments
# 19b4c456 09-Feb-2016 skrll <skrll@NetBSD.org>

Actually, descsz should not contain the padding. The note still needs to
be padded out.


# a5b645ef 08-Feb-2016 skrll <skrll@NetBSD.org>

Fix .note.netbsd.march by ensuring correct padding


# cb2eb1a3 12-Jan-2014 joerg <joerg@NetBSD.org>

Don't align random sections. Simplify by using .pushsection/.popsection.


# 25193be0 10-Sep-2013 matt <matt@NetBSD.org>

For earm, emit a MARCH note.


# b49eab8e 06-May-2013 skrll <skrll@NetBSD.org>

Trailing whitespace


# 2ffe4b87 24-Jun-2007 christos <christos@NetBSD.org>

Use an elf note to handle pax arguments. This is a temporary solution to
avoid wasting OS flag bits. In the future we'll probably use fileassoc to
achieve this (once there is a way to make fileassoc

Use an elf note to handle pax arguments. This is a temporary solution to
avoid wasting OS flag bits. In the future we'll probably use fileassoc to
achieve this (once there is a way to make fileassoc persistent) or in the
shorter term libelf, so that we can add and remove the note on demand instead
of burning bits on each binary. Of course since this is a tool, this means
that we'll need to think about how to handle libelf...

show more ...


# 7d5684f4 13-Jun-2006 simonb <simonb@NetBSD.org>

Use .previous at the end of the NetBSD ident note so that we switch
back to the previous section. Fixes build problems on MIPS with gcc4
and -g.


# 99410184 26-Jul-2003 salo <salo@NetBSD.org>

netbsd.org->NetBSD.org


# 861ff9be 28-Feb-2003 christos <christos@NetBSD.org>

we have constants for all this crap. don't hard-code things.


# 527c1efc 28-Feb-2003 thorpej <thorpej@NetBSD.org>

Use the "__NetBSD_Version__" constant rather than the "NetBSD" constant
in the NetBSD version note. The old "NetBSD" constant was stuck in stone,
and thus didn't really convey any useful information.


# a904f364 19-Jun-2001 fvdl <fvdl@NetBSD.org>

Don't use multi-line string literals.


# 21d58e77 24-May-2001 christos <christos@NetBSD.org>

Provide compatibility for the NetBSD-1.5 branch. Note that I used
__NetBSD_Version__ instead of checking if the macro was not already
defined.


# 48b362e1 15-Dec-2000 mycroft <mycroft@NetBSD.org>

More cruft.


# a1911977 15-Dec-2000 mycroft <mycroft@NetBSD.org>

Clean up cruft in here.


# db755e7c 14-Jun-2000 cgd <cgd@NetBSD.org>

sweep of my licenses (userland files w/o only my copyright) for
consistency. (no functional changes)


# d220ca5b 14-Jun-2000 cgd <cgd@NetBSD.org>

fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.


# 3d5ce01b 13-Sep-1998 thorpej <thorpej@NetBSD.org>

At least make the comments accurate.


# c0ea06b2 13-Sep-1998 mrg <mrg@NetBSD.org>

remove MD asm as(1) comments from sysident.h, placing them in a comment
above the asm() block. now we can share sysident.h across all ports..
change ld.elf_so to be for $MACHINE == sparc64 not sparc

remove MD asm as(1) comments from sysident.h, placing them in a comment
above the asm() block. now we can share sysident.h across all ports..
change ld.elf_so to be for $MACHINE == sparc64 not sparc (yet!).

show more ...


# fbf6ff62 21-Mar-1997 cgd <cgd@NetBSD.org>

put in two identifying notes, which new binutils snapshots will turn
into PT_NOTE sections so they can be examined by execve() to figure
out whether this is a native binary, what emulation it's to be

put in two identifying notes, which new binutils snapshots will turn
into PT_NOTE sections so they can be examined by execve() to figure
out whether this is a native binary, what emulation it's to be run under,
etc.

show more ...