This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] DWARF support for AIX v4


On 09/24/2015 11:40 AM, David Edelsohn wrote:
> Good news: AIX added support for the initially missing DWARF sections.

Yay!

> Bad news: The support is in an AIX service pack whose presence on a
> system requires effort to determine.

Boo!

Well, we've had worse problems with Solaris in the past.  We should certainly
put a note about the service pack in the installation instructions.

Is it reasonable to require the service pack be installed before making use of
any of this?  My thinking is that, without location lists, anything except -O0
-g2 is going to be unusable, since most local variables will no longer have any
location data.  At which point you might as well just stick with xcoff
debugging, yes?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]