DragonFly commits List (threaded) for 2012-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: crtstuff: refactor
commit 79dc5732ea6dc3ae0afe6a30136cad1d23d5a74a
Author: John Marino <draco@marino.st>
Date: Sat Mar 17 16:37:14 2012 +0100
crtstuff: refactor
Add common/initfini.c file to provide common prototypes and functions
to all DragonFly arches, particularly focusing on the various types
of initialization and finalization.
Summary of changes:
lib/csu/common/{notes.h => initfini.c} | 36 ++++++++++++++++++++++++--------
lib/csu/i386/crt1_c.c | 33 ++++++-----------------------
lib/csu/x86_64/crt1.c | 35 ++++--------------------------
3 files changed, 39 insertions(+), 65 deletions(-)
copy lib/csu/common/{notes.h => initfini.c} (63%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/79dc5732ea6dc3ae0afe6a30136cad1d23d5a74a
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]