[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/7028] valgrind complaints running ld-elf/header
From: |
hp at sourceware dot org |
Subject: |
[Bug ld/7028] valgrind complaints running ld-elf/header |
Date: |
13 Nov 2008 00:52:30 -0000 |
------- Additional Comments From hp at sourceware dot org 2008-11-13 00:52
-------
Looks like SIZEOF_HEADERS oscillating between 32 and 64 is part of the problem,
see ld/emultempl/elf-generic.em:gld${EMULATION_NAME}_map_segments.
Then, the place that allocates space for headers allocates a different amount
than is output, for the test-case. Patch in testing.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
http://sourceware.org/bugzilla/show_bug.cgi?id=7028
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.