diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-04 17:21:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-04 17:21:50 +0000 |
commit | fb19a1ec9efc34ce5409374844eb2a2820d4c187 (patch) | |
tree | 8d7228d5ffa54e043a1f28db83bfa90a28ed2c54 /elf/sprof.c | |
parent | 3c5edd4dc680911b5dd1bd9a0c2b55cc134b6a46 (diff) | |
download | glibc-fb19a1ec9efc34ce5409374844eb2a2820d4c187.tar.gz glibc-fb19a1ec9efc34ce5409374844eb2a2820d4c187.tar.xz glibc-fb19a1ec9efc34ce5409374844eb2a2820d4c187.zip |
Update.
1999-01-04 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/register-dump.h: Correct widths of register values. * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: New file. * csu/version.c (banner): Update date. * elf/sprof.c: Likewise. * login/programs/utmpd.c: Likewise. * nss/getent.c: Likewise. * posix/getconf.c: Likewise. * Rules: Likewise. Remove rules to generate obsolete empty.{c,o*}.
Diffstat (limited to 'elf/sprof.c')
-rw-r--r-- | elf/sprof.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/sprof.c b/elf/sprof.c index 8565dd981e..b64c2b97f1 100644 --- a/elf/sprof.c +++ b/elf/sprof.c @@ -1,5 +1,5 @@ /* Read and display shared object profiling data. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. @@ -361,7 +361,7 @@ Copyright (C) %s Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ "), - "1997, 1998"); + "1999"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } |