summaryrefslogtreecommitdiff
path: root/usr.bin/patch/pathnames.h
diff options
context:
space:
mode:
authorMerlin Scholz <merlin@scholz.ruhr>2023-05-29 01:33:11 +0200
committerMerlin Scholz <merlin@scholz.ruhr>2023-05-29 01:33:11 +0200
commitdc2190d477b8fe4145170f3a029d9b53c2157140 (patch)
treebbc1c3ba3edd8abf1cc4a0289b650097f634331a /usr.bin/patch/pathnames.h
parent60aa12e10e5660e3c5fef9c6b8ac8ff54491df1c (diff)
Add file, line, func logging for memory allocs/freeslockdoc-9.3
Diffstat (limited to 'usr.bin/patch/pathnames.h')
0 files changed, 0 insertions, 0 deletions
ef='/netbsd/commit/lib/csu/arch?id=8deaa69e6a084f674a3dd076d45131341067d487'>Update copyright year.matt 2012-08-11Replace copyright since it now has new contentsmatt 2012-08-11Fix typo.matt 2012-08-11USE_COMPILERCRTSTUFF=no support for armmatt 2012-06-02Claim copyright (per Joerg's request).uwe 2012-01-31Implement crtbegin* for sh3. Tested to work on landisk.uwe 2012-01-31New ___start() C function takes 3 arguments instead of 6 and fetchesuwe 2012-01-31Use unambiguous .p2align 2 since .align 4 copied from i386 isuwe 2012-01-29Since it's in a separate file now, we cannot use direct branch to label.uwe 2012-01-28Steal arch/i386/crtend.Suwe 2012-01-28Add a comment that explains what this code does.uwe 2012-01-28Asm cosmetic. Add a comment that explains what this trampoline does.uwe 2011-07-04Add missing */matt 2011-07-02The kernel and ld.elf_so call with a different order formatt 2011-07-02Adapt to the new ___start calling conventionmatt 2011-07-01Explicitly declare ___start as hidden.joerg 2011-06-30Adapt to new ___start definition.matt 2011-06-30Assert that ps_strings is valid. Use it to drop the first threejoerg 2011-02-08First pass at new crtstuff for powerpc. Doesn't quite work yetmatt 2010-11-30Fix stack alignment for non-constructor/destructor calls.joerg 2010-08-07Switch i386 and x86_64 to the new CRT layout. The crt0.c body is sharedjoerg