platform/upstream/glibc.git
13 years agoFix profiling libc for ARM EABI to use __gnu_mcount_nc interface when available.
Manjunath Matti [Wed, 16 Feb 2011 17:30:13 +0000 (17:30 +0000)]
Fix profiling libc for ARM EABI to use __gnu_mcount_nc interface when available.

13 years agoMove ChangeLog entry to correct file.
Joseph Myers [Tue, 25 Jan 2011 21:00:16 +0000 (21:00 +0000)]
Move ChangeLog entry to correct file.

13 years agoDefine MADV_HUGEPAGE and MADV_NOHUGEPAGE for MIPS.
Joseph Myers [Tue, 25 Jan 2011 20:58:24 +0000 (20:58 +0000)]
Define MADV_HUGEPAGE and MADV_NOHUGEPAGE for MIPS.

13 years agoDefine MADV_HUGEPAGE and MADV_NOHUGEPAGE for ARM.
Joseph Myers [Tue, 25 Jan 2011 20:57:58 +0000 (20:57 +0000)]
Define MADV_HUGEPAGE and MADV_NOHUGEPAGE for ARM.

13 years agoDefine new socket constants for MIPS.
Joseph Myers [Tue, 25 Jan 2011 20:49:51 +0000 (20:49 +0000)]
Define new socket constants for MIPS.

13 years agom68k: define MADV_HUGEPAGE and MADV_NOHUGEPAGE
Andreas Schwab [Tue, 18 Jan 2011 11:20:06 +0000 (12:20 +0100)]
m68k: define MADV_HUGEPAGE and MADV_NOHUGEPAGE

13 years agom68k: fix namespace pollution
Andreas Schwab [Tue, 18 Jan 2011 11:18:31 +0000 (12:18 +0100)]
m68k: fix namespace pollution

13 years agoEnable optimized string routines for several PowerPC 4XX family processors.
Luis Machado [Wed, 12 Jan 2011 18:59:09 +0000 (12:59 -0600)]
Enable optimized string routines for several PowerPC 4XX family processors.

This patch provides optimized string routines for the 4XX family of PowerPC
and Power Architecture processors.  For the 476 processor, it can be
configured for either hard-fp with -mcpu=476 --with-fp, or for soft-fp with
-mcpu=476 (since the default is soft-fp).

13 years agom68k: force alignment of sem_t
Andreas Schwab [Sun, 2 Jan 2011 19:14:41 +0000 (20:14 +0100)]
m68k: force alignment of sem_t

13 years agoFix ARM fenv.h fallbacks when excepts == 0.
Joseph Myers [Fri, 7 Jan 2011 01:42:06 +0000 (01:42 +0000)]
Fix ARM fenv.h fallbacks when excepts == 0.

13 years agoHandle NO_CTORS_DTORS_SECTIONS for MIPS.
Joseph Myers [Thu, 30 Dec 2010 21:36:54 +0000 (21:36 +0000)]
Handle NO_CTORS_DTORS_SECTIONS for MIPS.

13 years agom68k: define DEFAULT_STACK_PERMS
Andreas Schwab [Sun, 26 Dec 2010 10:02:05 +0000 (11:02 +0100)]
m68k: define DEFAULT_STACK_PERMS

13 years agoDefine DEFAULT_STACK_PERMS for MIPS.
Joseph Myers [Tue, 21 Dec 2010 00:40:13 +0000 (00:40 +0000)]
Define DEFAULT_STACK_PERMS for MIPS.

13 years agoDefine DEFAULT_STACK_PERMS for ARM.
Joseph Myers [Tue, 21 Dec 2010 00:39:39 +0000 (00:39 +0000)]
Define DEFAULT_STACK_PERMS for ARM.

13 years agoDelete getpagesize.c for MIPS.
Matt Turner [Thu, 9 Dec 2010 13:34:30 +0000 (13:34 +0000)]
Delete getpagesize.c for MIPS.
(ChangeLog entry missing from previous commit.)

13 years agoDelete getpagesize.c for MIPS.
Matt Turner [Mon, 6 Dec 2010 16:29:02 +0000 (16:29 +0000)]
Delete getpagesize.c for MIPS.

13 years agoIncrease minimum MIPS kernel to 2.4.1.
Joseph Myers [Mon, 6 Dec 2010 16:25:46 +0000 (16:25 +0000)]
Increase minimum MIPS kernel to 2.4.1.

