diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-05-17 18:59:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-05-17 18:59:35 +0000 |
commit | d40eb37aad4145ae4d047b6d7f633f740bf3a610 (patch) | |
tree | c2ff0130b68574a0b45bf63e0653f8c58b5a7bd1 /debug | |
parent | cc24242da7cddba154275547da89516eca6a0f88 (diff) | |
download | glibc-d40eb37aad4145ae4d047b6d7f633f740bf3a610.tar.gz glibc-d40eb37aad4145ae4d047b6d7f633f740bf3a610.tar.xz glibc-d40eb37aad4145ae4d047b6d7f633f740bf3a610.zip |
[BZ #40]
Update. 2004-05-15 Petter Reinholdtsen <pere@hungry.com> * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND MONTENEGRO" which have taken over the code 819. Patch from Danilo Segan. [BZ #40] 2004-05-15 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to __sparc_get_pic_l7. 2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk> * catgets/gencat.c: Update bug reporting instructions. * csu/version.c: Likewise. * debug/catchsegv.sh: Likewise. * debug/pcprofiledump.c: Likewise. * debug/xtrace.sh: Likewise. * elf/ldd.bash.in: Likewise. * iconv/iconv_prog.c: Likewise. * iconv/iconvconfig.c: Likewise. * locale/programs/locale.c: Likewise. * locale/programs/localedef.c: Likewise. * login/programs/pt_chown.c: Likewise. * malloc/memusage.sh: Likewise. * malloc/memusagestat.c: Likewise. * malloc/mtrace.pl: Likewise. * manual/crypt.texi: Likewise. * manual/install.texi: Likewise. * nss/makedb.c: Likewise. 2004-05-14 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only CHECK_STATIC_TLS if sym != NULL. * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise. * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise. 2004-05-12 Andreas Schwab <schwab@suse.de> * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs when translating. 2004-05-13 H.J. Lu <hongjiu.lu@intel.com> * Rules (xtests): Depend on tests.
Diffstat (limited to 'debug')
-rwxr-xr-x | debug/catchsegv.sh | 3 | ||||
-rw-r--r-- | debug/pcprofiledump.c | 3 | ||||
-rwxr-xr-x | debug/xtrace.sh | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/debug/catchsegv.sh b/debug/catchsegv.sh index 8379c6b8d6..853b108609 100755 --- a/debug/catchsegv.sh +++ b/debug/catchsegv.sh @@ -33,7 +33,8 @@ if test $# -eq 0; then echo 'Usage: catchsegv PROGRAM ARGS...' echo ' --help print this help, then exit' echo ' --version print version number, then exit' - echo "Report bugs using the \`glibcbug' script to <bugs@gnu.org>." + echo "For bug reporting instructions, please see:" + echo "<http://www.gnu.org/software/libc/bugs.html>." exit 0 ;; --v | --ve | --ver | --vers | --versi | --versio | --version) diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c index 6d3a2c7354..210e5089e9 100644 --- a/debug/pcprofiledump.c +++ b/debug/pcprofiledump.c @@ -197,7 +197,8 @@ more_help (int key, const char *text, void *input) case ARGP_KEY_HELP_EXTRA: /* We print some extra information. */ return strdup (gettext ("\ -Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n")); +For bug reporting instructions, please see:\n\ +<http://www.gnu.org/software/libc/bugs.html>.\n")); default: break; } diff --git a/debug/xtrace.sh b/debug/xtrace.sh index 97c76507ee..43a74a053d 100755 --- a/debug/xtrace.sh +++ b/debug/xtrace.sh @@ -54,7 +54,8 @@ do_help() { Mandatory arguments to long options are also mandatory for any corresponding short options. -Report bugs using the \`glibcbug' script to <bugs@gnu.org>.\n" +For bug reporting instructions, please see: +<http://www.gnu.org/software/libc/bugs.html>.\n" exit 0 } |