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: [lto] PATCH: Locate DWARF information in ELF files


Mark Mitchell <mark@codesourcery.com> writes:


[...]

| +      /* Read the data from the section.  */
| +      data = elf_getdata (section, NULL);
| +      if (!data)
| +	{
| +	  error ("could not read data", elf_errmsg (0));

I'm under the impression that a "%s" format specifier is missing
somewhere... 

-- Gaby


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