13 years agoUse __sync_* on ARM where supported by the compiler.
Ken Werner [Wed, 24 Nov 2010 23:23:48 +0000 (23:23 +0000)]
Use __sync_* on ARM where supported by the compiler.

13 years agoarm: only modify CFLAGS when configuring for arm-linux*eabi
Andreas Schwab [Mon, 22 Nov 2010 16:20:19 +0000 (17:20 +0100)]
arm: only modify CFLAGS when configuring for arm-linux*eabi

13 years agom68k: use i386 fchownat
Andreas Schwab [Fri, 5 Nov 2010 20:39:30 +0000 (21:39 +0100)]
m68k: use i386 fchownat

13 years agoAdd MIPS fanotify_mark.
Joseph Myers [Thu, 21 Oct 2010 22:37:53 +0000 (22:37 +0000)]
Add MIPS fanotify_mark.

13 years agoConditionally define FP_FAST_FMA* for ARM.
Joseph Myers [Tue, 19 Oct 2010 20:09:24 +0000 (20:09 +0000)]
Conditionally define FP_FAST_FMA* for ARM.

13 years agom68k: remove fma inlines
Andreas Schwab [Mon, 11 Oct 2010 21:15:17 +0000 (23:15 +0200)]
m68k: remove fma inlines

13 years agom68k: add hidden feupdateenv and fetestexcept definitions
Andreas Schwab [Mon, 11 Oct 2010 21:14:37 +0000 (23:14 +0200)]
m68k: add hidden feupdateenv and fetestexcept definitions

13 years agoAdd hidden feupdateenv and fetestexcept definitions for Power.
Joseph Myers [Mon, 11 Oct 2010 14:58:26 +0000 (14:58 +0000)]
Add hidden feupdateenv and fetestexcept definitions for Power.

13 years agoAdd hidden feupdateenv and fetestexcept definitions for MIPS.
Joseph Myers [Mon, 11 Oct 2010 14:58:01 +0000 (14:58 +0000)]
Add hidden feupdateenv and fetestexcept definitions for MIPS.

13 years agoAdd hidden feupdateenv and fetestexcept definitions for ARM.
Joseph Myers [Mon, 11 Oct 2010 14:57:33 +0000 (14:57 +0000)]
Add hidden feupdateenv and fetestexcept definitions for ARM.

13 years agoAdd fanotify_mark for ARM.
Joseph Myers [Thu, 30 Sep 2010 18:17:22 +0000 (18:17 +0000)]
Add fanotify_mark for ARM.

13 years agoUpdate changelog for last change.
Richard Henderson [Sun, 26 Sep 2010 18:13:04 +0000 (11:13 -0700)]
Update changelog for last change.

13 years agoalpha: Fix compile errors in memchr
Michael Cree [Sun, 26 Sep 2010 08:15:51 +0000 (21:15 +1300)]
alpha: Fix compile errors in memchr

Include missing header file and make some casts explicit.

13 years agoMerge branch 'rth/testing'
Richard Henderson [Thu, 23 Sep 2010 15:05:17 +0000 (08:05 -0700)]
Merge branch 'rth/testing'

13 years agoalpha: rewrite memchr.
Richard Henderson [Wed, 15 Sep 2010 17:41:43 +0000 (10:41 -0700)]
alpha: rewrite memchr.

