summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-31 23:36:18 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-31 23:36:18 +0000
commitb6da933bfb2afb240b4a360974533ab3fdf2b0f3 (patch)
tree7d966f4d602b26e26445c7d5506177f6c2f06997
parentdcfc8224315f0c38a595be5e208b7925596ac4cd (diff)
Update.
* csu/Makefile: Fix Makefile warnings regarding Scrt1. * sysdeps/ia64/elf/initfini.c (gmon_initializer): Mark with
-rw-r--r--ChangeLog4
-rw-r--r--csu/Makefile8
2 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b55aa4fd47..5f4cabe54e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
2003-05-31 Ulrich Drepper <drepper@redhat.com>
+ * csu/Makefile: Fix Makefile warnings regarding Scrt1.
+
* libio/fileops.c (_IO_file_open): Don't mark as inline.
- * sysdeps/ia64/elf/initfini.c ((gmon_initializer): Mark with
+ * sysdeps/ia64/elf/initfini.c (gmon_initializer): Mark with
attribute used.
2003-05-30 Ulrich Drepper <drepper@redhat.com>
diff --git a/csu/Makefile b/csu/Makefile
index 3adb093e80..95da703ecf 100644
--- a/csu/Makefile
+++ b/csu/Makefile
@@ -31,9 +31,10 @@ routines = init-first libc-start $(libc-init) sysdep version check_fds \
aux = errno
elide-routines.os = libc-tls
static-only-routines = elf-init
-csu-dummies = $(filter-out $(start-installed-name),crt1.o Scrt1.o Mcrt1.o)
+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) $(csu-dummies)
+ $(start-installed-name) g$(start-installed-name) $(csu-dummies) \
+ S$(start-installed-name)
omit-deps = $(patsubst %.o,%,$(start-installed-name) g$(start-installed-name) \
b$(start-installed-name) $(csu-dummies) \
S$(start-installed-name))
@@ -186,8 +187,7 @@ $(addprefix $(objpfx),$(sort g$(start-installed-name) \
# These extra files are sometimes expected by system standard linking
# procedures, but we have nothing for them to do. So compile empty files.
-$(addprefix $(objpfx),$(filter-out $(start-installed-name)\
- S$(start-installed-name),$(csu-dummies))):\
+$(addprefix $(objpfx),$(filter-out $(start-installed-name), $(csu-dummies))):\
$(before-compile)
$(COMPILE.c) -o $@ -x c /dev/null