diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-31 23:36:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-31 23:36:18 +0000 |
commit | b6da933bfb2afb240b4a360974533ab3fdf2b0f3 (patch) | |
tree | 7d966f4d602b26e26445c7d5506177f6c2f06997 /ChangeLog | |
parent | dcfc8224315f0c38a595be5e208b7925596ac4cd (diff) | |
download | glibc-b6da933bfb2afb240b4a360974533ab3fdf2b0f3.zip glibc-b6da933bfb2afb240b4a360974533ab3fdf2b0f3.tar.gz glibc-b6da933bfb2afb240b4a360974533ab3fdf2b0f3.tar.bz2 |
Update.
* csu/Makefile: Fix Makefile warnings regarding Scrt1.
* sysdeps/ia64/elf/initfini.c (gmon_initializer): Mark with
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,8 +1,10 @@ 2003-05-31 Ulrich Drepper <drepper@redhat.com> + * csu/Makefile: Fix Makefile warnings regarding Scrt1. + * libio/fileops.c (_IO_file_open): Don't mark as inline. - * sysdeps/ia64/elf/initfini.c ((gmon_initializer): Mark with + * sysdeps/ia64/elf/initfini.c (gmon_initializer): Mark with attribute used. 2003-05-30 Ulrich Drepper <drepper@redhat.com> |