Enable hardening for cross builds

2011-12-19 Thread Marcin Juszkiewicz
Default Debian/Ubuntu cross compiler did not had hardening support enabled but this got changed in gcc-4.6 4.6.2-6 version. Due to this eglibc is no longer cross buildable as -fno-stack-protector -U_FORTIFY_SOURCE are set only for native builds. This change sets those flags for both native

Re: Enable hardening for cross builds

2011-12-19 Thread Aurelien Jarno
On Mon, Dec 19, 2011 at 11:47:11AM +0100, Marcin Juszkiewicz wrote: Default Debian/Ubuntu cross compiler did not had hardening support enabled but this got changed in gcc-4.6 4.6.2-6 version. Due to this eglibc is no longer cross buildable as -fno-stack-protector -U_FORTIFY_SOURCE are set

r5097 - in glibc-package/trunk/debian: . sysdeps

2011-12-19 Thread Aurelien Jarno
Author: aurel32 Date: 2011-12-19 12:06:03 + (Mon, 19 Dec 2011) New Revision: 5097 Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/sysdeps/armel.mk glibc-package/trunk/debian/sysdeps/armhf.mk Log: * sysdeps/armel.mk, sysdeps/armhf.mk: fix cross compiling.

Processed: tagging 652632

2011-12-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 652632 + pending Bug #652632 [eglibc] eglibc: [INTL:nl] Dutch translation of debconf templates Added tag(s) pending. thanks Stopping processing here. Please contact me if you need assistance. -- 652632:

r5098 - in glibc-package/trunk/debian: . po

2011-12-19 Thread Aurelien Jarno
Author: aurel32 Date: 2011-12-19 13:27:45 + (Mon, 19 Dec 2011) New Revision: 5098 Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/po/nl.po Log: * Update Dutch debconf translation, by Jeroen Schot. Closes: #652632. Modified:

r5099 - in glibc-package/trunk/debian: . patches/hurd-i386

2011-12-19 Thread Aurelien Jarno
Author: aurel32 Date: 2011-12-19 15:11:32 + (Mon, 19 Dec 2011) New Revision: 5099 Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/patches/hurd-i386/tg-struct_stat.diff Log: * patches/hurd/tg-struct_stat.diff: fix #ifdef typos. Modified:

Re: [patch] reduce namespace polloution from sys/ucontext.h on arm

2011-12-19 Thread Joseph S. Myers
On Mon, 19 Dec 2011, peter green wrote: On the issue of the R? definitions I proposed renaming them to REG_R?. The use of a REG_ prefix is consistent with x86, x64 and sparc (I couldn't find any comparable definitions at all on other architectures I looked at) I asked what the impact of this

Bug#652356: please use argument-safe bswap macros on all architectures

2011-12-19 Thread Thorsten Glaser
Dixi quod… Jonathan Nieder dixit: Thorsten, can you test this patch or arrange for it to be tested? Will do that Built, WFM. bye, //mirabilos -- “Having a smoking section in a restaurant is like having a peeing section in a swimming pool.”

Processed: Re: please use argument-safe bswap macros on all architectures

2011-12-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 652356 + fixed-upstream Bug #652356 [src:eglibc] please use argument-safe bswap macros on all architectures Added tag(s) fixed-upstream. thanks Stopping processing here. Please contact me if you need assistance. -- 652356:

Re: [patch] reduce namespace polloution from sys/ucontext.h on arm

2011-12-19 Thread peter green
Joseph S. Myers wrote: The most obvious users of these definitions would be (native) GDB and gdbserver - do those still build OK (i.e. include the correct headers to get the definitions they need and not rely on any definitions that were removed) after this patch? I have built the debian