]> sourceware.org Git - glibc.git/log
glibc.git
11 years agoARM: fix build breakage from sysdeps/unix/sysv/linux/arm/dl-machine.h addition.
Roland McGrath [Wed, 8 Aug 2012 21:19:57 +0000 (14:19 -0700)]
ARM: fix build breakage from sysdeps/unix/sysv/linux/arm/dl-machine.h addition.

11 years agoFiddle ARM atomic.h to avoid -Wvolatile-register-var warnings.
Roland McGrath [Wed, 8 Aug 2012 20:57:50 +0000 (13:57 -0700)]
Fiddle ARM atomic.h to avoid -Wvolatile-register-var warnings.

11 years agoAdd missing #include for sysdeps/arm/dl-irel.h.
Roland McGrath [Wed, 8 Aug 2012 20:16:54 +0000 (13:16 -0700)]
Add missing #include for sysdeps/arm/dl-irel.h.

11 years agoFix __dl_start declaration to avoid warning.
Roland McGrath [Wed, 8 Aug 2012 18:03:47 +0000 (11:03 -0700)]
Fix __dl_start declaration to avoid warning.

11 years agoAdd a missing #include.
Roland McGrath [Wed, 8 Aug 2012 17:39:28 +0000 (10:39 -0700)]
Add a missing #include.

11 years agoMissing #include updates for dirstream code move from unix to posix.
Roland McGrath [Wed, 8 Aug 2012 16:18:37 +0000 (09:18 -0700)]
Missing #include updates for dirstream code move from unix to posix.

11 years agoalpha: Purge __ASSUME_IEEE_RAISE_EXCEPTION
Richard Henderson [Wed, 8 Aug 2012 14:36:33 +0000 (07:36 -0700)]
alpha: Purge __ASSUME_IEEE_RAISE_EXCEPTION

11 years agoalpha: Tidy up ieee_get/set_fp_control syscalls
Richard Henderson [Tue, 7 Aug 2012 16:48:05 +0000 (09:48 -0700)]
alpha: Tidy up ieee_get/set_fp_control syscalls

11 years agoalpha: Purge __ASSUME_STAT64_SYSCALL
Richard Henderson [Tue, 7 Aug 2012 16:11:31 +0000 (09:11 -0700)]
alpha: Purge __ASSUME_STAT64_SYSCALL

11 years agom68k/cf: define __signbit/__signbitf as inlines
Andreas Schwab [Wed, 8 Aug 2012 10:00:31 +0000 (12:00 +0200)]
m68k/cf: define __signbit/__signbitf as inlines

11 years agom68k/cf: avoid warning in non-shared atomic_compare_and_exchange_val_acq
Andreas Schwab [Wed, 8 Aug 2012 08:39:05 +0000 (10:39 +0200)]
m68k/cf: avoid warning in non-shared atomic_compare_and_exchange_val_acq

11 years agorpcgen - fall back to looking for cpp in system path
Allan McRae [Sat, 4 Aug 2012 02:19:09 +0000 (12:19 +1000)]
rpcgen - fall back to looking for cpp in system path

Fall back to the system cpp when /lib/cpp is not present. Removes
searching for /usr/ccs/lib/cpp which is not supported on any system that
uses glibc.

11 years agoRemove some pre-2.6.16 Linux kernel conditionals.
Joseph Myers [Tue, 7 Aug 2012 23:03:35 +0000 (23:03 +0000)]
Remove some pre-2.6.16 Linux kernel conditionals.

11 years agoMove common dirent implementation from sysdeps/unix to sysdeps/posix.
Roland McGrath [Tue, 7 Aug 2012 21:47:34 +0000 (14:47 -0700)]
Move common dirent implementation from sysdeps/unix to sysdeps/posix.

11 years agoMake the bsd4.4/bits/fcntl.h be the generic one.
Roland McGrath [Tue, 7 Aug 2012 21:12:10 +0000 (14:12 -0700)]
Make the bsd4.4/bits/fcntl.h be the generic one.

11 years agoUpdate bsd4.4/bits/fcntl.h to match modern NetBSD bits.
Roland McGrath [Tue, 7 Aug 2012 21:10:37 +0000 (14:10 -0700)]
Update bsd4.4/bits/fcntl.h to match modern NetBSD bits.

