This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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] Add support for .cfi_sections - way to emit also .debug_frame from .cfi_* directives


On Thu, Oct 01, 2009 at 11:39:03PM +0200, Jakub Jelinek wrote:
> On Thu, Oct 01, 2009 at 05:27:13PM -0400, Daniel Jacobowitz wrote:
> > Is it going to be a problem that DWARF2_FORMAT is defined to 32bit by
> > default on everything but MIPS?  In general, I've noticed that GCC has
> 
> I believe it matches exactly what gcc does with .eh_frame.  Even there
> GCC emits some kind of 64-bit .debug_frame only on MIPS (see gcc
> DWARF_OFFSET_SIZE and DWARF_INITIAL_LENGTH_SIZE macros).

You're right, DWARF2_FORMAT isn't what I meant.  I was thinking of
DWARF2_FDE_RELOC_SIZE vs DWARF2_ADDR_SIZE, and you already took care
of it.

-- 
Daniel Jacobowitz
CodeSourcery


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