[llvm] r185662 - [PowerPC] Implement writeNopData

Ulrich Weigand Ulrich.Weigand at de.ibm.com
Fri Jul 5 04:39:02 PDT 2013


Chandler Carruth <chandlerc at google.com> wrote on 05.07.2013 02:09:09:
> On Thu, Jul 4, 2013 at 11:28 AM, Ulrich Weigand
<ulrich.weigand at de.ibm.com
> > wrote:
> This fixes the last remaining difference in object file output
> (text section) between the integrated assembler and GNU as
> that I've seen anywhere.
>
> This is fantastic! =D

In fact, not only is the text section now identical, but all sections
with "user content": text, data, bss, eh_frame, debug info, ...

The only differences I still see are in the headers (e.g. alignment
of empty sections and other corner cases), and big differences in
the "tool generated" sections like symtab and relocs.  The latter
seem to be primarily caused by different ordering of symbols in
the symtab.

Bye,
Ulrich




More information about the llvm-commits mailing list