This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: DWARF-related warnings in DJGPP build of GDB


> Thanks.  readelf is out, because DJGPP uses COFF.  "objdump -W" (with
> a recent enough Binutils ;-) seems to do the job, thanks.  How to use
> the info it dumps on me to track down my particular problems is
> another matter.  Hmmm...

You can search for that function that GDB complained about, and look
at the address attributes for the function itself, as well as any
inner block (DW_TAG_lexical_block is would imagine).

-- 
Joel


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