From: Ulrich Drepper Date: Mon, 30 Mar 1998 12:45:29 +0000 (+0000) Subject: (routines): Add libc-start. X-Git-Tag: cvs/before-sparc-2_0_x-branch~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14eb7b77e11e440c1ab02ec942fcf3ac25b27181;p=thirdparty%2Fglibc.git (routines): Add libc-start. --- diff --git a/csu/Makefile b/csu/Makefile index b8abbf742f6..50571d1b8c5 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -1,6 +1,6 @@ # Makefile for csu code for GNU C library. -# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -27,7 +27,7 @@ subdir := csu -routines = init-first +routines = init-first libc-start csu-dummies = $(filter-out $(start-installed-name),crt1.o Mcrt1.o) extra-objs = start.o gmon-start.o \ $(start-installed-name) g$(start-installed-name) \