[BZ #12019]
The new implementation does not read too much data.

13 years agom68k: fix SYSCALL_ERROR_LOAD_GOT for Coldfire
Andreas Schwab [Wed, 25 Aug 2010 20:55:55 +0000 (22:55 +0200)]
m68k: fix SYSCALL_ERROR_LOAD_GOT for Coldfire

13 years agom68k: remove fanotify_init from syscalls list
Andreas Schwab [Sat, 14 Aug 2010 20:28:47 +0000 (22:28 +0200)]
m68k: remove fanotify_init from syscalls list

13 years agom68k: Add prlimit64, fanotify_init, fanotify_mask syscalls
Andreas Schwab [Sat, 14 Aug 2010 10:37:04 +0000 (12:37 +0200)]
m68k: Add prlimit64, fanotify_init, fanotify_mask syscalls

13 years agoCorrect #undef location in previous commit.
Joseph Myers [Fri, 13 Aug 2010 23:43:22 +0000 (23:43 +0000)]
Correct #undef location in previous commit.

13 years agoUndefine __ASSUME_GETDENTS64_SYSCALL for n32 before 2.6.35.
Joseph Myers [Fri, 13 Aug 2010 23:37:54 +0000 (23:37 +0000)]
Undefine __ASSUME_GETDENTS64_SYSCALL for n32 before 2.6.35.

13 years agoFix MIPS PSEUDO define for n32 and n64 non-PIC.
Chandrakala Chavva [Fri, 13 Aug 2010 23:25:10 +0000 (23:25 +0000)]
Fix MIPS PSEUDO define for n32 and n64 non-PIC.

13 years agoARM: Align hwcap names and definitions with kernel, mark VFP and NEON as HWCAP_IMPORTANT.
Alexander Kanevskiy [Fri, 13 Aug 2010 19:43:35 +0000 (19:43 +0000)]
ARM: Align hwcap names and definitions with kernel, mark VFP and NEON as HWCAP_IMPORTANT.

- Align hwcap names with kernel (arch/arm/kernel/setup.c)
- Align HWCAP_ARM_* definitions with kernel
- Make VFP and NEON as HWCAP_IMPORTANT, this can help in scenarios
where VFP/NEON HW optimizations can be utilized.

13 years agoDefine EXTPROC for MIPS.
Joseph Myers [Fri, 13 Aug 2010 16:50:07 +0000 (16:50 +0000)]
Define EXTPROC for MIPS.

13 years agoAdd f_flags to struct statfs for MIPS.
Joseph Myers [Thu, 12 Aug 2010 22:18:00 +0000 (22:18 +0000)]
Add f_flags to struct statfs for MIPS.

13 years agoAdd IN_EXCL_UNLINK for MIPS.
Joseph Myers [Thu, 12 Aug 2010 22:01:30 +0000 (22:01 +0000)]
Add IN_EXCL_UNLINK for MIPS.

13 years agoAdd prlimit64 for MIPS.
Joseph Myers [Thu, 12 Aug 2010 15:40:29 +0000 (15:40 +0000)]
Add prlimit64 for MIPS.

13 years agoAdd prlimit64 for ARM.
Joseph Myers [Thu, 12 Aug 2010 15:38:57 +0000 (15:38 +0000)]
Add prlimit64 for ARM.

13 years agom68k: fix loading of GOT for Coldfire
Andreas Schwab [Mon, 2 Aug 2010 16:48:56 +0000 (18:48 +0200)]
m68k: fix loading of GOT for Coldfire

13 years agom68k: cleanup sysdep files
Andreas Schwab [Mon, 2 Aug 2010 16:47:27 +0000 (18:47 +0200)]
m68k: cleanup sysdep files

Use sysdep files in subdirectories instead of testing cpu macros.

14 years agoDefine F_SETPIPE_SZ and F_GETPIPE_SZ for M68K.
Joseph Myers [Thu, 24 Jun 2010 16:18:51 +0000 (16:18 +0000)]
Define F_SETPIPE_SZ and F_GETPIPE_SZ for M68K.

14 years ago[hppa] Fix incorrect stack frame usage in vfork.
Carlos O'Donell [Thu, 24 Jun 2010 16:13:36 +0000 (12:13 -0400)]
[hppa] Fix incorrect stack frame usage in vfork.

In a multithreaded environment the call to vfork was
incorrectly creating a stack frame. Given that the
child unwinds the stack frame first to call exec, it
will corrupt any values the parent stored in the stack
frame. The solution is to avoid creating a stack frame
unless required to call an error function, in which case
we are assured no child was created.

14 years ago[hppa] Fix *context stack usage for varargs
Carlos O'Donell [Wed, 23 Jun 2010 21:03:11 +0000 (17:03 -0400)]
[hppa] Fix *context stack usage for varargs

The getcontext, and setcontext functions should
not adjust the stack, and should load the stack
pointer from the machine context. Calling makecontext
should create a frame for spilled incoming arguments,
and sync uc_stack.ss_sp to the machine context.
We do not support calling getcontext, modifying ss_sp,
and calling setcontext directly.

14 years agoDefine F_SETPIPE_SZ and F_GETPIPE_SZ for MIPS.
Joseph Myers [Mon, 14 Jun 2010 22:09:52 +0000 (22:09 +0000)]
Define F_SETPIPE_SZ and F_GETPIPE_SZ for MIPS.

14 years agoDefine F_SETPIPE_SZ and F_GETPIPE_SZ for ARM.
Joseph Myers [Mon, 14 Jun 2010 22:09:08 +0000 (22:09 +0000)]
Define F_SETPIPE_SZ and F_GETPIPE_SZ for ARM.

14 years agom68k: mark all inline math functions as non-throwing
Andreas Schwab [Sun, 13 Jun 2010 20:30:17 +0000 (22:30 +0200)]
m68k: mark all inline math functions as non-throwing

14 years agom68k: Add required definitions to sys/user.h
Andreas Schwab [Sun, 13 Jun 2010 19:09:38 +0000 (21:09 +0200)]
m68k: Add required definitions to sys/user.h

14 years agom68k: force alignment of futex variables
Andreas Schwab [Fri, 11 Jun 2010 19:58:32 +0000 (21:58 +0200)]
m68k: force alignment of futex variables

14 years agohppa: Update nptl/pthread.h to match generic file
Andreas Schwab [Mon, 7 Jun 2010 08:11:17 +0000 (10:11 +0200)]
hppa: Update nptl/pthread.h to match generic file

14 years agom68k: add c++-types and localplt data for m68k-linux-gnu
Andreas Schwab [Sat, 22 May 2010 19:04:42 +0000 (21:04 +0200)]
m68k: add c++-types and localplt data for m68k-linux-gnu

14 years agoFix internal_recvmmsg build attributes for ARM EABI.
Joseph Myers [Fri, 21 May 2010 23:18:13 +0000 (23:18 +0000)]
Fix internal_recvmmsg build attributes for ARM EABI.

14 years agoFix recvmmsg for MIPS.
Joseph Myers [Fri, 21 May 2010 23:16:17 +0000 (23:16 +0000)]
Fix recvmmsg for MIPS.

14 years agoalpha: Do the 32/64-bit split on statfs routines.
Richard Henderson [Wed, 5 May 2010 15:12:11 +0000 (08:12 -0700)]
alpha: Do the 32/64-bit split on statfs routines.

14 years agoAdd BZ markers.
Richard Henderson [Tue, 4 May 2010 16:12:27 +0000 (09:12 -0700)]
Add BZ markers.

14 years agoalpha: fix memchr to not cause memory faults.
Richard Henderson [Tue, 4 May 2010 16:06:15 +0000 (09:06 -0700)]
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>
14 years agoalpha: add dl-procinfo support.
Aurelien Jarno [Tue, 4 May 2010 03:25:06 +0000 (23:25 -0400)]
alpha: add dl-procinfo support.

Fixes glibc bug 6827.

Signed-off-by: Matt Turner <mattst88@gmail.com>
14 years agoalpha: fix corner cases in ceil, floor, rint.
Aurelien Jarno [Tue, 4 May 2010 03:25:05 +0000 (23:25 -0400)]
alpha: fix corner cases in ceil, floor, rint.

Partial revert of bebc49030c15. 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>
14 years agoalpha: fix *xstat.c build failure for Linux headers < 2.6.4
GOTO Masanori [Tue, 4 May 2010 03:25:04 +0000 (23:25 -0400)]
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>
14 years agoUpdate MIPS libc-abis configuration for libc changes.
Joseph Myers [Wed, 14 Apr 2010 19:28:10 +0000 (19:28 +0000)]
Update MIPS libc-abis configuration for libc changes.

14 years agoFix unwinding through Thumb-2 system calls.
Daniel Jacobowitz [Thu, 8 Apr 2010 16:43:55 +0000 (12:43 -0400)]
Fix unwinding through Thumb-2 system calls.

14 years agoFix abiversion handling for MIPS.
Joseph Myers [Tue, 6 Apr 2010 20:26:22 +0000 (20:26 +0000)]
Fix abiversion handling for MIPS.

14 years agohppa: Define MSG_WAITFORONE.
Carlos O'Donell [Wed, 31 Mar 2010 17:52:39 +0000 (13:52 -0400)]
hppa: Define MSG_WAITFORONE.

Signed-off-by: Carlos O'Donell <carlos@codesourcery.com>
14 years agoUpdate ARM for ABIVERSION changes.
Joseph Myers [Tue, 30 Mar 2010 16:26:07 +0000 (16:26 +0000)]
Update ARM for ABIVERSION changes.

14 years agoalpha: Define MSG_WAITFORONE.
Richard Henderson [Tue, 30 Mar 2010 14:50:27 +0000 (07:50 -0700)]
alpha: Define MSG_WAITFORONE.

Signed-off-by: Richard Henderson <rth@twiddle.net>
14 years agoUpdate ChangeLog for alpha kernel-features.h pulls.
Richard Henderson [Tue, 30 Mar 2010 14:48:27 +0000 (07:48 -0700)]
Update ChangeLog for alpha kernel-features.h pulls.

14 years agoalpha: update kernel-features.h for syscalls added in 2.6.33.
Matt Turner [Fri, 26 Mar 2010 20:49:56 +0000 (16:49 -0400)]
alpha: update kernel-features.h for syscalls added in 2.6.33.

Signed-off-by: Matt Turner <mattst88@gmail.com>
14 years agoalpha: create kernel-features.h.
Matt Turner [Fri, 26 Mar 2010 20:49:55 +0000 (16:49 -0400)]
alpha: create kernel-features.h.

Signed-off-by: Matt Turner <mattst88@gmail.com>
14 years agoDefine MSG_WAITFORONE for MIPS.
Joseph Myers [Tue, 30 Mar 2010 13:16:44 +0000 (13:16 +0000)]
Define MSG_WAITFORONE for MIPS.

14 years agoalpha: Implement ____longjmp_chk.
Richard Henderson [Fri, 26 Mar 2010 20:17:02 +0000 (13:17 -0700)]
alpha: Implement ____longjmp_chk.

Signed-off-by: Richard Henderson <rth@twiddle.net>
14 years agoalpha: Fix errlist-compat for GLIBC_2.12.
Richard Henderson [Fri, 26 Mar 2010 18:21:47 +0000 (11:21 -0700)]
alpha: Fix errlist-compat for GLIBC_2.12.

Signed-off-by: Richard Henderson <rth@twiddle.net>
14 years agoalpha: Add hidden alias for fegetenv.
Richard Henderson [Fri, 26 Mar 2010 18:20:21 +0000 (11:20 -0700)]
alpha: Add hidden alias for fegetenv.

Signed-off-by: Richard Henderson <rth@twiddle.net>
14 years agoalpha: Only define __libc_alpha_cache_shape in dl-sysdep.c.
Richard Henderson [Fri, 26 Mar 2010 18:10:23 +0000 (11:10 -0700)]
alpha: Only define __libc_alpha_cache_shape in dl-sysdep.c.

The static program builds in libc were getting multiple
definition errors between dl-sysdep and dl-support.

Signed-off-by: Richard Henderson <rth@twiddle.net>
14 years agoalpha: Don't include asm/page.h in sys/user.h.
Richard Henderson [Fri, 26 Mar 2010 17:41:22 +0000 (10:41 -0700)]
alpha: Don't include asm/page.h in sys/user.h.

Signed-off-by: Richard Henderson <rth@twiddle.net>
14 years agoalpha: Update bits/fcntl.h for XPG7 and define f_owner_ex et al.
Richard Henderson [Fri, 26 Mar 2010 17:38:14 +0000 (10:38 -0700)]
alpha: Update bits/fcntl.h for XPG7 and define f_owner_ex et al.

Signed-off-by: Richard Henderson <rth@twiddle.net>
14 years agoalpha: Define PTR_MANGLE for !PIC too.
Richard Henderson [Fri, 26 Mar 2010 17:30:25 +0000 (10:30 -0700)]
alpha: Define PTR_MANGLE for !PIC too.

Signed-off-by: Richard Henderson <rth@twiddle.net>
14 years agoalpha: Avoid unused variable warnings with INTERNAL_SYSCALL_ERR*.
Richard Henderson [Fri, 26 Mar 2010 17:29:42 +0000 (10:29 -0700)]
alpha: Avoid unused variable warnings with INTERNAL_SYSCALL_ERR*.

Signed-off-by: Richard Henderson <rth@twiddle.net>
14 years agoalpha: Add sysdep/unix/sysv/linux/alpha/creat.c.
Richard Henderson [Fri, 26 Mar 2010 17:28:37 +0000 (10:28 -0700)]
alpha: Add sysdep/unix/sysv/linux/alpha/creat.c.

Signed-off-by: Richard Henderson <rth@twiddle.net>
14 years agoalpha: Adjust the libc_cv_alpha_hidden_gprel test for gcc 4.5.
Richard Henderson [Fri, 26 Mar 2010 17:27:37 +0000 (10:27 -0700)]
alpha: Adjust the libc_cv_alpha_hidden_gprel test for gcc 4.5.

GCC 4.5 was able to tell that BAR was read-only and zero, and
elided the load.  Which caused the pattern match to fail.

Signed-off-by: Richard Henderson <rth@twiddle.net>
14 years agoalpha: Fix the return type of the atomic.h macros.
Richard Henderson [Fri, 26 Mar 2010 17:25:53 +0000 (10:25 -0700)]
alpha: Fix the return type of the atomic.h macros.

Signed-off-by: Richard Henderson <rth@twiddle.net>
14 years agoAdd CFI statements to ARM's assembly code.
Thomas Schwinge [Fri, 26 Mar 2010 18:12:56 +0000 (18:12 +0000)]
Add CFI statements to ARM's assembly code.

14 years agoUpdate MIPS dl-lookup.c from generic version.
Joseph Myers [Wed, 24 Mar 2010 18:05:37 +0000 (18:05 +0000)]
Update MIPS dl-lookup.c from generic version.

14 years agoReally commit intended version of Alpha bits/socket.h.
Joseph Myers [Tue, 23 Mar 2010 15:25:31 +0000 (15:25 +0000)]
Really commit intended version of Alpha bits/socket.h.

14 years agoCreate bits/socket.h for alpha, correct SOCK_CLOEXEC and SOCK_NONBLOCK values.
Matt Turner [Tue, 23 Mar 2010 15:19:04 +0000 (15:19 +0000)]
Create bits/socket.h for alpha, correct SOCK_CLOEXEC and SOCK_NONBLOCK values.

14 years agoFix bug 11291: add *mem as atomic operation output for MIPS.
Mischa Jonker [Tue, 23 Mar 2010 15:03:10 +0000 (15:03 +0000)]
Fix bug 11291: add *mem as atomic operation output for MIPS.

14 years agom68k: use signbit macro
Andreas Schwab [Sat, 13 Mar 2010 17:14:35 +0000 (18:14 +0100)]
m68k: use signbit macro

14 years agom68k: remove duplicate __signbit definitions
Andreas Schwab [Sat, 13 Mar 2010 16:28:12 +0000 (17:28 +0100)]
m68k: remove duplicate __signbit definitions

14 years agom68k: define __signbit inlines
Andreas Schwab [Sat, 13 Mar 2010 15:59:42 +0000 (16:59 +0100)]
m68k: define __signbit inlines

14 years agom68k: TLS reference to errno in syscall stubs
Andreas Schwab [Sat, 13 Mar 2010 00:00:03 +0000 (01:00 +0100)]
m68k: TLS reference to errno in syscall stubs

14 years agom68k: don't include <sysdep.h> in lowlevellock.h
Andreas Schwab [Fri, 12 Mar 2010 21:15:23 +0000 (22:15 +0100)]
m68k: don't include <sysdep.h> in lowlevellock.h

14 years agoAdd m68k-helpers optimized for m680x0
Andreas Schwab [Fri, 12 Mar 2010 20:37:02 +0000 (21:37 +0100)]
Add m68k-helpers optimized for m680x0

14 years agoWhitespace cleanup
Andreas Schwab [Fri, 12 Mar 2010 18:55:40 +0000 (19:55 +0100)]
Whitespace cleanup

14 years agoNPTL support for m68k/ColdFire
Maxim Kuvyrkov [Fri, 12 Mar 2010 18:50:55 +0000 (19:50 +0100)]
NPTL support for m68k/ColdFire

14 years agom68k: update ColdFire sigcontext ABI
Maxim Kuvyrkov [Tue, 9 Mar 2010 10:34:24 +0000 (02:34 -0800)]
m68k: update ColdFire sigcontext ABI

14 years agom68k: remove bits/siginfo.h in favor of generic one
Maxim Kuvyrkov [Tue, 9 Mar 2010 10:32:38 +0000 (02:32 -0800)]
m68k: remove bits/siginfo.h in favor of generic one