summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-11 00:29:55 +0000
committerRoland McGrath <roland@gnu.org>2005-02-11 00:29:55 +0000
commit561bcb8086e326e06f295278dcdb13493636c61a (patch)
tree7140bccf8c9bbb4001d7b4e28a2a07c0376b6c0c /ChangeLog
parent5d9e8991825aee911baff84d7aa0623a9df1122c (diff)
downloadglibc-561bcb8086e326e06f295278dcdb13493636c61a.tar.gz
glibc-561bcb8086e326e06f295278dcdb13493636c61a.tar.xz
glibc-561bcb8086e326e06f295278dcdb13493636c61a.zip
	* include/libc-symbols.h (stub_warning): Emit a marker section called
	.gnu.glibc-stub.NAME.
	* Makerules ($(objpfx)stubs): Depend on object files, not dep files.
	Use objdump to collect those marker section names.
	($(common-objpfx)shlib.lds): Discard .gnu.glibc-stub.* sections.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a733043d47..25b0b8d9b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2005-02-10  Roland McGrath  <roland@redhat.com>
 
+	[BZ #157]
+	* include/libc-symbols.h (stub_warning): Emit a marker section called
+	.gnu.glibc-stub.NAME.
+	* Makerules ($(objpfx)stubs): Depend on object files, not dep files.
+	Use objdump to collect those marker section names.
+	($(common-objpfx)shlib.lds): Discard .gnu.glibc-stub.* sections.
+
 	* Rules (subdir_objs, subdir_stubs): New phony targets.
 	* Makefile (+subdir_targets): Add them.