11 years agoMake the bsd4.4/bits/dirent.h be the generic one.
Roland McGrath [Tue, 7 Aug 2012 20:17:26 +0000 (13:17 -0700)]
Make the bsd4.4/bits/dirent.h be the generic one.

11 years agoDefine _DIRENT_MATCHES_DIRENT64 in bsd4.4/bits/dirent.h
Roland McGrath [Tue, 7 Aug 2012 20:15:18 +0000 (13:15 -0700)]
Define _DIRENT_MATCHES_DIRENT64 in bsd4.4/bits/dirent.h

11 years agoRemove pre-2.6.16 Linux kernel support.
Joseph Myers [Tue, 7 Aug 2012 16:40:32 +0000 (16:40 +0000)]
Remove pre-2.6.16 Linux kernel support.

11 years agoClean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == struct...
Roland McGrath [Mon, 6 Aug 2012 23:47:58 +0000 (16:47 -0700)]
Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == struct dirent64.

11 years agoClean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.
Roland McGrath [Mon, 6 Aug 2012 23:48:14 +0000 (16:48 -0700)]
Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.

11 years agoRemove __secure_getenv in 2.17 instead of 2.16
H.J. Lu [Mon, 6 Aug 2012 21:47:35 +0000 (14:47 -0700)]
Remove __secure_getenv in 2.17 instead of 2.16

11 years agoRemove x32/iofopen.c and x32/iofopen64.c
H.J. Lu [Mon, 6 Aug 2012 19:56:52 +0000 (12:56 -0700)]
Remove x32/iofopen.c and x32/iofopen64.c

11 years agogetXXbyYY_r.c: Fix comment typo: s/FUNCTION_NAME/FUNCTION2_NAME/
Jim Meyering [Tue, 3 Jul 2012 09:55:19 +0000 (11:55 +0200)]
getXXbyYY_r.c: Fix comment typo: s/FUNCTION_NAME/FUNCTION2_NAME/

11 years agotile: fix typo in ASM_TYPE_DIRECTIVE fix
Chris Metcalf [Sat, 4 Aug 2012 13:57:37 +0000 (09:57 -0400)]
tile: fix typo in ASM_TYPE_DIRECTIVE fix

11 years agoUpdate SPARC ULPs.
David S. Miller [Sat, 4 Aug 2012 03:39:26 +0000 (20:39 -0700)]
Update SPARC ULPs.

* sysdeps/sparc/fpu/libm-test-ulps: Update.

11 years agoRemove some pre-2.6.0 Linux kernel conditionals.
Joseph Myers [Fri, 3 Aug 2012 19:54:08 +0000 (19:54 +0000)]
Remove some pre-2.6.0 Linux kernel conditionals.

11 years agoDistinguish ELOOP diagnosis threshold from SYMLOOP_MAX.
Roland McGrath [Wed, 1 Aug 2012 17:33:11 +0000 (10:33 -0700)]
Distinguish ELOOP diagnosis threshold from SYMLOOP_MAX.

11 years agoia64: fix byteswap conversion warning
Mike Frysinger [Thu, 2 Aug 2012 00:56:03 +0000 (20:56 -0400)]
ia64: fix byteswap conversion warning

Same fix as went in for other architectures.

URL: http://sourceware.org/bugzilla/show_bug.cgi?id=12194
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 years agoAdd more fixed bug numbers to NEWS.
Joseph Myers [Fri, 3 Aug 2012 13:46:25 +0000 (13:46 +0000)]
Add more fixed bug numbers to NEWS.

11 years agoRemove pre-2.6.0 Linux kernel support (bug 13717).
Joseph Myers [Fri, 3 Aug 2012 13:42:47 +0000 (13:42 +0000)]
Remove pre-2.6.0 Linux kernel support (bug 13717).

11 years agom68k: remove ASM_{TYPE,SIZE}_DIRECTIVE and ALIGNARG
Andreas Schwab [Fri, 3 Aug 2012 09:35:12 +0000 (11:35 +0200)]
m68k: remove ASM_{TYPE,SIZE}_DIRECTIVE and ALIGNARG

