History log of /freebsd-10-stable/lib/csu/ia64/crti.S
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 216338 09-Dec-2010 dim

Let all .c and .S files under lib/csu consistently use the __FBSDID()
macro for identification, instead of several different hand-rolled
variants (plain .ident, .ascii, etc).


# 85952 03-Nov-2001 peter

Put in an attempt at stack trace/unwind records.


# 85679 29-Oct-2001 peter

Mostly cosmetic. Use indentation that is reasonably close to other
ia64 *.S files in our tree (eg: locore.s). Put the rest of the args
in the .section lines.

Reviewed by: dfr


# 85597 27-Oct-2001 peter

Add missing crti.S and crtn.S files. I have tested these with -static
linking only. They may require some gp relative tweaks for dynamic use.