diff options
author | Roland McGrath <roland@gnu.org> | 2005-02-11 00:29:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-02-11 00:29:55 +0000 |
commit | 561bcb8086e326e06f295278dcdb13493636c61a (patch) | |
tree | 7140bccf8c9bbb4001d7b4e28a2a07c0376b6c0c /ChangeLog | |
parent | 5d9e8991825aee911baff84d7aa0623a9df1122c (diff) | |
download | glibc-561bcb8086e326e06f295278dcdb13493636c61a.tar.gz glibc-561bcb8086e326e06f295278dcdb13493636c61a.tar.xz glibc-561bcb8086e326e06f295278dcdb13493636c61a.zip |
[BZ #157] cvs/fedora-glibc-20050211T0853
* 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-- | ChangeLog | 7 |
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. |