[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/5] exec: Remove #ifdef 0-out code doing nothing.
From: |
Samuel Thibault |
Subject: |
Re: [PATCH 3/5] exec: Remove #ifdef 0-out code doing nothing. |
Date: |
Wed, 28 Aug 2013 23:59:38 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
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 0x08000000, and
> - expect their data segment to be able to grow dynamically
> - upward from its start near that address. We need to make
> - sure that the dynamic linker is not mapped in a conflicting
> - address. */
> - /* mask = 0xf8000000UL; */ /* XXX */
> - break;
> - default:
> - break;
> - }
> -#endif
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.
Samuel
- Re: [PATCH 1/5] exec: remove support for transparently unbzip2ing executables, (continued)
- Re: [PATCH 1/5] exec: remove support for transparently unbzip2ing executables, Samuel Thibault, 2013/08/28
- Re: [PATCH 1/5] exec: remove support for transparently unbzip2ing executables, Justus Winter, 2013/08/29
- Re: [PATCH 1/5] exec: remove support for transparently unbzip2ing executables, Samuel Thibault, 2013/08/29
- Re: [PATCH 1/5] exec: remove support for transparently unbzip2ing executables, Justus Winter, 2013/08/29
- Re: [PATCH 1/5] exec: remove support for transparently unbzip2ing executables, Samuel Thibault, 2013/08/29
- Re: [PATCH 1/5] exec: remove support for transparently unbzip2ing executables, Justus Winter, 2013/08/29
- Re: [PATCH 1/5] exec: remove support for transparently unbzip2ing executables, Samuel Thibault, 2013/08/29
- Re: [PATCH 1/5] exec: remove support for transparently unbzip2ing executables, Richard Braun, 2013/08/29
- Re: [PATCH 1/5] exec: remove support for transparently unbzip2ing executables, Roland McGrath, 2013/08/29
[PATCH 3/5] exec: Remove #ifdef 0-out code doing nothing., Justus Winter, 2013/08/15
- Re: [PATCH 3/5] exec: Remove #ifdef 0-out code doing nothing.,
Samuel Thibault <=
[PATCH 5/5] exec: remove the BFD code, Justus Winter, 2013/08/15
[PATCH 4/5] exec: Remove #ifdef 0-out code for user specified exec servers., Justus Winter, 2013/08/15
[PATCH 2/5] exec: remove support for transparently ungziping executables, Justus Winter, 2013/08/15