Commit Graph

8333 Commits

Author SHA1 Message Date
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
Ulrich Drepper
ac8fa81c1e When second argument pointer is unaligned, do not forget to fully initialize
%g1 magic value.
2002-05-21 02:17:33 +00:00
Ulrich Drepper
9f0b2bffcf Fix 64-bit elf register definitions and provide 32-bit variants of structures
during 64-bit builds.
2002-05-21 02:17:06 +00:00
Ulrich Drepper
3836484d27 (_FP_FRAC_CLEAR_OVERP_1): Define. 2002-05-21 02:16:40 +00:00
Ulrich Drepper
3dfc0d84a6 (_FP_FRAC_CLEAR_OVERP_2): Define. 2002-05-21 02:16:18 +00:00
Ulrich Drepper
ffc706b56e (_FP_FRAC_CLEAR_OVERP_4): Define. 2002-05-21 02:15:54 +00:00
Ulrich Drepper
ddde59273a (_FP_PACK_CANONICAL): After rounding, if
_FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
(_FP_FROM_INT): Perform right shifts on unsigned integer type.
Do not clear implicit one bit here, it must be done post-rounding.
Only pad to the left using left shift if value uses less than the
available fractional bits.
2002-05-21 02:15:29 +00:00
Ulrich Drepper
10e22bd2ed Update. 2002-05-21 00:30:02 +00:00
Ulrich Drepper
f432e749d0 Build libgcc-compat and divdi3. 2002-05-21 00:28:35 +00:00
Ulrich Drepper
17b5aef5f3 Code to be re-exported. 2002-05-21 00:25:28 +00:00
Ulrich Drepper
44d76f3aec Update. 2002-05-20 20:12:45 +00:00
Ulrich Drepper
ca7a59c287 (THREAD_SELF): Remove clobber. 2002-05-20 20:10:33 +00:00
Ulrich Drepper
a156ce100f Update. 2002-05-20 19:05:31 +00:00
Ulrich Drepper
01a0cc8db0 Update to match xgettext 0.11 output. 2002-05-20 19:04:19 +00:00
Ulrich Drepper
59a4828912 (libc.pot): Don't sort the output. 2002-05-20 19:04:03 +00:00
Ulrich Drepper
653d620871 Update. 2002-05-16 00:19:43 +00:00
Ulrich Drepper
9d4e563caf (fdim): Add __THROW.
(fdimf): Likewise.
2002-05-16 00:18:09 +00:00
Ulrich Drepper
b11528da05 Update. 2002-05-15 21:33:27 +00:00
Ulrich Drepper
5512ea4d18 Fix int_curr_symbol. 2002-05-15 21:33:02 +00:00
Ulrich Drepper
51331f3e02 Update. 2002-05-15 00:29:57 +00:00
Ulrich Drepper
b98558d037 Update from translation team. 2002-05-15 00:29:05 +00:00
Ulrich Drepper
e04b25ff1a Update. 2002-05-14 21:44:04 +00:00
Ulrich Drepper
61ea97abdf (__posix_memalign): Correct check for size of alignment value. 2002-05-14 21:41:26 +00:00
Roland McGrath
3f7c7ac41a . 2002-05-13 01:50:10 +00:00
Roland McGrath
85b9539f23 2002-05-12 Roland McGrath <roland@frob.com>
* mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
	files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
2002-05-13 01:49:57 +00:00
Roland McGrath
a79fccef13 2002-05-13 Marcus Brinkmann <marcus@gnu.org>
* hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
        Allocate three, not two, more than LEN when appending '/.'.
        * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
        if NAME ends with '/.' if it is shorter than 2 chars.
2002-05-13 01:49:55 +00:00
Roland McGrath
0ef1284028 . 2002-05-13 01:30:30 +00:00
Roland McGrath
0275550858 2002-05-12 Roland McGrath <roland@frob.com>
* hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
	file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
2002-05-13 01:30:16 +00:00
Andreas Jaeger
c80997f90c Update. 2002-05-09 08:16:31 +00:00
Andreas Jaeger
1ddd6effc3 Merge from mainline. 2002-05-09 08:11:38 +00:00
Roland McGrath
73e0046772 . 2002-05-08 22:03:38 +00:00
Roland McGrath
83484d6332 2002-05-08 Roland McGrath <roland@frob.com>
* hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
	O_NOTRANS flag in "." lookup.
2002-05-08 22:03:32 +00:00
Andreas Jaeger
dfea38e9f4 Merge from mainline. 2002-05-08 13:49:11 +00:00
Roland McGrath
1dcca40112 . 2002-04-30 19:17:50 +00:00
Roland McGrath
adfce7a671 2002-04-29 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/configure.in: Set stdio=libio by default.
	* sysdeps/mach/hurd/configure: Regenerated.
2002-04-30 19:17:31 +00:00
Ulrich Drepper
ab4901a7a5 Update. 2002-04-29 04:33:34 +00:00
Ulrich Drepper
04caa0acab (glob): Don't pass GLOB_NOMAGIC flag to glob_in_dir. 2002-04-29 04:26:37 +00:00
Roland McGrath
efeebe42b6 . 2002-04-28 20:11:20 +00:00
Roland McGrath
36d9a1779f 2002-04-28 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/i386/sys/io.h: New file.
	* sysdeps/mach/hurd/i386/ioperm.c: New file.
	* sysdeps/mach/hurd/i386/Dist: Add them.
	* sysdeps/mach/hurd/i386/Versions
	(libc: GLIBC_2.2.6): New set, add ioperm.
	* sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
	(sysdep_routines): Append ioperm here.
	(sysdep_headers): Append sys/io.h here.
	* sysdeps/mach/i386/configure.in: New file.
	Check to set HAVE_I386_IO_PERM_MODIFY.
	* config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
	* sysdeps/mach/i386/configure: New file.
	* mach/Makefile (user-interfaces): Add i386/mach_i386 to the list.
2002-04-28 20:09:03 +00:00
Ulrich Drepper
686bd02afb Update. 2002-04-26 20:36:24 +00:00
Ulrich Drepper
e2560b3364 Copied from i386/semctl.c.
(__old_semctl, __new_semctl): Only use va_arg if the argument will be used.
2002-04-26 20:35:02 +00:00
Ulrich Drepper
92a8beb5ec Update. 2002-04-26 07:58:39 +00:00