From 9c96ff23858b0759e12ad69e3c4599931c90bee8 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sun, 14 Aug 2011 04:07:50 -0700 Subject: * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY, RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6d543f6263..45e389ece4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-08-14 David S. Miller + + * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY, + RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc. + 2011-08-13 Ulrich Drepper * elf/dl-open.c: Rename show_scope to _dl_schow_scope and export. -- cgit v1.2.3 From 5e4287d16f897cde3e0201de0f96d148248c0ca9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 14 Aug 2011 15:59:11 -0700 Subject: Warning patrol. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 45e389ece4..c67904ea53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-14 Roland McGrath + + * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const. + * elf/rtld.c (dl_main): Invert order of assignment in last change, + to avoid a warning. + 2011-08-14 David S. Miller * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY, -- cgit v1.2.3 From 675456ef83622a17c86ae60b94b8e5e3a9d5bb2f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 14 Aug 2011 16:08:37 -0700 Subject: Clean up locale/Makefile variables for -D switches. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c67904ea53..341deebefc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2011-08-14 Roland McGrath + * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs. + (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and + -Iprograms here. + (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib. + (localedef-modules): Add localedef. + (locale-modules): Add locale. + * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const. * elf/rtld.c (dl_main): Invert order of assignment in last change, to avoid a warning. -- cgit v1.2.3 From 69f630971184cae39d578709089d175c4b743390 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 14 Aug 2011 16:42:06 -0700 Subject: More warning patrol. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 341deebefc..456951833d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-08-14 Roland McGrath + * string/strncat.c (STRNCAT): Use prototype definition. + * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs. (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and -Iprograms here. -- cgit v1.2.3