CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2012/09/08 14:08:33
Modified files: lib/csu/common_elf: crtbegin.c crtbeginS.c Log message: Reverse the order that ctors and dtors are run in accordance with GCC's documentation. Fixes GNU C++'s init_priority attribute. ok miod