> 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
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
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
3 matches
Mail list logo