Import BSD-licensed crtbegin/crtend support.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 14 Jun 2004 18:56:12 +0000 (18:56 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 14 Jun 2004 18:56:12 +0000 (18:56 +0000)
commit9b1e249481830caa2004c437ecda34c48b92798d
treeb5fa816eb722cbcc27ab2139e03db1fbd76cab5e
parentdc6e2356d6b5fcb233686bd841640b4834e11c48
Import BSD-licensed crtbegin/crtend support.

Obtained-from: NetBSD

Note: crtend.c comes without license header. I send a mail to Jason Thorpe
and will update it according to the response. I'm assuming the normal
4-clause NetBSD license for now.
lib/csu/amd64/Makefile.inc [new file with mode: 0644]
lib/csu/common/Makefile [new file with mode: 0644]
lib/csu/common/crtbegin.c
lib/csu/common/crtbeginS.c [new file with mode: 0644]
lib/csu/common/crtend.c
lib/csu/common/crtendS.c [new file with mode: 0644]
lib/csu/common/dot_init.h [new file with mode: 0644]
lib/csu/common/dwarf2_eh.h [new file with mode: 0644]