summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/cxa-atexit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Need to operate of CXXFLAGS now.miod2015-05-291-3/+3
|
* Remove support for COMPILER_VERSION == gcc2.miod2013-08-061-6/+1
| | | | | | | | Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4 is the norm and to explicitely test for gcc3 when a different behaviour is required. No functional change intended. Be sure to `make install' in share/mk before attempting to do anything.
* Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexibledrahn2010-05-101-3/+2
| | | | | | complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco, with fixes from espie@. ok espie@ general mumbling of approval of others.
* Adapt atexit() regress to recent changes and add __cxa_atexit() regress.millert2007-09-039-0/+191
__cxa_atexit() regress from kurt@