From 8da21f96b56d22f255d09b9dc62ada7fe8fe03a8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 20 Dec 2005 16:14:06 +0000 Subject: * iconv/gconv_conf.c (builtin_aliases): Mark as const. * iconv/gconv_open.c (internal_trans_names): Likewise. --- ChangeLog | 3 ++- iconv/gconv_conf.c | 4 ++-- nptl/ChangeLog | 7 +++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 43795692d6..ffe93fa06f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2005-12-20 Ulrich Drepper - * iconv/gconv_open.c (internal_trans_names): Mark as const. + * iconv/gconv_conf.c (builtin_aliases): Mark as const. + * iconv/gconv_open.c (internal_trans_names): Likewise. 2005-12-19 Kaz Kojima diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c index 858d40998b..37179518ba 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.c @@ -1,5 +1,5 @@ /* Handle configuration data. - Copyright (C) 1997,98,99,2000,2001,2002,2003 Free Software Foundation, Inc. + Copyright (C) 1997-2003, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -78,7 +78,7 @@ static struct gconv_module builtin_modules[] = #undef BUILTIN_ALIAS }; -static const char *builtin_aliases[] = +static const char *const builtin_aliases[] = { #define BUILTIN_TRANSFORMATION(From, To, Cost, Name, Fct, BtowcFct, \ MinF, MaxF, MinT, MaxT) diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 77ce922963..a63c047233 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2005-12-19 Kaz Kojima + + * sysdeps/sh/tcb-offsets.sym: Add POINTER_GUARD. + * sysdeps/sh/tls.h (tcbhead_t): Remove private and add pointer_guard. + (THREAD_GET_POINTER_GUARD, THREAD_SET_POINTER_GUARD, + THREAD_COPY_POINTER_GUARD): Define. + 2005-12-19 Jakub Jelinek * sysdeps/ia64/tls.h (TLS_PRE_TCB_SIZE): Make room for 2 uintptr_t's -- cgit v1.2.3