11 years agoRemove ASM_TYPE_DIRECTIVE for ARM.
Joseph Myers [Thu, 2 Aug 2012 20:57:45 +0000 (20:57 +0000)]
Remove ASM_TYPE_DIRECTIVE for ARM.

11 years agoWrap overlong ChangeLog lines.
Roland McGrath [Thu, 2 Aug 2012 20:10:29 +0000 (13:10 -0700)]
Wrap overlong ChangeLog lines.

11 years agotile: Get rid of ASM_TYPE_DIRECTIVE
Chris Metcalf [Thu, 2 Aug 2012 19:48:14 +0000 (15:48 -0400)]
tile: Get rid of ASM_TYPE_DIRECTIVE

11 years agoGet rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.
Marek Polacek [Thu, 2 Aug 2012 19:04:29 +0000 (21:04 +0200)]
Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.

11 years agoClean up fopen64 for O_LARGEFILE==0.
Roland McGrath [Wed, 1 Aug 2012 23:30:47 +0000 (16:30 -0700)]
Clean up fopen64 for O_LARGEFILE==0.

11 years agoSmall cleanup in Makeconfig.
Marek Polacek [Wed, 1 Aug 2012 22:11:39 +0000 (00:11 +0200)]
Small cleanup in Makeconfig.

11 years agoRemove __ASSUME_FCNTL64.
Joseph Myers [Wed, 1 Aug 2012 21:27:58 +0000 (21:27 +0000)]
Remove __ASSUME_FCNTL64.

11 years agoRemove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals).
Joseph Myers [Wed, 1 Aug 2012 20:49:45 +0000 (20:49 +0000)]
Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals).

11 years agoMove Linuxism out of sysdeps/arm/dl-machine.h.
Roland McGrath [Wed, 1 Aug 2012 18:39:08 +0000 (11:39 -0700)]
Move Linuxism out of sysdeps/arm/dl-machine.h.

11 years agoClean up mkostemps64 definition for O_LARGEFILE==0.
Roland McGrath [Wed, 1 Aug 2012 18:13:37 +0000 (11:13 -0700)]
Clean up mkostemps64 definition for O_LARGEFILE==0.

11 years agoClean up mkstemps64 definition for O_LARGEFILE==0.
Roland McGrath [Wed, 1 Aug 2012 18:09:48 +0000 (11:09 -0700)]
Clean up mkstemps64 definition for O_LARGEFILE==0.

11 years agoGeneric sys/param.h fixes for missing SYMLOOP_MAX or NGROUPS_MAX.
Roland McGrath [Wed, 1 Aug 2012 17:48:17 +0000 (10:48 -0700)]
Generic sys/param.h fixes for missing SYMLOOP_MAX or NGROUPS_MAX.

11 years agofoo
Roland McGrath [Wed, 1 Aug 2012 17:31:27 +0000 (10:31 -0700)]
foo

11 years agoClean up mkstemp64/mkostemp64 for O_LARGEFILE==0.
Roland McGrath [Wed, 1 Aug 2012 17:42:38 +0000 (10:42 -0700)]
Clean up mkstemp64/mkostemp64 for O_LARGEFILE==0.

11 years agoBZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list.
Roland McGrath [Wed, 1 Aug 2012 17:25:11 +0000 (10:25 -0700)]
BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list.

11 years ago * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
Florian Weimer [Tue, 24 Jul 2012 11:45:59 +0000 (13:45 +0200)]
* posix/unistd.h (setuid, setreuid, seteuid, setresuid):
Declare with warn_unused_result.
(setgid, setregid, setegid, setresgid): Likewise.
* sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
Likewise.
* WUR-REPORT: Remove set*id functions.

11 years agoFix MIPS PREF/PREFX macro definitions in empty case.
Steve Ellcey [Wed, 1 Aug 2012 15:11:43 +0000 (15:11 +0000)]
Fix MIPS PREF/PREFX macro definitions in empty case.

11 years agom68k: update libm test ULPs
Andreas Schwab [Tue, 31 Jul 2012 22:53:49 +0000 (00:53 +0200)]
m68k: update libm test ULPs

11 years agoImprove MIPS n64 handling of 64-bit fcntl.
Joseph Myers [Tue, 31 Jul 2012 23:17:24 +0000 (23:17 +0000)]
Improve MIPS n64 handling of 64-bit fcntl.

