From 961d4a2eb2038950aae5d302f3d8e2d886c63e40 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 29 Dec 2001 01:02:17 +0000 Subject: Update. 2001-12-19 Martin Schwidefsky * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ... * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here, remove high order bit from the program counter. * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here. 2001-12-19 Martin Schwidefsky * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove unnecessary code and add missing reloc types. * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty case for reloc type R_390_NONE. --- ChangeLog | 57 ++----- linuxthreads_db/ChangeLog | 40 +++++ localedata/ChangeLog | 5 + localedata/locales/bn_BD | 179 +++++++++++++++++++++ sysdeps/s390/s390-64/dl-machine.h | 2 + sysdeps/unix/sysv/linux/s390/profil-counter.h | 27 ---- .../unix/sysv/linux/s390/s390-32/profil-counter.h | 27 ++++ .../unix/sysv/linux/s390/s390-64/profil-counter.h | 27 ++++ 8 files changed, 294 insertions(+), 70 deletions(-) create mode 100644 localedata/locales/bn_BD delete mode 100644 sysdeps/unix/sysv/linux/s390/profil-counter.h create mode 100644 sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h create mode 100644 sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h diff --git a/ChangeLog b/ChangeLog index 8ea30692b7..912ed55af8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,52 +1,23 @@ +2001-12-19 Martin Schwidefsky + + * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ... + * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here, + remove high order bit from the program counter. + * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here. + +2001-12-19 Martin Schwidefsky + + * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove + unnecessary code and add missing reloc types. + * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty + case for reloc type R_390_NONE. + 2001-12-28 Andreas Jaeger * io/bug-ftw3.c: Include string.h for prototypes. * crypt/md5test.c (main): Remove unused variable. - * linuxthreads_db/td_init.c (td_init): Don't use __FUNCTION__ as - literal. - * linuxthreads_db/td_log.c (td_log): Likewise. - * linuxthreads_db/td_ta_delete.c (td_ta_delete): Likewise. - * linuxthreads_db/td_ta_get_nthreads.c (td_ta_get_nthreads): Likewise. - * linuxthreads_db/td_ta_get_ph.c (td_ta_get_ph): Likewise. - * linuxthreads_db/td_ta_map_id2thr.c (td_ta_map_id2thr): Likewise. - * linuxthreads_db/td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Likewise. - * linuxthreads_db/td_ta_new.c (td_ta_new): Likewise. - * linuxthreads_db/td_ta_clear_event.c (td_ta_clear_event): Likewise. - * linuxthreads_db/td_ta_enable_stats.c (td_ta_enable_stats): Likewise. - * linuxthreads_db/td_ta_event_addr.c (td_ta_event_addr): Likewise. - * linuxthreads_db/td_ta_event_getmsg.c (td_ta_event_getmsg): Likewise. - * linuxthreads_db/td_ta_get_stats.c (td_ta_get_stats): Likewise. - * linuxthreads_db/td_ta_reset_stats.c (td_ta_reset_stats): Likewise. - * linuxthreads_db/td_ta_set_event.c (td_ta_set_event): Likewise. - * linuxthreads_db/td_ta_setconcurrency.c (td_ta_setconcurrency): - Likewise. - * linuxthreads_db/td_ta_thr_iter.c (td_ta_thr_iter): Likewise. - * linuxthreads_db/td_ta_tsd_iter.c (td_ta_tsd_iter): Likewise. - * linuxthreads_db/td_thr_clear_event.c (td_thr_clear_event): Likewise. - * linuxthreads_db/td_thr_dbresume.c (td_thr_dbresume): Likewise. - * linuxthreads_db/td_thr_dbsuspend.c (td_thr_dbsuspend): Likewise. - * linuxthreads_db/td_thr_event_enable.c (td_thr_event_enable): - Likewise. - * linuxthreads_db/td_thr_event_getmsg.c (td_thr_event_getmsg): - Likewise. - * linuxthreads_db/td_thr_get_info.c (td_thr_get_info): Likewise. - * linuxthreads_db/td_thr_getfpregs.c (td_thr_getfpregs): Likewise. - * linuxthreads_db/td_thr_getgregs.c (td_thr_getgregs): Likewise. - * linuxthreads_db/td_thr_getxregs.c (td_thr_getxregs): Likewise. - * linuxthreads_db/td_thr_getxregsize.c (td_thr_getxregsize): Likewise. - * linuxthreads_db/td_thr_set_event.c (td_thr_set_event): Likewise. - * linuxthreads_db/td_thr_setfpregs.c (td_thr_setfpregs): Likewise. - * linuxthreads_db/td_thr_setgregs.c (td_thr_setgregs): Likewise. - * linuxthreads_db/td_thr_setprio.c (td_thr_setprio): Likewise. - * linuxthreads_db/td_thr_setsigpending.c (td_thr_setsigpending): - Likewise. - * linuxthreads_db/td_thr_setxregs.c (td_thr_setxregs): Likewise. - * linuxthreads_db/td_thr_sigsetmask.c (td_thr_sigsetmask): Likewise. - * linuxthreads_db/td_thr_tsd.c (td_thr_tsd): Likewise. - * linuxthreads_db/td_thr_validate.c (td_thr_validate): Likewise. - * dlfcn/modstatic.c: Add prototype to avoid warning. 2001-12-26 Roland McGrath diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog index e05a94f9f5..17a391add8 100644 --- a/linuxthreads_db/ChangeLog +++ b/linuxthreads_db/ChangeLog @@ -1,3 +1,43 @@ +2001-12-28 Andreas Jaeger + + * td_init.c (td_init): Don't use __FUNCTION__ as literal. + * td_log.c (td_log): Likewise. + * td_ta_delete.c (td_ta_delete): Likewise. + * td_ta_get_nthreads.c (td_ta_get_nthreads): Likewise. + * td_ta_get_ph.c (td_ta_get_ph): Likewise. + * td_ta_map_id2thr.c (td_ta_map_id2thr): Likewise. + * td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Likewise. + * td_ta_new.c (td_ta_new): Likewise. + * td_ta_clear_event.c (td_ta_clear_event): Likewise. + * td_ta_enable_stats.c (td_ta_enable_stats): Likewise. + * td_ta_event_addr.c (td_ta_event_addr): Likewise. + * td_ta_event_getmsg.c (td_ta_event_getmsg): Likewise. + * td_ta_get_stats.c (td_ta_get_stats): Likewise. + * td_ta_reset_stats.c (td_ta_reset_stats): Likewise. + * td_ta_set_event.c (td_ta_set_event): Likewise. + * td_ta_setconcurrency.c (td_ta_setconcurrency): Likewise. + * td_ta_thr_iter.c (td_ta_thr_iter): Likewise. + * td_ta_tsd_iter.c (td_ta_tsd_iter): Likewise. + * td_thr_clear_event.c (td_thr_clear_event): Likewise. + * td_thr_dbresume.c (td_thr_dbresume): Likewise. + * td_thr_dbsuspend.c (td_thr_dbsuspend): Likewise. + * td_thr_event_enable.c (td_thr_event_enable): Likewise. + * td_thr_event_getmsg.c (td_thr_event_getmsg): Likewise. + * td_thr_get_info.c (td_thr_get_info): Likewise. + * td_thr_getfpregs.c (td_thr_getfpregs): Likewise. + * td_thr_getgregs.c (td_thr_getgregs): Likewise. + * td_thr_getxregs.c (td_thr_getxregs): Likewise. + * td_thr_getxregsize.c (td_thr_getxregsize): Likewise. + * td_thr_set_event.c (td_thr_set_event): Likewise. + * td_thr_setfpregs.c (td_thr_setfpregs): Likewise. + * td_thr_setgregs.c (td_thr_setgregs): Likewise. + * td_thr_setprio.c (td_thr_setprio): Likewise. + * td_thr_setsigpending.c (td_thr_setsigpending): Likewise. + * td_thr_setxregs.c (td_thr_setxregs): Likewise. + * td_thr_sigsetmask.c (td_thr_sigsetmask): Likewise. + * td_thr_tsd.c (td_thr_tsd): Likewise. + * td_thr_validate.c (td_thr_validate): Likewise. + 2001-04-12 Ulrich Drepper * td_ta_map_id2thr.c: If thread terminated return TD_NOTHR. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index d0c93fc623..207f5762d8 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2001-12-28 Ulrich Drepper + + * locales/bn_BD: New file. + Contributed by Taneem Ahmed . + 2001-12-11 Ulrich Drepper * SUPPORTED (SUPPORTED-LOCALES): Add vi_VN.TCVN. diff --git a/localedata/locales/bn_BD b/localedata/locales/bn_BD new file mode 100644 index 0000000000..fd0ae2c291 --- /dev/null +++ b/localedata/locales/bn_BD @@ -0,0 +1,179 @@ +escape_char / +comment_char % + +% This is the locale defination file for Bangladeshi Bengali + +LC_IDENTIFICATION +title "Bengali language locale for Bangladesh" +source "Bangladesh Linux User Group http://www.bdlug.org" +address "Dhaka, Bangladesh" +contact "Taneem Ahmed" +email "taneem@poribar.org" +tel "" +fax "" +language "Bengali" +territory "BD" +revision "0.1" +date "2001-11-01" + +category bn_BD:2001;LC_IDENTIFICATION +category bn_BD:2001;LC_COLLATE +category bn_BD:2001;LC_CTYPE +category bn_BD:2001;LC_MESSAGES +category bn_BD:2001;LC_MONETARY +category bn_BD:2001;LC_NUMERIC +category bn_BD:2001;LC_TIME +category bn_BD:2001;LC_PAPER +category bn_BD:2001;LC_MEASUREMENT +category bn_BD:2001;LC_TELEPHONE +category bn_BD:2001;LC_ADDRESS +category bn_BD:2001;LC_NAME + +END LC_IDENTIFICATION + +LC_COLLATE +% TODO: Bengali sorting should be added +copy "iso14651_t1" +END LC_COLLATE + +LC_CTYPE +copy "i18n" +END LC_CTYPE + +LC_MONETARY +%this is the rupee sign +currency_symbol "" +%currency_symbol "" +mon_decimal_point "" +mon_thousands_sep "" +mon_grouping 3;3 +positive_sign "" +negative_sign "" +int_frac_digits 2 +frac_digits 2 +p_cs_precedes 1 +p_sep_by_space 1 +n_cs_precedes 1 +n_sep_by_space 1 +p_sign_posn 1 +n_sign_posn 1 +END LC_MONETARY + + +LC_NUMERIC +decimal_point "" +thousands_sep "" +grouping 3;3 +END LC_NUMERIC + +LC_TIME +abday ""; / + "";/ + "";/ + "";/ + "";/ + "";/ + "" + +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" + +%jan feb mar apr may jun jul aug sep oct nov dec +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" + +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" + +am_pm "";"" +d_t_fmt "" +d_fmt "" +t_fmt "" +t_fmt_ampm "" +END LC_TIME + +LC_MESSAGES +yesexpr "" +noexpr "" +yesstr "" +nostr "" +END LC_MESSAGES + +LC_MESSAGES +yesstr "" +nostr "" +yesexpr "" +noexpr "" +END LC_MESSAGES + +% Metric Measurement system (ISO 1000) +LC_MEASUREMENT +measurement 1 +END LC_MEASUREMENT + +% Default paper: A4 +LC_PAPER +height 297 +width 210 +END LC_PAPER + +LC_TELEPHONE +tel_int_fmt "" +tel_dom_fmt "" +int_select "" +int_prefix "" +END LC_TELEPHONE + +LC_NAME +% [profession] Given_Name [middle_name] Family_Name +name_fmt "" +name_gen "" +%jonab +name_mr "" +%jonaba +name_mrs "" +name_ms "" +name_miss "" +END LC_NAME + + +LC_ADDRESS +postal_fmt "" +country_name "" +country_ab2 "BD" +lang_ab "bn" +%lang_ab3_term "ben" +lang_name "" +% todo +%country_post "" +%country_num "" +%country_car "" +%country_isbn "" +%lang_term "" +%lang_lib "" +END LC_ADDRESS diff --git a/sysdeps/s390/s390-64/dl-machine.h b/sysdeps/s390/s390-64/dl-machine.h index 4d4c344ea0..25294fc787 100644 --- a/sysdeps/s390/s390-64/dl-machine.h +++ b/sysdeps/s390/s390-64/dl-machine.h @@ -415,6 +415,8 @@ elf_machine_rela (struct link_map *map, const Elf64_Rela *reloc, *(unsigned short *) reloc_addr = value + reloc->r_addend - (Elf64_Addr) reloc_addr; break; + case R_390_NONE: + break; #endif #if !defined(RTLD_BOOTSTRAP) || defined(_NDEBUG) default: diff --git a/sysdeps/unix/sysv/linux/s390/profil-counter.h b/sysdeps/unix/sysv/linux/s390/profil-counter.h deleted file mode 100644 index d151b529b9..0000000000 --- a/sysdeps/unix/sysv/linux/s390/profil-counter.h +++ /dev/null @@ -1,27 +0,0 @@ -/* Low-level statistical profiling support function. Linux/s390 version. - Copyright (C) 2000 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ - -#include -#include - -static void -profil_counter (int signo, SIGCONTEXT scp) -{ - profil_count ((void *) GET_PC (scp)); -} diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h b/sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h new file mode 100644 index 0000000000..5500adff8b --- /dev/null +++ b/sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h @@ -0,0 +1,27 @@ +/* Low-level statistical profiling support function. Linux/s390 version. + Copyright (C) 2000, 2001 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + +static void +profil_counter (int signo, SIGCONTEXT scp) +{ + profile_count((void *) ((unsigned long) GET_PC (scp) & 0x7fffffffUL)); +} diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h b/sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h new file mode 100644 index 0000000000..d151b529b9 --- /dev/null +++ b/sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h @@ -0,0 +1,27 @@ +/* Low-level statistical profiling support function. Linux/s390 version. + Copyright (C) 2000 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ + +#include +#include + +static void +profil_counter (int signo, SIGCONTEXT scp) +{ + profil_count ((void *) GET_PC (scp)); +} -- cgit v1.2.3