about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 2013-01-11 Steve Ellcey <sellcey@mips.com>Steve Ellcey2013-01-111-0/+7
| | | | | | | * elf/elf.h (EF_MIPS_ARCH_32): Fix value. (EF_MIPS_ARCH_64): Fix value. (EF_MIPS_ARCH_32R2): New. (EF_MIPS_ARCH_64R2): New.
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-111-0/+126
|
* Add MSG_FASTOPENAndreas Jaeger2013-01-111-0/+6
| | | | | | [BZ #15003] * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New value. Sync with Linux 3.7.
* Undo receive sparc 32-bit V9 gmp routine commit.David S. Miller2013-01-101-0/+6
| | | | | | * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes. * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
* Remove some old cruft variables from configure.Roland McGrath2013-01-101-0/+6
|
* Optimize sparc 32-bit V9 GMP multiply routines.David S. Miller2013-01-101-0/+7
| | | | | | | * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit sparc V9 rather than using V8 code. * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
* Move localedata ChangeLog entriesH.J. Lu2013-01-101-9/+0
|
* Fix whitespace in elf.h MIPS macros.Roland McGrath2013-01-101-0/+30
|
* Update sparc ULPs for new casin{,h} tests.David S. Miller2013-01-101-0/+4
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Support run bug-setlocale1 directlyH.J. Lu2013-01-101-0/+9
|
* Support run tst-exec and tst-spawn directlyH.J. Lu2013-01-101-0/+11
|
* Use __extension__ with long long in installed headers.Joseph Myers2013-01-101-0/+20
|
* typo fixRoland McGrath2013-01-101-1/+1
|
* Remove __GNUC__ conditions for "long long" from string.h and wchar.h.Joseph Myers2013-01-101-0/+8
|
* Correct _XXX_ILP32_OFFBIG for x32H.J. Lu2013-01-101-0/+11
|
* Fix formatting in mpexp.cSiddhesh Poyarekar2013-01-101-0/+2
|
* Make __mpexp_twomm1 an array of doublesSiddhesh Poyarekar2013-01-101-0/+7
| | | | Cleanup to get rid of the `number` muck which is not necessary here.
* Define flags for fallocateAndreas Schwab2013-01-101-0/+6
|
* Sync netinet/tcp.h with upstream Linux kernel.David S. Miller2013-01-091-0/+15
| | | | | | | | | | | | | | | [BZ# 15003] * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS, TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT, TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS, TCP_FASTOPEN): Define. (tcp_repair_opt): New structure. (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New enum values. (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE, TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN, TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define. (tcp_cookie_transactions): New structure.
* PowerPC: Change sched_getcpu to use vDSO getcpu instead of syscall.Anton Blanchard2013-01-091-0/+7
|
* Remove __USE_ANSI.Joseph Myers2013-01-101-0/+4
|
* Force getconf.speclist to be generated in the others pass.Roland McGrath2013-01-091-0/+2
|
* Remove unused macro ALLOCA_LIMIT.Roland McGrath2013-01-091-0/+4
|
* Update s390 ULPsSiddhesh Poyarekar2013-01-091-0/+2
|
* Update powerpc ULPsSiddhesh Poyarekar2013-01-091-0/+2
|
* Update comments in mpa.cSiddhesh Poyarekar2013-01-091-0/+45
| | | | Fixed comment style and clearer wording in some cases.
* Fix ChangeLog formattingSiddhesh Poyarekar2013-01-091-2/+2
| | | | A couple of places used spaces instead of a tab.
* Don't check __GNUC__ together with __USE_EXTERN_INLINES.Joseph Myers2013-01-081-0/+7
|
* BZ#14985: Remove erroneous EPOLL_NONBLOCKAndreas Jaeger2013-01-081-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | [BZ# 14985] * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK): Remove. * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise. * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise. ChangeLog.mips: [BZ# 14985] * sysdeps/unix/sysv/linux/mips/bits/epoll.h (EPOLL_NONBLOCK): * Remove. ChangeLog.hppa: [BZ# 14985] * sysdeps/unix/sysv/linux/hppa/sys/epoll.h (EPOLL_NONBLOCK): Remove. ChangeLog.alpha: [BZ# 14985] * sysdeps/unix/sysv/linux/alpha/bits/epoll.h (EPOLL_NONBLOCK): Remove.
* Fix spelling errors in sysdeps/powerpc files.Anton Blanchard2013-01-071-0/+46
|
* Clean up __MALLOC_* macros.Joseph Myers2013-01-071-0/+18
|
* Fix casinh, casin overflow (bug 14996).Joseph Myers2013-01-071-0/+18
|
* Change __x86_64 prefix in cache size to __x86H.J. Lu2013-01-051-0/+33
|
* Update Sparc ULPs.David S. Miller2013-01-041-0/+4
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Fix warnings in test-powerpc-snan.cAndreas Schwab2013-01-041-0/+5
|
* Update powerpc libm ULPsAndreas Schwab2013-01-041-0/+4
|
* Remove unused __cr and __cpymnSiddhesh Poyarekar2013-01-041-0/+14
|
* Fix build failure on power4 processorsSiddhesh Poyarekar2013-01-041-0/+13
| | | | | The power4-specific mpa.c depended on some global variables that were removed by earlier patches. Also, it did not define mpone and mptwo.
* Fix casinh, casin inaccuracy from cancellation (bug 14994).Joseph Myers2013-01-041-0/+12
|
* Fix code formattingSiddhesh Poyarekar2013-01-041-0/+2
|
* Clean up comment for MP_NOSiddhesh Poyarekar2013-01-041-0/+2
|
* Remove some commented codeSiddhesh Poyarekar2013-01-041-0/+6
|
* Remove commented declarationsSiddhesh Poyarekar2013-01-041-0/+3
|
* Remove argument variable name from function declarationSiddhesh Poyarekar2013-01-041-0/+5
|
* Add HAS_RTMH.J. Lu2013-01-031-0/+9
|
* mtrace: properly handle realloc (p, 0)Andreas Schwab2013-01-031-0/+6
|
* Add new Interlingua translationAndreas Jaeger2013-01-031-0/+4
|
* Fix formattingAndreas Jaeger2013-01-031-1/+1
|
* Fix "localedef --posix" descriptionAllan McRae2013-01-031-0/+4
|
* Update miscellaneous copyright dates.Joseph Myers2013-01-021-0/+6
|