Siddhesh Poyarekar
de2fd463b1
Make fwrite return 0 on EOF
2012-11-28 01:00:50 +05:30
H.J. Lu
c515fb5148
Cast to __intptr_t before casting pointer to int64
2012-11-26 16:45:36 -08:00
Joseph Myers
4cf77aa984
Fix strict-aliasing warnings from unwind-dw2-fde.c.
2012-11-27 00:01:10 +00:00
Andreas Schwab
d260b3b403
sotruss: fix argument parsing
2012-11-26 20:58:27 +01:00
Andreas Schwab
3e2e43e250
m68k/cf: fix copying frame in _dl_runtime_profile
2012-11-25 20:59:31 +01:00
Andreas Schwab
9205a99176
m68k: add sotruss-lib.c
2012-11-25 20:59:30 +01:00
Adam Conrad
6706074627
Fix C++ header directory detection for non-standard paths.
...
Stop assuming specific path layouts for C++ headers, and instead
use an autodetection method that looks for paths with '/[cg]++'
in the g++ include list.
2012-11-24 23:58:38 -07:00
Mike Frysinger
800938a126
use $(READELF) rather than readelf
...
We setup $(READELF) and use it everywhere, so fix the two places
that were using readelf directly.
Reported-by: Denis M. <god@politeia.in>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-11-23 15:23:18 -05:00
Andreas Schwab
4e6e34e6ca
Update powerpc libm-test ULPs
2012-11-23 16:57:39 +01:00
Joseph Myers
7184dcdf26
Disable some fma tests for ldbl-128ibm.
2012-11-22 19:57:58 +00:00
Joseph Myers
0a42601f27
Fix ldbl-128ibm atanl spurious underflows (bug 14871).
2012-11-22 19:56:47 +00:00
Joseph Myers
79c9b9feb4
Mark unwind-dw2-fde-glibc.c variable possibly unused.
2012-11-22 16:47:54 +00:00
Joseph Myers
c60d3bf2fa
Fix sign of inexact zero results for ldbl-128ibm fmal.
2012-11-22 15:00:35 +00:00
Joseph Myers
ef1e0867c0
Fix ldbl-128ibm powl spurious underflows.
2012-11-22 14:59:45 +00:00
Joseph Myers
1468ded38e
Fix ldbl-128ibm hypotl internal underflows (bug 14869).
2012-11-22 14:58:41 +00:00
Joseph Myers
8e27e3cc45
Fix ldbl-128ibm hypotl inaccuracy for arguments with large ratio (bug 14868).
2012-11-22 14:57:22 +00:00
Joseph Myers
c9c0279bcb
Mark some clog / clog10 underflows as expected for IBM long double.
2012-11-22 14:56:14 +00:00
Joseph Myers
7c7feb4772
Fix expm1l spurious underflows for ldbl-128ibm.
2012-11-22 14:55:17 +00:00
Andreas Schwab
fff1530e61
Update i386 libm-test ULPs
2012-11-22 14:59:33 +01:00
Pino Toscano
94558d30b1
test-multiarch: terminate printf output with newline
2012-11-22 11:34:03 +01:00
Marcus Shawcroft
e061318880
aarch64: Re-generate libm-test-ulps.
2012-11-22 06:38:42 +00:00
Andreas Jaeger
0843e66771
Fix comment in niu_NU
2012-11-22 07:32:31 +01:00
Joseph Myers
fc6394c6fc
Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822).
2012-11-22 02:37:02 +00:00
Andreas Schwab
5a22385ad1
m68k: fix return value of lll_futex_timed_wait_bitset
2012-11-21 22:59:20 +01:00
Joseph Myers
a451ee33af
Avoid $(shell) in determining default ARM ABI.
2012-11-21 21:04:33 +00:00
Andreas Jaeger
988d15f5bd
Fix szl_PL locale
...
* locales/szl_PL (LC_COLLATE): Fix syntax error.
2012-11-21 22:02:03 +01:00
Andreas Jaeger
e959c02587
Fix typo for ayc_PE
...
* SUPPORTED (SUPPORTED-LOCALES): Fix typo for ayc_PE entry.
2012-11-21 21:42:38 +01:00
Chris Leonard
5a04f37674
Add locales niu_NU and niu_NZ
...
2012-11-21 Chris Leonard <cjl@sugarlabs.org>
[BZ #14863 ]
* SUPPORTED: Add niu_NU and niu_NZ.
* locales/niu_NU: Add Niuean (Vagahau Niue) locale for Niue,
contributed by Chris Leonard <cjl@sugarlabs.org> and Emani
Fakaotimanava-Lui <emani@niue.nu>.
* locales/niu_NZ: Add Niuean (Vagahau Niue) locale for New
Zealand, contributed by Chris Leonard <cjl@sugarlabs.org> and Emani
Fakaotimanava-Lui <emani@niue.nu>.
2012-11-21 21:38:44 +01:00
H.J. Lu
6bfea97493
Properly check linker -z XXX support
2012-11-21 12:34:32 -08:00
Joseph Myers
ad35f2dd75
Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866).
2012-11-21 20:26:56 +00:00
Joseph Myers
09e958ed42
Remove unused variable from sem_post.c.
2012-11-21 20:00:52 +00:00
Joseph Myers
fac9916c96
Remove unused variable from pthread_cond_timedwait.c.
2012-11-21 20:00:11 +00:00
Joseph Myers
c3151ad100
Cast to uintptr_t in MIPS jmpbuf-unwind.h.
2012-11-21 16:41:57 +00:00
H.J. Lu
7e1be74125
Check supported DF_1_XXX bits
2012-11-21 06:33:19 -08:00
Marcus Shawcroft
86fe56bbde
aarch64: Fix lll_futex_timed_wait_bitset return value sign.
...
The implementation of lll_futex_timed_wait_bitset should not be negating
the futex syscall return value on error.
2012-11-21 12:24:11 +00:00
Marcus Shawcroft
3bae7c5d98
aarch64: Remove weak_aliasx macro.
2012-11-21 08:16:06 +00:00
Marcus Shawcroft
ea8867b7fe
aarch64: Remove support for NO_LONG_DOUBLE.
2012-11-21 08:16:04 +00:00
Marcus Shawcroft
5c5bd24ec1
aarch64: Indent preprocessor directives.
2012-11-21 08:16:02 +00:00
Marcus Shawcroft
0f28d32059
aarch64: Use range in copyright years.
2012-11-21 08:16:00 +00:00
Marcus Shawcroft
887a4ca5b0
aarch64: Rename .x files to .c
2012-11-21 08:16:00 +00:00
Marcus Shawcroft
5e543752f1
aarch64: Don't use K&R C
2012-11-21 08:16:00 +00:00
Joseph Myers
e0ba0e189a
Add sotruss-lib.c for MIPS.
2012-11-21 02:29:29 +00:00
Chris Metcalf
c10f7382a3
tile: update libm-test-ulps for new tests
2012-11-20 15:06:38 -05:00
Chris Metcalf
73deba6d3c
tile: Fix __bswap_64 return type in tile bits/byteswap.h
2012-11-20 15:05:59 -05:00
Chris Metcalf
3d45177146
tile: remove redundant defines of libc_fetestexcept, etc. in s_fma.c
2012-11-20 15:05:32 -05:00
Andreas Schwab
615f651b7e
m68k: Remove indirection through weak_aliasx
2012-11-20 21:00:09 +01:00
Carlos O'Donell
105ce2ce62
Document syscall signature prefixes in sysdep/unix/make-syscalls.sh
2012-11-20 14:40:34 -05:00
Thomas Schwinge
d072f3f772
sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS.
...
Fixes fallout from commit 2e64d2659d
.
2012-11-20 19:29:23 +01:00
Thomas Schwinge
123be9deda
Add recvmmsg and sendmmsg to the generic glibc API.
2012-11-20 19:26:04 +01:00
Joseph Myers
cf9a5d1861
Fix set-but-not-used warnings in ldbl-128 nearbyintl, rintl.
2012-11-20 14:26:07 +00:00