Thomas Schwinge [Thu, 10 May 2012 19:53:02 +0000 (12:53 -0700)]
Hurd: accept4
Thomas Schwinge [Thu, 10 May 2012 19:47:31 +0000 (12:47 -0700)]
Hurd: ____longjmp_chk
Samuel Thibault [Thu, 10 May 2012 19:47:00 +0000 (12:47 -0700)]
Hurd: Add SOL_IP, SOL_IPV6, SOL_ICMPV6
Thomas Schwinge [Thu, 10 May 2012 19:43:01 +0000 (12:43 -0700)]
Hurd: O_CLOEXEC in rtld
Samuel Thibault [Thu, 10 May 2012 19:37:15 +0000 (12:37 -0700)]
Hurd: Add more ipv6 macros.
Adhemerval Zanella [Thu, 10 May 2012 20:11:55 +0000 (15:11 -0500)]
Fix for logb/logbf/logbl (bugs 13954/13955/13956)
POSIX 2008 states that if the input for 'logb[f|l]' is a subnormal number
it should be treated as if it were normalized. This means the
implementation should calculate the log2 of the mantissa and add it to the
subnormal exponent (-126 for float and -1022 for double and IBM long
double). This patch takes care of that.
Andreas Jaeger [Thu, 10 May 2012 18:16:53 +0000 (20:16 +0200)]
Make sunrpc code usable again
New configure option --enable-obsolete-rpc makes the deprecated RPC
headers and functions available at compile time as they were before
version 2.14. This option will be removed at some time in the future
after the TI-RPC library becomes fully sufficient for the needs of
existing applications.
Roland McGrath [Thu, 10 May 2012 17:20:51 +0000 (10:20 -0700)]
Typo fix in x86_64/dl-machine.h
Joseph Myers [Thu, 10 May 2012 17:11:08 +0000 (17:11 +0000)]
Define __STDC_NO_THREADS__.
Maxim Kuvyrkov [Thu, 10 May 2012 17:07:45 +0000 (17:07 +0000)]
Build rpcgen-generated files when cross compiling.
H.J. Lu [Thu, 10 May 2012 17:05:40 +0000 (10:05 -0700)]
Sign extend R_X86_64_DTPOFF64/R_X86_64_TPOFF64
Joseph Myers [Thu, 10 May 2012 14:51:08 +0000 (14:51 +0000)]
Move remaining syscalls from sysdeps/unix/sysv/syscalls.list to sysdeps/unix/sysv/linux/syscalls.list.
Paul Eggert [Thu, 10 May 2012 12:38:09 +0000 (12:38 +0000)]
[PATCH] [BZ #3440] Make LC_ALL etc. useful in #if expressions.
Andreas Schwab [Thu, 3 May 2012 22:19:54 +0000 (00:19 +0200)]
Add dependency tracking for rpc-compat-routines
H.J. Lu [Wed, 9 May 2012 22:36:41 +0000 (15:36 -0700)]
Update stdlib/longlong.h from GCC
Andreas Jaeger [Wed, 9 May 2012 19:34:47 +0000 (21:34 +0200)]
Cleanup nscd.c
2012-05-09 Andreas Jaeger <aj@suse.de>
* nscd/nscd.c (run_modes): Make named enum, reorder so that
default is first entry.
(run_mode): Set type.
(main): Remove informal message about syslog.
(options): Fix typo.
Andreas Jaeger [Wed, 9 May 2012 18:17:21 +0000 (20:17 +0200)]
Add volatiles for x86-64 bits/mathinline.h
[BZ #14053]
GCC 4.7 might remove consecutive calls to e.g. lrintf since
the assembler instructions are the same and GCC does not know
that the result is different depending on the rounding mode. For
SSE instructions, the control register is not available so there
is no way to inform GCC about this. Therefore the asms are marked
as volatile.
Andreas Jaeger [Wed, 9 May 2012 15:41:25 +0000 (17:41 +0200)]
Cleanup last patch for nscd/nscd.c
* nscd/nscd.c (run_mode): Use enum.
(main): Cleanup coding style issue.
Andreas Jaeger [Wed, 9 May 2012 14:54:38 +0000 (16:54 +0200)]
Add --foreground option for nscd
For a better integration of nscd with systemd, we should run nscd not as
daemon but in the foreground. A new --foreground option should be added.
2012-05-09 Alexandre Oliva <aoliva@redhat.com>
Andreas Jaeger <aj@suse.de>
* nscd/nscd.c (go_background): Replaced with...
(run_mode): ... this.
(RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
(options): Add -F --foreground.
(main): Implement it.
(parse_opt): Parse it.
Andreas Jaeger [Wed, 9 May 2012 14:47:57 +0000 (16:47 +0200)]
Fix strspn warning with -Wconversion
[BZ #14083]
Fix warning when using strspn with -Wconversion:
$ gcc -Wconversion -O t.c
t.c: In function ‘main’:
t.c:8:7: warning: conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
Joseph Myers [Wed, 9 May 2012 10:04:19 +0000 (10:04 +0000)]
conformtest: Update expectations for more ISO C headers.
Chung-Lin Tang [Wed, 9 May 2012 09:48:42 +0000 (17:48 +0800)]
Use CFI statements instead of hand-coding .eh_frame.
Ian Wienand [Wed, 9 May 2012 04:13:29 +0000 (06:13 +0200)]
Fix daylight time change for the US
[BZ #14080]
* time/tzset.c (__tzset_parse_tz): Update default rules for
daylight time changes in the Energy Policy Act of 2005.
Andreas Jaeger [Wed, 9 May 2012 04:08:28 +0000 (06:08 +0200)]
Make ldconfig message clearer
[BZ #13983]
Let not confuse the user and think there's an error instead of
a warning.
David S. Miller [Tue, 8 May 2012 18:17:07 +0000 (11:17 -0700)]
Minor optimization to sparc VIS3 floor() implementation.
* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
movxtod instead of popping the value on the stack.
David S. Miller [Tue, 8 May 2012 17:58:01 +0000 (10:58 -0700)]
With -frounding-math, some sparc ULPs need to be adjusted.
* sysdeps/sparc/fpu/libm-test-ulps: Update.
Carlos O'Donell [Mon, 7 May 2012 20:04:41 +0000 (16:04 -0400)]
ARM: Define HAVE_ARM_PCS_VFP in config.h.
If the compiler and flags would select the hard-float ABI
then the ARM configure fragment will set HAVE_ARM_PCS_VFP.
This is later used by the ARM shlib-versions to select
the appropriately named dynamic linker.
Roland Mc Grath [Tue, 8 May 2012 17:44:57 +0000 (19:44 +0200)]
Warn if user requests __FORTIFY_SOURCE but it is disabled
[BZ #13979]
* include/features.h: Warn if user requests __FORTIFY_SOURCE
checking but the checks are disabled for any reason.
H.J. Lu [Tue, 8 May 2012 16:39:58 +0000 (09:39 -0700)]
Replace Elf64_XXX/ELF64_R_TYPE with ElfW(XXX)/ELFW(R_TYPE)
Joseph Myers [Tue, 8 May 2012 13:34:45 +0000 (13:34 +0000)]
Remove more overridden entries from sysdeps/unix/sysv/syscalls.list.
Joseph Myers [Tue, 8 May 2012 11:18:02 +0000 (11:18 +0000)]
Remove entries from sysdeps/unix/sysv/syscalls.list duplicating ones in sysdeps/unix/.
Andreas Jaeger [Tue, 8 May 2012 07:00:44 +0000 (09:00 +0200)]
Revert "Revert "Build glibc with -frounding-math""
This reverts commit
20f244a03fda84d1556674584b340e2459ef3d99.
Mike Frysinger [Thu, 12 Apr 2012 15:18:39 +0000 (11:18 -0400)]
tftp.h: rework layout to work with fortification
The current tftp structure does not work when fortification is enabled.
Starting with gcc-4.5, more size checking was added to trigger these.
Older versions just didn't have enough information, so they returned -1
as the sizes.
First, the tu_stuff field is declared as 1 byte (when it's really an
arbitrary length C string), so attempting to strcpy() with it results
in crashes. This fails with _FORTIFY_SOURCE=1.
Second, even if we change that to [0] (since gcc does not allow flexible
array members in an union), gcc is not smart enough to see that they are
two overlapping flexible arrays (tu_stuff and tu_data), so it will still
trigger an abort with _FORTIFY_SOURCE=2. This is because it thinks that
tu_stuff is 0 bytes and tu_data comes after it.
Talking to upstream gcc, they don't seem terribly inclined to fix the
2nd issue, but even if they did, we still have plenty of 4.5 and 4.6
installs that would hit problems.
So, let's re-order with a few more anonymous structs & unions so that
the fields are laid out with a zero-length array always as the last
field. This seems to fix things with gcc-4.6, and the tftp-hpa pkg
continues to build & work.
URL: https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/691345
URL: https://bugs.archlinux.org/task/28103
URL: https://bugs.gentoo.org/357083
URL: http://gcc.gnu.org/PR52944
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
David S. Miller [Tue, 8 May 2012 02:29:24 +0000 (19:29 -0700)]
Update sparc ULPs for recently added exp tests.
* sysdeps/sparc/fpu/libm-test-ulps: Update.
David S. Miller [Mon, 7 May 2012 23:54:11 +0000 (16:54 -0700)]
Fix sparc libm when all of glibc is built with -frounding-math.
[BZ #14074]
* sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
(SETUP_PIC_REG): Use it.
(SETUP_PIC_REG_LEAF): Use it.
Andreas Jaeger [Mon, 7 May 2012 19:50:25 +0000 (21:50 +0200)]
Revert "Build glibc with -frounding-math"
This reverts commit
bd7b0e561f7f684cedfc4adb964569fe9ab16209.
Conflicts:
ChangeLog
Joseph Myers [Mon, 7 May 2012 19:13:08 +0000 (19:13 +0000)]
Fix x86/x86_64 expm1l inaccuracy and exceptions (bugs 13885, 13923).
David S. Miller [Mon, 7 May 2012 03:15:50 +0000 (20:15 -0700)]
Adjust sparc localplt entries.
* scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers
to quad soft-float symbols whose references are compiler
generated.
* scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
Joseph Myers [Sun, 6 May 2012 18:23:44 +0000 (18:23 +0000)]
Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).
Joseph Myers [Sun, 6 May 2012 18:20:21 +0000 (18:20 +0000)]
Fix libm-test.inc ulps calculation for subnormals (bug 14064).
Andreas Jaeger [Sun, 6 May 2012 17:51:46 +0000 (19:51 +0200)]
Patch
31dc8730af585d8e13021484752fb20decae0661 fixes BZ#13563
Update NEWS and ChangeLog with BZ #13563
Andreas Jaeger [Sun, 6 May 2012 07:30:24 +0000 (09:30 +0200)]
Update x86-64 libm-test-ulps
Andreas Jaeger [Sun, 6 May 2012 07:16:12 +0000 (09:16 +0200)]
Fix date
Andreas Jaeger [Sun, 6 May 2012 07:14:15 +0000 (09:14 +0200)]
Build glibc with -frounding-math
* Makeconfig (+math-flags): New, set to -frounding-math.
(+cflags): Add +math-flags so that all of glibc gets compiled with
it.
Joseph Myers [Sat, 5 May 2012 19:38:31 +0000 (19:38 +0000)]
Disable one hypot test for inline double testing.
Joseph Myers [Sat, 5 May 2012 19:37:39 +0000 (19:37 +0000)]
Fix missing exceptions from exp (bugs 13787, 13922, 14036).
Joseph Myers [Sat, 5 May 2012 19:34:31 +0000 (19:34 +0000)]
Use .S sources for x86/x86_64 expl.
Joseph Myers [Sat, 5 May 2012 10:28:28 +0000 (10:28 +0000)]
Remove overridden entries from sysdeps/unix/sysv/syscalls.list.
Joseph Myers [Fri, 4 May 2012 23:15:56 +0000 (23:15 +0000)]
Merge sysdeps/unix/common into sysdeps/unix.
H.J. Lu [Fri, 4 May 2012 22:35:37 +0000 (15:35 -0700)]
Move x86-64 abilist files to 64/nptl
Joseph Myers [Fri, 4 May 2012 22:37:11 +0000 (22:37 +0000)]
Remove unused sysdeps/unix/common/bits/ headers.
Joseph Myers [Fri, 4 May 2012 22:36:16 +0000 (22:36 +0000)]
Remove unused sysdeps/unix/bsd/ files.
Roland McGrath [Fri, 4 May 2012 19:53:01 +0000 (12:53 -0700)]
ChangeLog leading tabification.
Roland McGrath [Fri, 4 May 2012 19:52:25 +0000 (12:52 -0700)]
ChangeLog formatting nit.
Andreas Jaeger [Fri, 4 May 2012 15:09:56 +0000 (17:09 +0200)]
Revert "Do not build manual in the source directory"
This reverts commit
e3945c47bdac1149a1fec5d46bd567a248cd17b9.
reverting since it breaks building.
Andreas Jaeger [Fri, 4 May 2012 15:09:22 +0000 (17:09 +0200)]
Revert "Update install.texi for building manual in build dir"
This reverts commit
0d80ac6813e3bf21fad6d87202e9efe6d0c17a82.
Reverting since
e3945c47bdac1149a1fec5d46bd567a248cd17b9 gets reverted
as well.
Andreas Jaeger [Fri, 4 May 2012 11:28:33 +0000 (13:28 +0200)]
Update install.texi for building manual in build dir
Andreas Jaeger [Fri, 4 May 2012 11:13:57 +0000 (13:13 +0200)]
Do not build manual in the source directory
[BZ #13750]
Build the manual in the build directory and
not anymore in the source directory.
Adhemerval Zanella [Fri, 4 May 2012 11:05:57 +0000 (13:05 +0200)]
Fix for ldbl-128ibm acosl/asinl inaccuracies
2012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
* sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
long double comparison inaccuracies.
* sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
* Likewise.
* sysdeps/powerpc/fpu/libm-test-ulps: Update.
Andreas Schwab [Sun, 29 Apr 2012 13:17:36 +0000 (15:17 +0200)]
Fix missing vm86 symbol
Joseph Myers [Fri, 4 May 2012 10:44:39 +0000 (10:44 +0000)]
Fix strtod rounding of hex values (bug 14049).
Andreas Krebbel [Fri, 4 May 2012 08:05:41 +0000 (10:05 +0200)]
Update s390 libm-test-ulps
Andreas Jaeger [Thu, 3 May 2012 20:12:59 +0000 (22:12 +0200)]
Fix tst-obprintf - and mcheck in general
tst-obprintf failed with GCC 4.7.
It turned out that this is the fault of GCC optimizing away the
following from malloc/mcheck.c:
/* We call malloc() once here to ensure it is initialized. */
void *p = malloc (0);
free (p);
gcc sees the malloc(0);free pair and removes it completely.
And now malloc is not properly initialized and we screw up if both
mcheck is used (via tst-obprintf) and MALLOC_CHECK_ is set (as it is in my
environment).
Andreas Jaeger [Thu, 3 May 2012 18:51:38 +0000 (20:51 +0200)]
Do not delete make check-abi symlist files
Do not remove the .symlist files and thus do not run
objdump for each library etc if you repeat the make check command.
David S. Miller [Thu, 3 May 2012 18:39:49 +0000 (11:39 -0700)]
Fix minor fallout from yesterdays sparc nptl changes.
nptl/
* sysdeps/sparc/sparc64/pthread_spin_unlock.S: Fix thinko, we
always have to return 0, especially for the pthread_spin_init
alias.
* sysdeps/sparc/sparc32/pthread_spin_lock.S: Add missing trailing
newline.
* sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
* sysdeps/sparc/sparc64/pthread_spin_lock.S: Likewise.
Joseph Myers [Thu, 3 May 2012 18:42:37 +0000 (18:42 +0000)]
Fix conditions on checking versions of dprintf (bug 13775).
Roland McGrath [Thu, 3 May 2012 16:52:29 +0000 (09:52 -0700)]
Fix make clean for recent elf/Makefile changes.
Andreas Jaeger [Thu, 3 May 2012 14:22:52 +0000 (16:22 +0200)]
Update sysdeps/i386/fpu/libm-test-ulps
Andreas Jaeger [Thu, 3 May 2012 07:46:57 +0000 (09:46 +0200)]
Move FAQ to wiki
The FAQ is now at http://sourceware.org/glibc/wiki/FAQ and not
anymore part of the repository.
David S. Miller [Thu, 3 May 2012 02:04:54 +0000 (19:04 -0700)]
Mirror i386 change on sparc: 'Avoid "anonymous" code in pthread_spin_lock'
nptl/
* sysdeps/sparc/sparc64/pthread_spin_lock.S: New.
* sysdeps/sparc/sparc64/pthread_spin_lock.c: Delete.
* sysdeps/sparc/sparc64/pthread_spin_unlock.S: New.
* sysdeps/sparc/sparc64/pthread_spin_unlock.c: Delete.
* sysdeps/sparc/sparc64/pthread_spin_trylock.S: New.
* sysdeps/sparc/sparc64/pthread_spin_trylock.c: Delete.
* sysdeps/sparc/sparc64/pthread_spin_init.c: New.
* sysdeps/sparc/sparc32/pthread_spin_lock.S: New.
* sysdeps/sparc/sparc32/pthread_spin_lock.c: Delete.
* sysdeps/sparc/sparc32/pthread_spin_trylock.S: New.
* sysdeps/sparc/sparc32/pthread_spin_trylock.c: Delete.
* sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: New.
* sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.c: Delete.
* sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: New.
* sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.c: Delete.
* sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: New.
* sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.c: Delete.
* sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: New.
Allan McRae [Mon, 16 Apr 2012 04:06:47 +0000 (14:06 +1000)]
Fix test-suite failues with -Wl,--as-needed
Signed-off-by: Allan McRae <allan@archlinux.org>
David S. Miller [Wed, 2 May 2012 23:44:21 +0000 (16:44 -0700)]
Update sparc ULPs for recently added acos/asin tests.
* sysdeps/sparc/fpu/libm-test-ulps: Update.
Paul Pluzhnikov [Wed, 2 May 2012 21:35:30 +0000 (14:35 -0700)]
For PR 14055, add bounds check to _dl_show_auxv().
Paul Pluzhnikov [Wed, 2 May 2012 21:01:37 +0000 (14:01 -0700)]
Kill trailing whitespace.
Paul Pluzhnikov [Wed, 2 May 2012 20:58:40 +0000 (13:58 -0700)]
Avoid "anonymous" code in pthread_spin_lock.
Andreas Jaeger [Wed, 2 May 2012 14:33:18 +0000 (16:33 +0200)]
Use -frounding-math for math testsuite
We should tell GCC that we manipulate the rounding mode and
therefore add -frounding-math to these files that call fesetround.
Adhemerval Zanella [Wed, 2 May 2012 13:14:17 +0000 (15:14 +0200)]
Fix nexttoward bugs
[BZ #2550]
[BZ #2570]
* sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
comparisons to determine direction to adjust input.
Roland McGrath [Tue, 1 May 2012 20:30:55 +0000 (13:30 -0700)]
Redirect check-localplt output to check-localplt.out.
Roland McGrath [Tue, 1 May 2012 16:26:23 +0000 (09:26 -0700)]
Do check-localplt test using readelf rather than a build-time C program.
Roland McGrath [Mon, 30 Apr 2012 22:41:15 +0000 (15:41 -0700)]
Do check-execstack test using readelf rather than a build-time C program.
Roland McGrath [Mon, 30 Apr 2012 22:00:14 +0000 (15:00 -0700)]
Do check-textrel test using readelf rather than a build-time C program.
Joseph Myers [Tue, 1 May 2012 20:05:49 +0000 (20:05 +0000)]
conformtest: Update expectations for some ISO C headers.
Joseph Myers [Tue, 1 May 2012 20:05:14 +0000 (20:05 +0000)]
conformtest: Check namespace within __attribute__.
Joseph Myers [Tue, 1 May 2012 20:04:44 +0000 (20:04 +0000)]
conformtest: Use correct keyword set for underlying C standard.
Joseph Myers [Tue, 1 May 2012 20:04:15 +0000 (20:04 +0000)]
conformtest: Don't test non-C90 headers for C90.
Joseph Myers [Tue, 1 May 2012 20:03:42 +0000 (20:03 +0000)]
conformtest: Support testing macro usability in #if.
Joseph Myers [Tue, 1 May 2012 20:03:15 +0000 (20:03 +0000)]
conformtest: Support specifying types before promotion.
Joseph Myers [Tue, 1 May 2012 20:02:48 +0000 (20:02 +0000)]
conformtest: Unify "macro" and "constant" handling.
Joseph Myers [Tue, 1 May 2012 20:02:19 +0000 (20:02 +0000)]
conformtest: Unify "macro" cases.
Joseph Myers [Tue, 1 May 2012 20:01:48 +0000 (20:01 +0000)]
conformtest: Unify "constant" and "typed-constant".
Joseph Myers [Tue, 1 May 2012 20:00:56 +0000 (20:00 +0000)]
conformtest: Unify handling of "optional-" and non-optional lines.
Joseph Myers [Tue, 1 May 2012 20:00:24 +0000 (20:00 +0000)]
conformtest: Unify variants of "constant" and "optional-constant".
Joseph Myers [Tue, 1 May 2012 19:59:47 +0000 (19:59 +0000)]
conformtest: Always pass C standards options to compiler.
Joseph Myers [Tue, 1 May 2012 19:59:15 +0000 (19:59 +0000)]
conformtest: Improve math.h tests for X/Open versions.
Joseph Myers [Tue, 1 May 2012 19:58:35 +0000 (19:58 +0000)]
conformtest: Use correct feature test macros for XPG4.
Joseph Myers [Tue, 1 May 2012 19:58:06 +0000 (19:58 +0000)]
conformtest: Handle "symbol" lines for allow-header.
Joseph Myers [Tue, 1 May 2012 18:56:25 +0000 (18:56 +0000)]
Remove unused localtime makefile variables.
Andreas Schwab [Mon, 30 Apr 2012 23:12:54 +0000 (01:12 +0200)]
Update powerpc ABI data
Joseph Myers [Tue, 1 May 2012 16:18:56 +0000 (16:18 +0000)]
Note bug 6959 also fixed for 2.16.
Joseph Myers [Tue, 1 May 2012 15:37:43 +0000 (15:37 +0000)]
Fix nexttoward bugs (bugs 2550, 2570).