H.J. Lu
9e5757f801
Sort BZ # in NEWS
2012-09-24 10:05:14 -07:00
H.J. Lu
620f3d2670
Add "()" when casting to uint64_t for 64-bit store
2012-09-24 09:11:12 -07:00
H.J. Lu
ced6f16ee9
Properly handle fencepost with MALLOC_ALIGN_MASK
2012-09-24 08:58:04 -07:00
Joseph Myers
a9f8e53a5b
Make printf respect the rounding mode for hex output (bug 5044).
2012-09-24 15:38:21 +00:00
Joseph Myers
eaf6f205ff
Correct order of arguments of __arm_assisted_compare_and_exchange_val_32_acq.
2012-09-21 23:42:16 +00:00
Joseph Myers
431531094f
Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT.
2012-09-21 10:02:03 +00:00
Joseph Myers
8a26625d21
Remove _G_NEED_STDARG_H.
2012-09-20 14:41:02 +00:00
Carlos O'Donell
11aaf6ef2d
hppa: Use __prlimit64 as the internal name.
...
Fix a build failure by using __prlimit64 as the internal
function name for the versioned symbol prlimit64. Without
this patch the build system attempts to alias prlimit64
to itself and that is invalid.
2012-09-20 10:39:27 -04:00
Carlos O'Donell
eee7025916
hppa: Add EHWPOISON and bump errlist-compat to 260
...
Add errno EHWPOISON and bump the errlist-compat table to 260,
providing 2 padding entries for future use before bumping is
again required.
2012-09-20 03:18:47 -04:00
Dmitry V. Levin
f3fd569c36
rtld: limit self loading check to normal mode only
...
Commit glibc-2.14~10 disallowed rtld self loading to avoid a segfault
that used to happen when rtld was loading itself in normal mode.
Unfortunately, that commit disallowed all modes of self loading,
including those that used to work before. This change limits the check
for self loading to normal mode only, so that instruments like ldd could
handle rtld properly.
2012-09-19 21:28:13 +00:00
H.J. Lu
ae30640a32
Cast to uint64_t for 64-bit store
2012-09-19 06:12:37 -07:00
Joseph Myers
63bbedd4c2
Don't set TIMEOUTFACTOR in sysdeps/wordsize-64/Makefile.
2012-09-18 15:45:57 +00:00
Chris Metcalf
626f8b6abb
crypt: bump up md5test-giant timeout from 180s to 480s
2012-09-17 15:58:51 -04:00
Chris Metcalf
f737a641b6
tile: update libm-test-ulps for new tests
2012-09-17 14:57:49 -04:00
Joseph Myers
b7aaa4d6d2
Remove _G_HAVE_IO_GETLINE_INFO.
2012-09-17 11:43:06 +00:00
H.J. Lu
6551399088
Remove $(have-cpp-asm-debuginfo) check
2012-09-15 13:08:45 -07:00
Jeff Law
97bc38d7a5
[BZ #14583 ]
...
* sysdeps/pthread/pthread.h: Fix prototype of __sigsetjmp.
2012-09-14 14:31:29 -06:00
Joseph Myers
784761bee3
Make printf respect the rounding mode for decimal output (bug 5044).
2012-09-14 20:18:49 +00:00
Richard Henderson
01e80428f7
alpha: Streamline __setfpucw
...
The convert_bit macro allows the compiler to translate the bit
positions more efficiently. The assumption of only running at
program startup allows eliding the __ieee_get_fp_control call.
2012-09-13 13:13:22 -07:00
Richard Henderson
c899d15cbd
alpha: Update localplt.data
2012-09-13 13:13:22 -07:00
Richard Henderson
758610860b
alpha: Update ulps
2012-09-13 13:13:22 -07:00
H.J. Lu
9503345f12
Remove unused __rtld_lock_init_recursive macro
2012-09-13 09:58:58 -07:00
Joseph Myers
ad35fc005b
Remove _G_HAVE_PRINTF_FP.
2012-09-13 16:13:09 +00:00
Richard Henderson
361818d502
alpha: Add get-rounding-mode.h
2012-09-13 07:35:26 -07:00
Richard Henderson
b2d36dda9b
alpha: Work around gcc 4.8 aliasing difference/bug
2012-09-12 17:18:25 -07:00
Joseph Myers
6c9b0f6826
Make strtod respect the rounding mode (bug 14518).
2012-09-12 23:36:19 +00:00
Allan McRae
19fcedd5fc
Update i386 ULPs for recently added math tests
2012-09-12 13:58:53 +10:00
Joseph Myers
8bbfd2f14a
Remove unused typedefs and macros from _G_config.h.
2012-09-11 20:32:13 +00:00
H.J. Lu
b1dc5912f8
Update copyright years in csu/libc-tls.c
2012-09-11 06:27:51 -07:00
Joseph Myers
28361c5ee4
Remove _G_USING_THUNKS.
2012-09-10 22:05:49 +00:00
Joseph Myers
0e886ef96e
Remove libio C++ vtable definitions.
2012-09-10 21:22:42 +00:00
H.J. Lu
33a9f7b6cc
Update ChangeLog
2012-09-10 12:18:01 -07:00
H.J. Lu
bcba7aa24d
Run tst-fopenloc if $(build-shared) is yes
2012-09-10 11:13:54 -07:00
H.J. Lu
06585ee8da
Update copyright years
2012-09-10 05:20:22 -07:00
H.J. Lu
70d37fe0b5
Fix a typo in ChangeLog
2012-09-10 05:18:44 -07:00
Liubov Dmitrieva
80ccd52c95
Fix x86 SSE cosf, sinf issues
...
* sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
unwind info if defined PIC. Fix special cases description.
* sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
* sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
DP_HI_MASK entry.
* sysdeps/x86_64/fpu/s_cosf.S: Likewise.
2012-09-10 11:44:49 +02:00
H.J. Lu
3d9b46b350
Add "shopt -s nullglob" to check-local-headers.sh
2012-09-07 14:41:14 -07:00
H.J. Lu
de2139a9f2
Check if deriv->steps is NULL before freeing it
2012-09-07 14:14:08 -07:00
H.J. Lu
5ca78dd024
Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++
2012-09-07 14:12:12 -07:00
H.J. Lu
e9ceaf254c
Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++
2012-09-07 14:11:47 -07:00
H.J. Lu
691bc9c1e4
Remove gnu/stubs.h dependency on soversions.mk
2012-09-07 14:09:34 -07:00
Joseph Myers
65cafb1c3f
Use www.gnu.org as example hostname in manual/examples/inetcli.c.
2012-09-07 14:39:11 +00:00
Siddhesh Poyarekar
c78ab09473
Cleanup code duplication in malloc on fallback to use another arena
...
Break the fallback code to try another arena into a separate function
for readability.
2012-09-07 14:40:58 +05:30
John Tobey
01f49f59ce
Fix description of carg branch cut (bug 13542)
2012-09-07 12:52:20 +10:00
Joseph Myers
1d3c857210
Use www.gnu.org as example hostname in manual (bug 10014).
2012-09-07 00:25:42 +00:00
Joseph Myers
4c23fed5d5
Fix pointers between nodes in manual (bug 10038).
2012-09-07 00:06:07 +00:00
H.J. Lu
04570aaa8a
Restore GL(dl_initial_dtv)
2012-09-06 16:29:10 -07:00
H.J. Lu
b80af2f406
Remove _dl_initial_dtv
...
* csu/libc-tls.c (static_dtv): Renamed to ...
(_dl_static_dtv): This. Make it global.
(_dl_initial_dtv): Removed.
(__libc_setup_tls): Updated.
* elf/dl-tls.c (DL_INITIAL_DTV): New macro.
(_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
DL_INITIAL_DTV.
2012-09-06 16:03:32 -07:00
Petr Machata
2abe9f1507
Synchronize with linux/elf.h.
...
Add new ARM and s390 note constants e.g. NT_*.
2012-09-06 12:41:14 -07:00
H.J. Lu
5385d052d6
Mention BZ #14545 in NEWS
2012-09-06 12:20:16 -07:00