platform/upstream/glibc.git
11 years agoClean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.
Roland McGrath [Fri, 17 Aug 2012 16:35:15 +0000 (09:35 -0700)]
Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.

11 years agoAlso set r->r_map when unmapping the first object in a namespace.
Gary Benson [Fri, 17 Aug 2012 10:44:37 +0000 (11:44 +0100)]
Also set r->r_map when unmapping the first object in a namespace.

When unmapping the first object in a namespace, the runtime linker
did not update the externally visible pointer.  This resulted in
debuggers seeing pointers to memory that had been freed.

11 years agoDo not pollute name space with internal_*netgrent functions.
Roland McGrath [Thu, 16 Aug 2012 22:38:45 +0000 (15:38 -0700)]
Do not pollute name space with internal_*netgrent functions.

11 years agoUpdate longlong.h from GCC.
Joseph Myers [Thu, 16 Aug 2012 21:37:04 +0000 (21:37 +0000)]
Update longlong.h from GCC.

11 years agoSuppress -Wunused-but-set warnings in GMP code.
Roland McGrath [Thu, 16 Aug 2012 21:08:47 +0000 (14:08 -0700)]
Suppress -Wunused-but-set warnings in GMP code.

11 years agoFifth argument of la_pltenter() is not constant.
Carlos O'Donell [Thu, 16 Aug 2012 15:36:24 +0000 (08:36 -0700)]
Fifth argument of la_pltenter() is not constant.

The original runtime linker auditing interface described
by Solaris allows the 5th argument of la_pltenter() to be
modified. This patch cleans up the ldsodefs.h definitions
such that the 5th argument is not constant.

At one point the 5th argument *was* constant but this was
changed with commit 2413fdba7a02ba8916f75d17199a6e9133a8f7b0.
This patch updates alpha, ia64, mips, sh and sparc with similar
changes.

11 years agoRemove __ASSUME_POSIX_TIMERS.
Joseph Myers [Thu, 16 Aug 2012 14:03:43 +0000 (14:03 +0000)]
Remove __ASSUME_POSIX_TIMERS.

11 years agoFix dl-load.c for [!_LIBC_REENTRANT] case.
Roland McGrath [Thu, 16 Aug 2012 00:05:10 +0000 (17:05 -0700)]
Fix dl-load.c for [!_LIBC_REENTRANT] case.

11 years agoDefine __rtld_lock_initialize in stub bits/libc-lock.h file.
Roland McGrath [Thu, 16 Aug 2012 00:03:56 +0000 (17:03 -0700)]
Define __rtld_lock_initialize in stub bits/libc-lock.h file.

11 years agoAdd a missing #include to dl-sym.c.
Roland McGrath [Thu, 16 Aug 2012 00:02:22 +0000 (17:02 -0700)]
Add a missing #include to dl-sym.c.

11 years agoOptimize __libc_lock_lock and __libc_lock_trylock for MIPS.
Maxim Kuvyrkov [Wed, 15 Aug 2012 23:44:30 +0000 (16:44 -0700)]
Optimize __libc_lock_lock and __libc_lock_trylock for MIPS.

11 years agoAdd generic versions of pthread_spin_lock and pthread_spin_trylock.
Maxim Kuvyrkov [Wed, 15 Aug 2012 23:29:06 +0000 (16:29 -0700)]
Add generic versions of pthread_spin_lock and pthread_spin_trylock.

11 years agoSuppress regcomp.c warnings in 32-bit builds.
Roland McGrath [Wed, 15 Aug 2012 23:03:58 +0000 (16:03 -0700)]
Suppress regcomp.c warnings in 32-bit builds.

11 years agoDefine O_DSYNC and O_RSYNC in generic/4.4 bits/fcntl.h file.
Roland McGrath [Wed, 15 Aug 2012 22:47:52 +0000 (15:47 -0700)]
Define O_DSYNC and O_RSYNC in generic/4.4 bits/fcntl.h file.

11 years agoMove stub lseek.c to the right directory.
Roland McGrath [Wed, 15 Aug 2012 22:40:06 +0000 (15:40 -0700)]
Move stub lseek.c to the right directory.

