summaryrefslogtreecommitdiffstats
path: root/lib/csu/ia64
Commit message (Expand)AuthorAgeFilesLines
* After r217375, some startup objects under lib/csu are built in a specialdim2012-04-201-3/+3
* Apply a workaround for a binutils issue with the .note.ABI-tag sectiondim2011-01-131-6/+22
* Add a .note.ABI-tag section to ia64 startup files by linking crtbrand.ctijl2010-12-101-8/+29
* Let all .c and .S files under lib/csu consistently use the __FBSDID()dim2010-12-093-1/+8
* Remove two .endp's without matching .proc in lib/csu/ia64/crtn.S.dim2010-10-151-2/+0
* Use default WARNS setting (of 6) for lib/csu.uqs2010-03-051-2/+1
* Properly support -fPIE by linking PIE binaries with specially-builtkib2009-12-021-1/+4
* Bring ia64 back from the dead. After a call one needs to restore themarcel2004-08-181-1/+1
* Add support for TLS in statically linked programs.dfr2004-08-151-0/+5
* Fix typo: Passing the first argument to exit() in out2 does not work.marcel2003-07-151-1/+1
* _start() needed to be written in assembly. See crt1.S.marcel2003-07-141-124/+0
* Rewite _start(). We cannot use a C function due to the fact that wemarcel2003-07-132-2/+193
* make these more useful for lint(1). Minor diff-reductions while I'mmarkm2003-01-261-1/+2
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
* The main reason for this is to reduce diffs between all the crt1.c's.markm2002-07-161-12/+22
* Fixed CLEANFILES after bsd.lib.mk sweep.ru2002-05-131-0/+2
* SOBJS are not used here for a long time, and were justru2002-05-131-4/+2
* Major cleanup of bsd.lib.mk.ru2002-05-131-4/+0
* Revert the last change. The corresponding bsd.lib.mk changes wereru2002-05-121-1/+4
* Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.obrien2002-05-111-4/+1
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-292-3/+5
* Style nit.obrien2002-03-231-3/+3
* Put in an attempt at stack trace/unwind records.peter2001-11-031-0/+8
* Mostly cosmetic. Use indentation that is reasonably close to otherpeter2001-10-292-20/+20
* Update for the new toolchain. ld doesn't provide _GLOBAL_OFFSET_TABLE_peter2001-10-291-1/+8
* Add missing crti.S and crtn.S files. I have tested these with -staticpeter2001-10-272-0/+92
* Update for reality and syncing with other FreeBSD platforms.obrien2001-10-271-6/+5
* Change to track the new calling convention for execve. This version onlydfr2001-10-111-17/+3
* Make sure stack is aligned to 16 bytes.dfr2001-08-211-1/+4
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workobrien2000-10-282-0/+2
* CSU code for ia64.dfr2000-10-141-0/+115
* Use the new machine-independent versions of crtbegin and crtendobrien2000-05-241-4/+2
* CSU source for IA-64. Current we use the ../Alpha sources.obrien2000-04-191-0/+28
OpenPOWER on IntegriCloud