11 years agoHurd: implement renameat
Pino Toscano [Tue, 31 Jul 2012 17:59:03 +0000 (19:59 +0200)]
Hurd: implement renameat

Provide an implementation of renameat, mostly based on rename.

11 years agoClean up stub accept4 definition.
Roland McGrath [Tue, 31 Jul 2012 16:43:14 +0000 (09:43 -0700)]
Clean up stub accept4 definition.

11 years agoConditionalize use of PTR_MANGLE.
Roland McGrath [Tue, 31 Jul 2012 16:42:06 +0000 (09:42 -0700)]
Conditionalize use of PTR_MANGLE.

11 years agoDon't assume SIGWINCH is defined.
Roland McGrath [Tue, 31 Jul 2012 16:39:14 +0000 (09:39 -0700)]
Don't assume SIGWINCH is defined.

11 years agoMissing ChangeLog.arm entry.
Roland McGrath [Tue, 31 Jul 2012 16:33:08 +0000 (09:33 -0700)]
Missing ChangeLog.arm entry.

11 years agoUpdate sparc ULPs.
David S. Miller [Tue, 31 Jul 2012 14:22:42 +0000 (14:22 +0000)]
Update sparc ULPs.

11 years agoImprove clog, clog10 handling of values with real or imaginary part slightly above...
Joseph Myers [Tue, 31 Jul 2012 14:21:19 +0000 (14:21 +0000)]
Improve clog, clog10 handling of values with real or imaginary part slightly above 1 (bug 13629).

11 years agosecure_getenv test should write errors to standard output
Florian Weimer [Tue, 31 Jul 2012 07:55:38 +0000 (09:55 +0200)]
secure_getenv test should write errors to standard output

This way, they end up in the log file.  Also skip the test if no GID can
be found.

11 years agoFix lots of bitrot for stub configurations.
Roland McGrath [Mon, 30 Jul 2012 23:09:11 +0000 (16:09 -0700)]
Fix lots of bitrot for stub configurations.

11 years agoFix tst-pthread-getattr test case
Siddhesh Poyarekar [Sat, 28 Jul 2012 07:55:00 +0000 (13:25 +0530)]
Fix tst-pthread-getattr test case

Get the tst-pthread-getattr fix back with further improvements so that
it does not fail on targets that use the user stack to save
context.

11 years agoUpdate sparc ULPs.
David S. Miller [Sat, 28 Jul 2012 04:14:41 +0000 (21:14 -0700)]
Update sparc ULPs.

* sysdeps/sparc/fpu/libm-test-ulps: Update.

11 years agoMake mmap64 an alias of mmap on MIPS.
Joseph Myers [Fri, 27 Jul 2012 13:43:46 +0000 (13:43 +0000)]
Make mmap64 an alias of mmap on MIPS.

