aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2005-01-03 17:57:42 +0000
committerAndreas Jaeger <aj@suse.de>2005-01-03 17:57:42 +0000
commita1194e831a38a7a2e4ff8a758b89b45fe5831d78 (patch)
treeb081bd64ee13b8b254a13baf3c9198a7699c6c08
parent95fa85907b834ffe646e3e7ab70327b9c57ad893 (diff)
downloadglibc-a1194e831a38a7a2e4ff8a758b89b45fe5831d78.tar
glibc-a1194e831a38a7a2e4ff8a758b89b45fe5831d78.tar.gz
glibc-a1194e831a38a7a2e4ff8a758b89b45fe5831d78.tar.bz2
glibc-a1194e831a38a7a2e4ff8a758b89b45fe5831d78.zip
Update.
2005-01-03 Andreas Jaeger <aj@suse.de> * csu/Makefile (generated): Add start.os and start.ob. * elf/Makefile (tests): Change rule for tst-pie1 so that make clean works.
-rw-r--r--ChangeLog7
-rw-r--r--elf/Makefile4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d6201a15f..ef589236df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-03 Andreas Jaeger <aj@suse.de>
+
+ * csu/Makefile (generated): Add start.os and start.ob.
+
+ * elf/Makefile (tests): Change rule for tst-pie1 so that make
+ clean works.
+
2004-12-29 Roland McGrath <roland@redhat.com>
[BZ #626]
diff --git a/elf/Makefile b/elf/Makefile
index 028be25b2d..87172d367d 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1995-2004, 2005 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
@@ -163,7 +163,7 @@ tests-nodlopen-yes = nodlopen nodlopen2
tests-execstack-yes = tst-execstack tst-execstack-needed tst-execstack-prog
endif
ifeq (yesyes,$(have-fpie)$(build-shared))
-tests: $(objpfx)tst-pie1.out
+tests += tst-pie1
endif
modules-names = testobj1 testobj2 testobj3 testobj4 testobj5 testobj6 \
testobj1_1 failobj constload2 constload3 unloadmod \