Re: [PATCH 3/5] exec: Remove #ifdef 0-out code doing nothing.

2013-08-29 Thread Roland McGrath
> Mmm, the comment still looks valid to me. I don't know what else would > make sure the dynamic linker doesn't put anything where libc expects to > be putting its heap. We need to make sure something does that before > dropping such a scary warning. It's the "fmh" hack in sysdeps/mach/hurd/dl-s

Re: [PATCH 3/5] exec: Remove #ifdef 0-out code doing nothing.

2013-08-28 Thread Samuel Thibault
Justus Winter, le Thu 15 Aug 2013 18:41:52 +0200, a écrit : > exec/exec.c (load_section): Remove unused code. > -#if 0 > - switch (elf_machine) > - { > - case EM_386: > - case EM_486: > - /* On the i386, programs normally load at 0x0800, and > -expect

[PATCH 3/5] exec: Remove #ifdef 0-out code doing nothing.

2013-08-15 Thread Justus Winter
exec/exec.c (load_section): Remove unused code. --- exec/exec.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/exec/exec.c b/exec/exec.c index 0d3ec69..48409c0 100644 --- a/exec/exec.c +++ b/exec/exec.c @@ -164,23 +164,7 @@ load_section (void *section, str