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: [patch] XLF Fortran: Remove an inappropriate complaint


On Mon, Nov 26, 2007 at 08:20:41AM +0100, Jan Kratochvil wrote:
> Therefore GDB violates the DWARF3 spec and the complaint there is right as it
> warns the user GDB has violated the DWARF3 spec while parsing the ELF file.

OK, I see now.  But it will complain about the type anyway:

      complaint (&symfile_complaints, _("Attribute value is not a constant (%s)"),
                 dwarf_form_name (attr->form));

I have no preference - the patch is OK, leaving the complaint is also
OK with me.

-- 
Daniel Jacobowitz
CodeSourcery


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