[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/10178] valgrind doesn't work when linked with gold instead of
From: |
ian at airs dot com |
Subject: |
[Bug gold/10178] valgrind doesn't work when linked with gold instead of ld |
Date: |
24 Jun 2009 20:42:59 -0000 |
------- Additional Comments From ian at airs dot com 2009-06-24 20:42 -------
The core issue is that valgrind runs the linker with --verbose to extract the
linker script. It then seds the linker script to adjust the start address of
the text segment. This works OK with the GNU linker, but it fails with gold,
since gold does not have a default linker script.
With gold it ought to work to simply use the -Ttext option.
In any case, gold will never have a default linker script, so this is not
something that can be fixed in gold.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
http://sourceware.org/bugzilla/show_bug.cgi?id=10178
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug gold/10178] valgrind doesn't work when linked with gold instead of ld,
ian at airs dot com <=