diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-02 07:30:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-02 07:30:48 +0000 |
commit | 4c53d2217ea26aafd7b456a7a343b98b7113a71f (patch) | |
tree | a122366b8eae047ed4e35c3315496fe6d80c1bfa /login | |
parent | aa298c0874c545acf0fc40f8d544cb96f0270990 (diff) | |
download | glibc-4c53d2217ea26aafd7b456a7a343b98b7113a71f.tar.gz |
Update.
2002-10-02 Ulrich Drepper <drepper@redhat.com>
* version.h (VERSION): Bump to 2.3.
* elf/Makefile (distribute): Add tst-tlsmod1.c, tst-tlsmod2.c,
tst-tlsmod3.c, tst-tlsmod4.c, circlemod1.c, circlemod1a.c,
circlemod2.c, circlemod2a.c, circlemod3.c, circlemod3a.c,
and nodlopenmod2.c.
* login/Makefile (distribute): Add utmp-equal.h.
* iconvdata/Makefile (distribute): Add TSCII.precomposed and
TSCII.irreversible.
* Make-dist (dist): Create .bz2 file. Add rule to create .bz2
files.
Also distribute xtests sources.
2002-10-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* elf/elf.h: Change TLS ELF relocation numbers.
* elf/tls-macros.h: Fix code sequences for SH TLS_LD and TLS_GD
macros.
* sysdeps/sh/dl-machine.h (dl_machine_rela) [case R_SH_TLS_TPOFF32]:
Use addend.
* sysdeps/sh/elf/initfini.c: Move __fpscr_values to...
* sysdeps/sh/elf/start.S: ...here.
Diffstat (limited to 'login')
-rw-r--r-- | login/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/login/Makefile b/login/Makefile index 97fab761f3..48f7fefb68 100644 --- a/login/Makefile +++ b/login/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1996,1997,1998,2000,2001,2002 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 @@ -32,7 +32,7 @@ CFLAGS-grantpt.c = -DLIBEXECDIR='"$(libexecdir)"' others = utmpdump pt_chown install-others = $(inst_libexecdir)/pt_chown -distribute := utmp-private.h pty-private.h +distribute := utmp-private.h utmp-equal.h pty-private.h subdir-dirs = programs vpath %.c programs |