11 years agoFix stub clock_nanosleep #include.
Roland McGrath [Wed, 15 Aug 2012 22:35:16 +0000 (15:35 -0700)]
Fix stub clock_nanosleep #include.

11 years agoFix last sha512.c change to avoid compiler warning.
Roland McGrath [Wed, 15 Aug 2012 20:59:59 +0000 (13:59 -0700)]
Fix last sha512.c change to avoid compiler warning.

11 years agoRemove executable permissions checked in by accident
Andreas Jaeger [Wed, 15 Aug 2012 19:18:44 +0000 (21:18 +0200)]
Remove executable permissions checked in by accident

11 years agoFix segmentation fault in strncasecmp for i686
Liubov Dmitrieva [Wed, 15 Aug 2012 19:06:55 +0000 (21:06 +0200)]
Fix segmentation fault in strncasecmp for i686

2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>

[BZ #14195]
        * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
        segmentation fault for a case of two empty input strings.
* string/test-strncasecmp.c (check1): Renamed to...
(bz12205): ...this.
(bz14195): Add new testcase for two empty input strings and N > 0.
(test_main): Call new testcase, adapt for renamed function.

11 years agoAdd testcase for BZ#14090 - md5/sha512 with large sizes
Andreas Jaeger [Wed, 15 Aug 2012 18:51:04 +0000 (20:51 +0200)]
Add testcase for BZ#14090 - md5/sha512 with large sizes

11 years agoFix BZ#14090 - md5/sha512 with large sizes
Paul Eggert [Wed, 15 Aug 2012 18:49:45 +0000 (20:49 +0200)]
Fix BZ#14090 - md5/sha512 with large sizes

11 years agoRemove local redefinition of MAX macro.
Roland McGrath [Wed, 15 Aug 2012 18:40:41 +0000 (11:40 -0700)]
Remove local redefinition of MAX macro.

11 years agoClean up x86_64/multiarch/strstr-c.c include order.
Roland McGrath [Wed, 15 Aug 2012 18:38:57 +0000 (11:38 -0700)]
Clean up x86_64/multiarch/strstr-c.c include order.

11 years agoClean up x86_64/multiarch/memmove.c include order.
Roland McGrath [Wed, 15 Aug 2012 18:26:02 +0000 (11:26 -0700)]
Clean up x86_64/multiarch/memmove.c include order.

11 years agoDeclare __getdirentries in internal dirent.h.
Roland McGrath [Wed, 15 Aug 2012 17:09:18 +0000 (10:09 -0700)]
Declare __getdirentries in internal dirent.h.

11 years agoAdd casts to suppress warnings in system.c under [!_LIBC_REENTRANT].
Roland McGrath [Wed, 15 Aug 2012 17:08:32 +0000 (10:08 -0700)]
Add casts to suppress warnings in system.c under [!_LIBC_REENTRANT].

11 years agoRename ARM bits/atomic.h not to be specific to nptl add-on.
Roland McGrath [Tue, 14 Aug 2012 23:39:38 +0000 (16:39 -0700)]
Rename ARM bits/atomic.h not to be specific to nptl add-on.

11 years agoSeparate ARM bits/atomic.h into generic and Linux-specific files.
Roland McGrath [Tue, 14 Aug 2012 23:38:23 +0000 (16:38 -0700)]
Separate ARM bits/atomic.h into generic and Linux-specific files.

11 years agoUpdate MIPS dl-lookup.c from generic version.
Joseph Myers [Wed, 15 Aug 2012 09:49:07 +0000 (09:49 +0000)]
Update MIPS dl-lookup.c from generic version.

11 years agoarm: fix up style in reloc fix
Mike Frysinger [Wed, 15 Aug 2012 01:38:15 +0000 (21:38 -0400)]
arm: fix up style in reloc fix

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 years agoi386/x86_64: punt HAVE_CPP_ASM_DEBUGINFO
Mike Frysinger [Sun, 12 Aug 2012 19:13:10 +0000 (15:13 -0400)]
i386/x86_64: punt HAVE_CPP_ASM_DEBUGINFO

Pretty sure we require recent enough versions of gcc/binutils to make this
check pointless.  I can't any logs in the last few years where this check
didn't return "yes".

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 years agoia64: drop HAVE_CPP_ASM_DEBUGINFO
Mike Frysinger [Sun, 12 Aug 2012 19:09:12 +0000 (15:09 -0400)]
ia64: drop HAVE_CPP_ASM_DEBUGINFO

Looks like a wart copied from the i386 code base.  The only place I can
find that checks this is the i386 sysdep.h, and even then this looks like
a check that should get thrown away as obsolete ...

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 years agoAdd a missing #include.
Roland McGrath [Tue, 14 Aug 2012 23:43:24 +0000 (16:43 -0700)]
Add a missing #include.

11 years agoAdd a missing #include.
Roland McGrath [Tue, 14 Aug 2012 23:04:29 +0000 (16:04 -0700)]
Add a missing #include.

11 years agoRemove __ASSUME_CLONE_THREAD_FLAGS.
Joseph Myers [Tue, 14 Aug 2012 22:34:04 +0000 (22:34 +0000)]
Remove __ASSUME_CLONE_THREAD_FLAGS.

11 years agoAdd more fixed bug numbers to NEWS.
Joseph Myers [Tue, 14 Aug 2012 20:28:33 +0000 (20:28 +0000)]
Add more fixed bug numbers to NEWS.

11 years agoAnother ULPs update.
Andreas Jaeger [Tue, 14 Aug 2012 06:04:51 +0000 (08:04 +0200)]
Another ULPs update.

11 years agoUpdate i386 ULPs
Andreas Jaeger [Tue, 14 Aug 2012 06:02:08 +0000 (08:02 +0200)]
Update i386 ULPs

11 years agoUse tabs instead of spaces
Andreas Jaeger [Tue, 14 Aug 2012 05:59:57 +0000 (07:59 +0200)]
Use tabs instead of spaces

11 years agoAdd explicit acquire/release semantics to MIPS' atomic_exchange_and_add.
Maxim Kuvyrkov [Tue, 14 Aug 2012 02:55:34 +0000 (19:55 -0700)]
Add explicit acquire/release semantics to MIPS' atomic_exchange_and_add.

11 years agoAdd explicit acquire/release semantics to atomic_exchange_and_add.
Maxim Kuvyrkov [Tue, 14 Aug 2012 02:31:00 +0000 (19:31 -0700)]
Add explicit acquire/release semantics to atomic_exchange_and_add.

11 years agoalpha: Don't test toolchain support for TLS or GPREL
Richard Henderson [Tue, 14 Aug 2012 01:19:23 +0000 (18:19 -0700)]
alpha: Don't test toolchain support for TLS or GPREL

11 years agoalpha: Fix compat version number for nearbyintl
Richard Henderson [Tue, 14 Aug 2012 01:17:45 +0000 (18:17 -0700)]
alpha: Fix compat version number for nearbyintl

11 years agoUpdate x86-64 ULPs
Markus Trippelsdorf [Mon, 13 Aug 2012 19:24:17 +0000 (21:24 +0200)]
Update x86-64 ULPs

The recent clog and clog10 fixes are causing some failing tests on my
AMD64 CPU.

11 years ago * manual/stdio.texi (snprintf): Clarify handling of the trailing
Jeff Law [Mon, 13 Aug 2012 19:12:18 +0000 (13:12 -0600)]
   * manual/stdio.texi (snprintf): Clarify handling of the trailing
       null byte in the output string.

11 years agoia64: drop TLS configure check
Mike Frysinger [Sun, 12 Aug 2012 19:01:40 +0000 (15:01 -0400)]
ia64: drop TLS configure check

Since we require a new enough version of binutils that has TLS, we don't
need to bother checking for it anymore.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 years agohppa: add missing prlimit64 symbol
Mike Frysinger [Thu, 12 Apr 2012 22:58:35 +0000 (18:58 -0400)]
hppa: add missing prlimit64 symbol

All other arches have this in their syscall list.  Looks like hppa
is missing it though and breaks one or two apps that try to call it.

URL: https://bugs.gentoo.org/411745
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 years agoia64: drop ASM_TYPE_DIRECTIVE usage
Mike Frysinger [Sun, 12 Aug 2012 18:44:36 +0000 (14:44 -0400)]
ia64: drop ASM_TYPE_DIRECTIVE usage

Matches what we've done in the rest of the tree.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 years agoarm: handle unaligned ABS relocs
Mike Frysinger [Sun, 1 Jan 2012 07:36:32 +0000 (02:36 -0500)]
arm: handle unaligned ABS relocs

When relocating a misaligned R_ARM_ABS32, glibc currently crashes.

URL: https://bugs.gentoo.org/394237
URL: http://gcc.gnu.org/PR51456
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 years agoMove Linux kernel version conditionals to kernel-features.h.
Joseph Myers [Fri, 10 Aug 2012 15:53:27 +0000 (15:53 +0000)]
Move Linux kernel version conditionals to kernel-features.h.

11 years agoFix whitespace problems detected by commit hooks.
Jeff Law [Fri, 10 Aug 2012 15:39:38 +0000 (09:39 -0600)]
Fix whitespace problems detected by commit hooks.

11 years ago [BZ #13939]
Jeff Law [Fri, 10 Aug 2012 15:37:04 +0000 (09:37 -0600)]
    [BZ #13939]
        * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
        When avoid_arena is set, don't retry in the that arena.  Pick the
        next one, whatever it might be.
        (arena_get2): New parameter avoid_arena, pass through to reused_arena.
        (arena_lock): Pass in new parameter to arena_get2.
        * malloc/malloc.c (__libc_memalign): Pass in new parameter to
        arena_get2.
        (__libc_malloc): Unify retrying after main arena failure with
        __libc_memalign version.
        (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.

11 years agom68k: fix type of pltenter member in audit interface
Andreas Schwab [Fri, 10 Aug 2012 09:06:42 +0000 (11:06 +0200)]
m68k: fix type of pltenter member in audit interface

11 years agoMake ARM setjmp/longjmp respect ARM_ASSUME_NO_IWMMXT macro.
Roland McGrath [Thu, 9 Aug 2012 23:17:14 +0000 (16:17 -0700)]
Make ARM setjmp/longjmp respect ARM_ASSUME_NO_IWMMXT macro.

11 years agoDefine __ASSUME_UTIMES for MIPS.
Joseph Myers [Thu, 9 Aug 2012 23:33:41 +0000 (23:33 +0000)]
Define __ASSUME_UTIMES for MIPS.

11 years agoAvoid DWARF definition DIE on ifunc symbols
H.J. Lu [Thu, 9 Aug 2012 23:04:37 +0000 (16:04 -0700)]
Avoid DWARF definition DIE on ifunc symbols

11 years agoAvoid VFP HWCAP check in setjmp/longjmp and getcontext/setcontext when compiled witho...
Roland McGrath [Thu, 9 Aug 2012 18:51:05 +0000 (11:51 -0700)]
Avoid VFP HWCAP check in setjmp/longjmp and getcontext/setcontext when compiled without __SOFTFP__ defined.

11 years agoDon't check HWCAP_ARM_VFP in OS-generic code.
Roland McGrath [Thu, 9 Aug 2012 17:04:56 +0000 (10:04 -0700)]
Don't check HWCAP_ARM_VFP in OS-generic code.
Presume VFP if compiled without __SOFTFP__ defined.

11 years agoAdd new AM33 relocs
Mark Salter [Thu, 9 Aug 2012 01:43:47 +0000 (21:43 -0400)]
Add new AM33 relocs

11 years agoAdd sotruss-lib support for ARM.
Roland McGrath [Wed, 8 Aug 2012 22:04:09 +0000 (15:04 -0700)]
Add sotruss-lib support for ARM.

11 years agoRemove __ASSUME_TGKILL.
Joseph Myers [Wed, 8 Aug 2012 23:22:53 +0000 (23:22 +0000)]
Remove __ASSUME_TGKILL.

11 years agoAdd a const in arm_gnu_pltexit signature.
Roland McGrath [Wed, 8 Aug 2012 21:57:07 +0000 (14:57 -0700)]
Add a const in arm_gnu_pltexit signature.

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.