diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-06 04:05:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-06 04:05:42 +0000 |
commit | 298c70f47122810f14b7b692a37aaeedc2b8e875 (patch) | |
tree | 1d596329b58e045158e9789c2a27bf3ec7a43273 /csu | |
parent | 0e96315a1d6e8d2f738dc00c182dcaf23a8e77c9 (diff) | |
download | glibc-298c70f47122810f14b7b692a37aaeedc2b8e875.tar.gz glibc-298c70f47122810f14b7b692a37aaeedc2b8e875.tar.xz glibc-298c70f47122810f14b7b692a37aaeedc2b8e875.zip |
Update.
2000-12-05 Ulrich Drepper <drepper@redhat.com> * sysdeps/alpha/elf/start.S (__data_start): Define.
Diffstat (limited to 'csu')
-rw-r--r-- | csu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/Makefile b/csu/Makefile index 24e1ecd01c..582571b639 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -1,6 +1,6 @@ # Makefile for csu code for GNU C library. -# Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. +# Copyright (C) 1995,1996,1997,1998,1999,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 |