Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Andreas Jaeger committed Jan 3, 2005
1 parent 95fa859 commit a1194e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
4 changes: 2 additions & 2 deletions elf/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit a1194e8

Please sign in to comment.