aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/ia64
Commit message (Expand)AuthorAgeFilesLines
* After r217375, some startup objects under lib/csu are built in a specialDimitry Andric2012-04-201-3/+3
* Apply a workaround for a binutils issue with the .note.ABI-tag sectionDimitry Andric2011-01-131-6/+22
* Add a .note.ABI-tag section to ia64 startup files by linking crtbrand.cTijl Coosemans2010-12-101-8/+29
* Let all .c and .S files under lib/csu consistently use the __FBSDID()Dimitry Andric2010-12-093-1/+8
* Remove two .endp's without matching .proc in lib/csu/ia64/crtn.S.Dimitry Andric2010-10-151-2/+0
* Use default WARNS setting (of 6) for lib/csu.Ulrich Spörlein2010-03-051-2/+1
* Properly support -fPIE by linking PIE binaries with specially-builtKonstantin Belousov2009-12-021-1/+4
* Bring ia64 back from the dead. After a call one needs to restore theMarcel Moolenaar2004-08-181-1/+1
* Add support for TLS in statically linked programs.Doug Rabson2004-08-151-0/+5
* Fix typo: Passing the first argument to exit() in out2 does not work.Marcel Moolenaar2003-07-151-1/+1
* _start() needed to be written in assembly. See crt1.S.Marcel Moolenaar2003-07-141-124/+0
* Rewite _start(). We cannot use a C function due to the fact that weMarcel Moolenaar2003-07-132-2/+193
* make these more useful for lint(1). Minor diff-reductions while I'mMark Murray2003-01-261-1/+2
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
* The main reason for this is to reduce diffs between all the crt1.c's.Mark Murray2002-07-161-12/+22
* Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov2002-05-131-0/+2
* SOBJS are not used here for a long time, and were justRuslan Ermilov2002-05-131-4/+2
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-131-4/+0
* Revert the last change. The corresponding bsd.lib.mk changes wereRuslan Ermilov2002-05-121-1/+4
* Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.David E. O'Brien2002-05-111-4/+1
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-292-3/+5
* Style nit.David E. O'Brien2002-03-231-3/+3
* Put in an attempt at stack trace/unwind records.Peter Wemm2001-11-031-0/+8
* Mostly cosmetic. Use indentation that is reasonably close to otherPeter Wemm2001-10-292-20/+20
* Update for the new toolchain. ld doesn't provide _GLOBAL_OFFSET_TABLE_Peter Wemm2001-10-291-1/+8
* Add missing crti.S and crtn.S files. I have tested these with -staticPeter Wemm2001-10-272-0/+92
* Update for reality and syncing with other FreeBSD platforms.David E. O'Brien2001-10-271-6/+5
* Change to track the new calling convention for execve. This version onlyDoug Rabson2001-10-111-17/+3
* Make sure stack is aligned to 16 bytes.Doug Rabson2001-08-211-1/+4
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workDavid E. O'Brien2000-10-282-0/+2
* CSU code for ia64.Doug Rabson2000-10-141-0/+115
* Use the new machine-independent versions of crtbegin and crtendDavid E. O'Brien2000-05-241-4/+2
* CSU source for IA-64. Current we use the ../Alpha sources.David E. O'Brien2000-04-191-0/+28