11 years agoAdd SystemTap static probes to the runtime linker. [BZ #14298]
Gary Benson [Thu, 26 Jul 2012 10:03:35 +0000 (11:03 +0100)]
Add SystemTap static probes to the runtime linker.  [BZ #14298]

11 years agoFix some -Wformat warnings in rpcgen.
Roland McGrath [Thu, 26 Jul 2012 21:33:52 +0000 (14:33 -0700)]
Fix some -Wformat warnings in rpcgen.

11 years agoProvide a generic empty version of __check_native.
Pino Toscano [Thu, 26 Jul 2012 19:41:52 +0000 (21:41 +0200)]
Provide a generic empty version of __check_native.

Add an empty implementation of __check_native, as used in the posix version of getaddrinfo.
This allows non-Linux GNU-based OSes to compile.

11 years agom68k: update libm test ULPs
Andreas Schwab [Thu, 26 Jul 2012 13:42:15 +0000 (15:42 +0200)]
m68k: update libm test ULPs

11 years agoImprove clog, clog10 handling of values with real or imaginary part 1 (bug 13629).
Joseph Myers [Thu, 26 Jul 2012 11:31:35 +0000 (11:31 +0000)]
Improve clog, clog10 handling of values with real or imaginary part 1 (bug 13629).

11 years agoMove testsuite audit definitions to sysdeps tst-audit.h files.
Joseph Myers [Thu, 26 Jul 2012 11:29:07 +0000 (11:29 +0000)]
Move testsuite audit definitions to sysdeps tst-audit.h files.

11 years agoMerge Linux 3.5 ptrace changes
Andreas Jaeger [Thu, 26 Jul 2012 11:13:26 +0000 (13:13 +0200)]
Merge Linux 3.5 ptrace changes

(__ptrace_eventcodes): Add new value PTRACE_EVENT_SECCOMP from Linux 3.5.
(__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust PTRACE_O_MASK.

11 years agoMerge Linux 3.5 epoll changes
Andreas Jaeger [Thu, 26 Jul 2012 11:11:33 +0000 (13:11 +0200)]
Merge Linux 3.5 epoll changes

Add EPOLLWAKEUP.

11 years agoMerge _sigsys changes from Linux 3.5
Andreas Jaeger [Thu, 26 Jul 2012 11:09:25 +0000 (13:09 +0200)]
Merge _sigsys changes from Linux 3.5

11 years agoRemove pre-2.4.21 Linux kernel support.
Joseph Myers [Wed, 25 Jul 2012 21:19:13 +0000 (21:19 +0000)]
Remove pre-2.4.21 Linux kernel support.

11 years agoRemove unused pseudo_end label
Andreas Schwab [Mon, 16 Jul 2012 14:12:47 +0000 (16:12 +0200)]
Remove unused pseudo_end label

11 years agoFix up ChangeLog entries
Florian Weimer [Wed, 25 Jul 2012 18:46:19 +0000 (20:46 +0200)]
Fix up ChangeLog entries

11 years agoRename __secure_getenv to secure_getenv
Florian Weimer [Wed, 25 Jul 2012 17:46:22 +0000 (19:46 +0200)]
Rename __secure_getenv to secure_getenv

11 years agoMove ldsodefs.h audit definitions to sysdeps directories.
Joseph Myers [Wed, 25 Jul 2012 16:03:02 +0000 (16:03 +0000)]
Move ldsodefs.h audit definitions to sysdeps directories.

11 years agoRevert fix to tst-pthread-getattr since it fails on sparc
Siddhesh Poyarekar [Wed, 25 Jul 2012 15:11:32 +0000 (20:41 +0530)]
Revert fix to tst-pthread-getattr since it fails on sparc

11 years agoSet up errno properly for yn.
Marek Polacek [Wed, 25 Jul 2012 10:59:36 +0000 (12:59 +0200)]
Set up errno properly for yn.

11 years agoconformtest: Update expectations for time.h.
Joseph Myers [Tue, 24 Jul 2012 19:43:38 +0000 (19:43 +0000)]
conformtest: Update expectations for time.h.

11 years agoconfigure.in <sysdeps resolving>: Correct printing Implies_before.
Thomas Schwinge [Mon, 23 Jul 2012 10:27:12 +0000 (12:27 +0200)]
configure.in <sysdeps resolving>: Correct printing Implies_before.

11 years agoAdd missing includes.
Thomas Schwinge [Sun, 22 Jul 2012 20:25:14 +0000 (22:25 +0200)]
Add missing includes.

Follow-up to commits 38de94a5efbc3de186d6f287d666f74e5b4c8247,
76da7265320010c7a273ed99f53938c0f32d5fad.

11 years agoDocument va_copy in preference to __va_copy.
Joseph Myers [Fri, 20 Jul 2012 23:49:24 +0000 (23:49 +0000)]
Document va_copy in preference to __va_copy.

11 years agoHurd: compliance fixes for getlogin_r
Pino Toscano [Fri, 20 Jul 2012 22:16:11 +0000 (00:16 +0200)]
Hurd: compliance fixes for getlogin_r

- make LOGIN non-static, as it would make getlogin_r no more reentrant; change its type to string_t
- fail with ERANGE if NAME has not enough space for the actual login string
- copy with memcpy only the chars of the string

11 years agoHurd: compliance fixes for getgroups
Pino Toscano [Fri, 20 Jul 2012 22:06:33 +0000 (00:06 +0200)]
Hurd: compliance fixes for getgroups

Fail with EINVAL when the requested number of groups is negative,
or when it is positive but less than the actual number of groups.

11 years agoHurd: provide lremovexattr
Pino Toscano [Fri, 20 Jul 2012 22:01:57 +0000 (00:01 +0200)]
Hurd: provide lremovexattr

Add an implementation of lremovexattr based on removexattr.

11 years agoHurd: provide llistxattr
Pino Toscano [Fri, 20 Jul 2012 22:00:20 +0000 (00:00 +0200)]
Hurd: provide llistxattr

Add an implementation of llistxattr based on listxattr.

11 years agoHurd: sendto: do not crash when ADDR is null
Pino Toscano [Fri, 20 Jul 2012 21:56:58 +0000 (23:56 +0200)]
Hurd: sendto: do not crash when ADDR is null

Create a new create_address_port subroutine to isolate the address port creation
(for both local and remove sockets), and use it inside HURD_DPORT_USE.
Also intialize APORT to MACH_PORT_NULL and make sure to always deallocate it,
when not null.

11 years agoMove localplt baselines to sysdeps directories.
Joseph Myers [Fri, 20 Jul 2012 19:20:34 +0000 (19:20 +0000)]
Move localplt baselines to sysdeps directories.

11 years agoFix tst-pthread-getattr test case
Siddhesh Poyarekar [Fri, 20 Jul 2012 17:53:20 +0000 (23:23 +0530)]
Fix tst-pthread-getattr test case

In some cases, the compiler would optimize out the call to
allocate_and_test and thus result in a false positive for the test
case. Another problem was the fact that the compiler could in some
cases generate additional shifting of the stack pointer, resulting in
alloca moving the stack pointer beyond what is allowed by the
rlimit. Hence, accessing the stackaddr returned by pthread_getattr_np
is safer than relying on the alloca'd result.

Another problem is when RLIMIT may be very large, which may result in
violation of other resource limits. Hence we cap the max stack size to
8M for this test.

12 years agoSplit tls-macros.h in sysdeps directories.
Adhemerval Zanella [Thu, 19 Jul 2012 20:04:04 +0000 (17:04 -0300)]
Split tls-macros.h in sysdeps directories.

Split PowerPC definitions in PPC32 and PPC64 headers.

12 years agoS/390: Fix uc_link == NULL handling for makecontext
Andreas Krebbel [Thu, 19 Jul 2012 13:58:17 +0000 (15:58 +0200)]
S/390: Fix uc_link == NULL handling for makecontext

12 years agoS/390: Add support for STT_GNU_IFUNC symbols.
Andreas Krebbel [Thu, 12 Jul 2012 11:04:55 +0000 (13:04 +0200)]
S/390: Add support for STT_GNU_IFUNC symbols.

Add support for STT_GNU_IFUNC symbols and the new R_390_IRELATIVE
relocation.  Provide optimized version of memcpy, memset, and memcmp
for z10 and z196.

12 years agoFix comment that describes sighandler_setxid
Siddhesh Poyarekar [Thu, 19 Jul 2012 01:34:24 +0000 (07:04 +0530)]
Fix comment that describes sighandler_setxid

12 years agoAdd missing CL entry.
Marek Polacek [Wed, 18 Jul 2012 07:09:55 +0000 (09:09 +0200)]
Add missing CL entry.

12 years agoRemove TLS configure check for MIPS.
Joseph Myers [Tue, 17 Jul 2012 22:48:57 +0000 (22:48 +0000)]
Remove TLS configure check for MIPS.

12 years agoRemove TLS configure check for ARM.
Joseph Myers [Tue, 17 Jul 2012 22:46:09 +0000 (22:46 +0000)]
Remove TLS configure check for ARM.

12 years agoFix a few typos.
Marek Polacek [Tue, 17 Jul 2012 22:25:50 +0000 (00:25 +0200)]
Fix a few typos.

12 years agoRemove TLS configure checks.
Marek Polacek [Tue, 17 Jul 2012 21:53:05 +0000 (23:53 +0200)]
Remove TLS configure checks.

12 years agotile: exit with status zero on makecontext return with NULL uc_link
Chris Metcalf [Tue, 17 Jul 2012 18:35:46 +0000 (14:35 -0400)]
tile: exit with status zero on makecontext return with NULL uc_link

This page took 0.067807 seconds and 5 git commands to generate.