diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-10 07:55:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-10 07:55:46 +0000 |
commit | 53751fd5e5c3cfd86e60e63740738cf1bc97697d (patch) | |
tree | 34280e234d21594d61a23849587c92cfe9047db0 /timezone/tzfile.h | |
parent | 69e094203aa2ca3114c2209659cbde00464ad6e7 (diff) | |
download | glibc-53751fd5e5c3cfd86e60e63740738cf1bc97697d.tar glibc-53751fd5e5c3cfd86e60e63740738cf1bc97697d.tar.gz glibc-53751fd5e5c3cfd86e60e63740738cf1bc97697d.tar.bz2 glibc-53751fd5e5c3cfd86e60e63740738cf1bc97697d.zip |
* sysdeps/hppa/elf/start.S (_start): Use PLABEL32 relocations
by using LR and RR. Add %sr0 to iitlbp.
* timezone/private.h: Update from tzcode2005r.
* timezone/tzfile.h: Likewise.
* timezone/zdump.c: Likewise.
* timezone/zic.c: Likewise.
* timezone/africa: Update from tzdata2005r.
* timezone/antarctica: Likewise.
* timezone/asia: Likewise.
* timezone/australasia: Likewise.
* timezone/backward: Likewise.
* timezone/europe: Likewise.
* timezone/northamerica: Likewise.
* timezone/southamerica: Likewise.
* timezone/systemv: Likewise.
Diffstat (limited to 'timezone/tzfile.h')
-rw-r--r-- | timezone/tzfile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/timezone/tzfile.h b/timezone/tzfile.h index 2dad932ef4..fb6ca9880f 100644 --- a/timezone/tzfile.h +++ b/timezone/tzfile.h @@ -4,7 +4,7 @@ /* ** This file is in the public domain, so clarified as of -** 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov). +** 1996-06-05 by Arthur David Olson. */ /* @@ -21,7 +21,7 @@ #ifndef lint #ifndef NOID -static char tzfilehid[] = "@(#)tzfile.h 7.17"; +static char tzfilehid[] = "@(#)tzfile.h 7.18"; #endif /* !defined NOID */ #endif /* !defined lint */ @@ -105,7 +105,7 @@ struct tzhead { #ifdef NOSOLAR /* ** Must be at least 14 for Europe/Riga as of Jan 12 1995, -** as noted by Earl Chew <earl@hpato.aus.hp.com>. +** as noted by Earl Chew. */ #define TZ_MAX_TYPES 20 /* Maximum number of local time types */ #endif /* !defined NOSOLAR */ |