From 3f2cd90cfdd9d6df077afe48523b9a16e4346d5b Mon Sep 17 00:00:00 2001 From: Per Fogelstrom Date: Mon, 2 Sep 1996 10:04:14 +0000 Subject: Create crtn.o. Right now it's an empty file... --- lib/csu/mips/crtn.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/csu/mips/crtn.c (limited to 'lib/csu/mips/crtn.c') diff --git a/lib/csu/mips/crtn.c b/lib/csu/mips/crtn.c new file mode 100644 index 00000000000..9617679e801 --- /dev/null +++ b/lib/csu/mips/crtn.c @@ -0,0 +1,8 @@ +/* + * Empty file to create crtn.o. + * This is something constructors/destructors + * later will depend on... + */ + +__crtn() +{} -- cgit v1.2.3