Commit Graph

8474 Commits

Author SHA1 Message Date
Ulrich Drepper
2e331a6645 Update. 2002-06-30 19:21:09 +00:00
Ulrich Drepper
93ef4d8ec3 Fix U0406 handling (MIN -> CAP). 2002-06-30 19:18:59 +00:00
Ulrich Drepper
e5796373a4 Update. 2002-06-29 21:08:06 +00:00
Ulrich Drepper
b431f8541f (read_input_file): Handle more than one slash at end of line correctly. 2002-06-29 21:07:11 +00:00
Ulrich Drepper
98e01611ca Update. 2002-06-29 17:00:57 +00:00
Ulrich Drepper
c713c92cf8 (elf_dynamic_do_rel): Avoid overflow in computation to skip relative
relocations.
2002-06-29 17:00:24 +00:00
Ulrich Drepper
087db3f914 Update. 2002-06-28 17:27:02 +00:00
Ulrich Drepper
7a31b343cc (elf_machine_load_address): Use local labels in assembler instructions. 2002-06-28 17:26:20 +00:00
Ulrich Drepper
fdd5e1a6eb Update. 2002-06-26 15:41:01 +00:00
Ulrich Drepper
c51accf4f2 Fix function names. 2002-06-26 15:31:30 +00:00
Ulrich Drepper
1610c7f106 Export libgcc functions for GLIBC_2.0. 2002-06-26 15:31:11 +00:00
Andreas Jaeger
5a24118a9e Update. 2002-06-26 14:53:32 +00:00
Andreas Jaeger
ebff7f5d87 Add long double failures. 2002-06-26 14:53:25 +00:00
Ulrich Drepper
b622a0bda8 Update. 2002-06-25 18:23:13 +00:00
Ulrich Drepper
268657ecf1 (__argp_fmtstream_update): Avoid crash in handling of overly long words. 2002-06-25 18:21:26 +00:00
Andreas Jaeger
04dccd224a Update. 2002-06-25 12:33:47 +00:00
Andreas Jaeger
7b17d585b4 * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
to not use 32-bit pc relative relocations.
	(elf_machine_dynamic): Likewise.
2002-06-25 12:33:29 +00:00
Ulrich Drepper
5580c9d07d Update. 2002-06-22 05:52:12 +00:00
Ulrich Drepper
2ad2861052 [__ASSUME_GETDENTS64_SYSCALL] (__GETDENTS): Check for failed getdents64 syscall. 2002-06-22 05:51:25 +00:00
Ulrich Drepper
f85a56d6de Croatian translation for glibc. 2002-06-20 22:38:36 +00:00
Ulrich Drepper
1c4458b7b3 Update. 2002-06-20 22:17:09 +00:00
Ulrich Drepper
204669abeb Fix typo. 2002-06-20 22:16:24 +00:00
Ulrich Drepper
f41293d879 Update. 2002-06-20 07:19:43 +00:00
Ulrich Drepper
519bb36187 Fix cases in which argument or result is subnormal. 2002-06-20 07:17:57 +00:00
Ulrich Drepper
aec1e4e2aa Update. 2002-06-20 06:54:21 +00:00
Ulrich Drepper
adcce37936 Fix three mistakes in computing the quotient. 2002-06-20 06:52:16 +00:00
Andreas Jaeger
257f0490ed Merge from mainline. 2002-06-17 09:21:32 +00:00
Roland McGrath
642d0eb7d6 Comment fix. 2002-06-11 21:53:23 +00:00
Roland McGrath
31b875fef8 . 2002-06-11 21:47:53 +00:00
Roland McGrath
03a0a299cb 2002-06-07 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/bits/environments.h: File removed.
2002-06-11 21:47:24 +00:00
Roland McGrath
51dc4636e8 2002-06-09 Roland McGrath <roland@frob.com>
Update to new Hurd RPC interfaces supporting 64-bit file sizes.
	* sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
	value of HURD_INTERFACE_VERSION >= 20020609.
	* sysdeps/mach/hurd/configure: Regenerated.
	* shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
	* sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
	convert a struct stat64 into a struct stat and return 0 or -1
	with errno set to EOVERFLOW.
	* sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
	for struct statfs64 to struct statfs.
	* sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
	* sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
	* sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
	* sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
	* sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
	* sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
	* sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
	* sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
	* sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
	* sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
	* sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
	* sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
	* sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
	* sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
	* sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
	* sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
	* sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
	* sysdeps/mach/hurd/readdir.c (__readdir): Call that.
	* sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
	* sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
	* hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
	Use struct stat64 for io_stat argument.
	* sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
	* hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
	to io_seek.
	* hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
	* hurd/fd-write.c (_hurd_fd_write): Likewise.
	* hurd/hurd/fd.h: Update decls.
	* sysdeps/mach/hurd/getcwd.c
	(_hurd_canonicalize_directory_name_internal): Use ino64_t
	and struct dirent64.
	* sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
	(__xstat): Renamed to __xstat64, use struct stat64 for argument.
	(__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
	(__lseek): Renamed to __libc_lseek64, use off64_t for argument.
2002-06-11 21:47:12 +00:00
Roland McGrath
a8ab0e34e3 2002-06-08 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
	instead of unsigned long int for __allocation and __size members.
2002-06-11 21:46:50 +00:00
Roland McGrath
c8b4088259 Added some Hurd items for 2.2.6, fixed some typos. 2002-06-10 20:11:16 +00:00
Andreas Jaeger
10598c0f30 Merge from mainline. 2002-06-03 06:50:10 +00:00
Ulrich Drepper
bb287ad59a Update. 2002-05-31 00:20:01 +00:00
Ulrich Drepper
3733ab5efb Update from translation team. 2002-05-31 00:11:11 +00:00
Ulrich Drepper
1c2fed91fc Update. 2002-05-31 00:10:08 +00:00
Ulrich Drepper
aa928f79d2 Avoid using INTUSE. 2002-05-31 00:08:20 +00:00
Ulrich Drepper
f233d48498 Update. 2002-05-31 00:04:21 +00:00
Ulrich Drepper
a9555e1509 (process_elf_file): Give correct message when finding object of wrong class. 2002-05-31 00:03:01 +00:00
Ulrich Drepper
8b6074862d Update. 2002-05-31 00:00:14 +00:00
Ulrich Drepper
70ba7f76f0 (__moddi3): Fix pasto. 2002-05-30 23:59:11 +00:00
Ulrich Drepper
47cefb07f5 Update. 2002-05-28 04:54:56 +00:00
Ulrich Drepper
479f2cbc50 (BODY for TO_LOOP): Avoid running off the end of the ISO-8859-7 from idx table. 2002-05-28 04:53:57 +00:00
Ulrich Drepper
c654817804 Update. 2002-05-24 08:30:57 +00:00
Ulrich Drepper
f55980bd0d (main): Add ether_line tests. 2002-05-24 08:29:30 +00:00
Ulrich Drepper
04ddb724ae (ether_line): Fix a typo causing only lower 4 bits of each ethernet address
byte being assigned.  Don't modify what line points to.
2002-05-24 08:28:58 +00:00
Ulrich Drepper
4884719d2f Update. 2002-05-21 02:19:04 +00:00
Ulrich Drepper
5ec0c64874 Define _internal aliases. 2002-05-21 02:18:21 +00:00
Ulrich Drepper
f5cb3df4c0 (LOAD_PIC_REG): Define.
(elf_machine_dynamic): Use it to force PIC register to be loaded.
(elf_machine_load_address): Likewise.
2002-05-21 02:18:04 +00:00