diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-23 04:42:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-23 04:42:14 +0000 |
commit | 70fb71fd6a07f0158b1afb12877e6b91987eb4d3 (patch) | |
tree | 4b0730e3944ffac62fc7236071c735dc5108fbe8 /ChangeLog | |
parent | 6bbc689ee3d8fcba26b73901a543177dff14f68e (diff) | |
download | glibc-70fb71fd6a07f0158b1afb12877e6b91987eb4d3.tar.gz glibc-70fb71fd6a07f0158b1afb12877e6b91987eb4d3.tar.xz glibc-70fb71fd6a07f0158b1afb12877e6b91987eb4d3.zip |
Update.
2005-01-22 Ulrich Drepper <drepper@redhat.com> * posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame pointer option. * stdlib/Makefile (CFLAGS-system.os): Use this instead of CFLAGS-system.c for frame pointer option.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8404a62f20..0e0272b92e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-01-22 Ulrich Drepper <drepper@redhat.com> + + * posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame + pointer option. + + * stdlib/Makefile (CFLAGS-system.os): Use this instead of + CFLAGS-system.c for frame pointer option. + 2005-01-21 Roland McGrath <roland@redhat.com> * elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS. |