bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/18025] dwarf2 debug info after rebasing DLLs unusable


From: nickc at redhat dot com
Subject: [Bug binutils/18025] dwarf2 debug info after rebasing DLLs unusable
Date: Fri, 27 Feb 2015 12:35:40 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=18025

--- Comment #3 from Nick Clifton <nickc at redhat dot com> ---
Hi Alan,

> This isn't a binutils problem.  "rebase" isn't part of binutils,

True.  It would be best if the rebase program correctly updated the DWARF debug
information itself.  Although without relocs to guide it, it would be necessary
to add a DWARF parser to the program.

A small patch to the binutils, such as the one uploaded, would allow the tools
to detect rebasing and allow for it, without requireing a rewrite of that tool.

> and it is
> your compiler that chooses whether dwarf debug info uses absolute or
> relative addresses.

Not really.  The DWARF format does not support base-address relative
addressing, which is what would be needed in this case.


This problem could be fixed outside of the binutils, true.  But it would be
nice if the binutils could cope.

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]