Commit Graph

75 Commits

Author SHA1 Message Date
Richard Henderson
925f8e84e6 alpha: Update _itoa.h include. 2012-03-21 08:18:55 -07:00
Richard Henderson
bdd7898a58 alpha: Tell math_private.h that we have __isnan et al. 2012-03-19 06:53:31 -07:00
Richard Henderson
2be0ac4d53 alpha: replace bits/socket.h with bits/socket_type.h. 2012-03-11 11:15:09 -07:00
Paul Eggert
ab84e3ff9c Replace FSF snail mail address by URL. 2012-03-09 23:56:38 +00:00
Richard Henderson
ee78ea885a alpha: Avoid -Winline warning in ioperm.c.
Specifically:
warning: inlining failed in call to 'inline_sethae.part.1':
call is unlikely and code size would grow [-Winline]
2012-03-04 12:03:59 -08:00
Richard Henderson
dff6d47156 alpha: Update recvmmsg and sendmmsg declarations. 2012-03-04 12:02:55 -08:00
Richard Henderson
5414279644 alpha: Update for pthread_attr_t typedef changes. 2012-03-04 11:30:01 -08:00
Richard Henderson
7ae95db5d7 alpha: Convert to bits/timerfd.h and bits/epoll.h. 2012-02-21 08:48:08 -08:00
Andreas Schwab
56526a6f75 Whitespace cleanup 2012-02-20 18:16:28 +01:00
Andreas Schwab
f157a61945 alpha: Add support for Linux error EHWPOISON 2012-02-20 18:16:05 +01:00
Aurelien Jarno
3287d4162f alpha: Fix _SC_LEVEL*CACHE* 2012-02-20 08:38:54 -08:00
Richard Henderson
b98de9639c alpha: Eliminate plt entries for __ieee_[sg]et_fp_control 2012-02-20 08:17:19 -08:00
Mike Hommey
f3ce45f370 alpha: Support 6th argument to syscall 2012-02-15 16:27:55 -08:00
Richard Henderson
596720af7a alpha: Convert to bits/signalfd.h. 2012-02-15 16:24:45 -08:00
Richard Henderson
f0a81bf387 alpha: Do signed promotion of 32-bit arguments to syscalls 2012-02-15 16:07:11 -08:00
Richard Henderson
64e65bc1ae alpha: Correct relocation markup for PIC SYSCALL_ERROR_HANDLER. 2012-02-15 16:07:11 -08:00
Richard Henderson
7b4f30e356 alpha: Don't test USE___THREAD in dl-machine.h. 2012-02-15 16:07:11 -08:00
Richard Henderson
15be932dfc alpha: Don't check USE___THREAD in __syscall_error. 2012-02-15 12:19:47 -08:00
Richard Henderson
4c85d632e4 BZ #13361
alpha: More Linux additions copied from generic/bits/fcntl.h.
2012-02-15 12:19:47 -08:00
Richard Henderson
b991ef778a alpha: Don't let preconfigure interfere with other targets. 2012-02-15 08:02:19 -08:00
Richard Henderson
15dd57e85c Replace Alpha sys/eventfd.h with bits/eventfd.h 2012-02-13 15:35:18 -08:00
Richard Henderson
93519140c0 alpha: Re-enable export of the unwind functions, and relro detection. 2012-02-09 11:15:22 -08:00
Richard Henderson
8c7adf8e79 alpha: Add ldsodefs.h and tst-audit.h. 2012-02-08 17:03:28 -08:00
Richard Henderson
dd0c700a97 alpha: Add tls-macros.h. 2012-02-08 17:03:27 -08:00
Richard Henderson
23a7453bbd alpha: Remove HAVE_ELF tests. 2012-02-08 17:03:27 -08:00
Richard Henderson
9fb2a6b9af alpha: Convert to crt[in].S.
A particularly trivial conversion, since we were already using
assembler, smuggled inside the C file.
2012-02-08 17:03:27 -08:00
Richard Henderson
e544dcd508 alpha: Eliminate set-but-not-used warnings with internal syscalls. 2012-02-08 17:03:27 -08:00
Richard Henderson
2011e6018c alpha: Define _STAT_VER_LINUX. 2012-02-08 17:03:27 -08:00
Richard Henderson
6aa8bd8cd1 alpha: Define TLS_DTV_UNALLOCATED. 2012-02-08 17:03:27 -08:00
Richard Henderson
fe7b738e7a alpha: Require kernel version 2.6.0.
The minimum version that supports TLS.  Also avoids having to
fix the build for ancient __ASSUME_* settings.
2012-02-08 17:03:23 -08:00
Richard Henderson
f81b9186ff alpha: Remove HAVE_TLS_SUPPORT and HAVE___THREAD tests. 2012-02-08 17:01:24 -08:00
Joseph Myers
7191c0cfd1 Update alpha files for removal of ia64 from libc. 2012-01-07 16:52:21 +00:00
Andreas Schwab
989edf2cb0 alpha: don't call ifunc functions in trace mode 2011-10-05 11:50:05 +02:00
Richard Henderson
39262cc898 [alpha] Fix wrong register use in ____longjmp_chk. 2011-03-28 14:44:49 -07:00
Richard Henderson
57d366bd22 Missed changelog with last commit 2011-03-01 10:05:08 +10:00
Aurelien Jarno
79abd1fbfc alpha: Add f_flags to struct statfs 2011-03-01 10:02:04 +10:00
Aurelien Jarno
6534235696 alpha: Define DEFAULT_STACK_PERMS 2011-03-01 10:00:28 +10:00
Aurelien Jarno
146c8734c7 alpha: Define F_GET/SETPIPE_SZ 2011-03-01 09:59:13 +10:00
Richard Henderson
6c14d67f5f Update changelog for last change. 2010-09-26 11:13:04 -07:00
Richard Henderson
926cf114f7 alpha: rewrite memchr.
[BZ #12019]
The new implementation does not read too much data.
2010-09-23 08:02:08 -07:00
Richard Henderson
7ffd2bd725 alpha: Do the 32/64-bit split on statfs routines. 2010-05-05 08:12:11 -07:00
Richard Henderson
9f99a411e6 Add BZ markers. 2010-05-04 09:12:27 -07:00
Richard Henderson
200b5faee1 alpha: fix memchr to not cause memory faults.
http://www.mail-archive.com/debian-alpha@lists.debian.org/msg25088.html

Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-05-04 09:06:15 -07:00
Aurelien Jarno
2ec03f509f alpha: add dl-procinfo support.
Fixes glibc bug 6827.

Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-05-04 09:02:22 -07:00
Aurelien Jarno
116ff9ad18 alpha: fix corner cases in ceil, floor, rint.
Partial revert of bebc49030c. Even with the revert, ceil and floor are
still faster than libcpml's equivalent.

Fixes bug 5350.

Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-05-04 09:01:40 -07:00
GOTO Masanori
6a84c77c71 alpha: fix *xstat.c build failure for Linux headers < 2.6.4
Fixes glibc bug 1026.
http://sourceware.org/ml/libc-alpha/2005-02/msg00122.html

Signed-off-by: Matt Turner <mattst88@gmail.com>
2010-05-04 09:00:25 -07:00
Richard Henderson
8eb49e8ae8 alpha: Define MSG_WAITFORONE.
Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-30 07:50:27 -07:00
Richard Henderson
3648b8073b Update ChangeLog for alpha kernel-features.h pulls. 2010-03-30 07:48:27 -07:00
Richard Henderson
05479f36bb alpha: Implement ____longjmp_chk.
Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-26 13:17:53 -07:00
Richard Henderson
c87187fbb5 alpha: Fix errlist-compat for GLIBC_2.12.
Signed-off-by: Richard Henderson <rth@twiddle.net>
2010-03-26 13:17:53 -07:00