This is an archive of the discontinued LLVM Phabricator instance.

[Object] Use BFD name for little-endian PowerPC64
ClosedPublic

Authored by void on Apr 16 2020, 8:03 PM.

Details

Summary

Little-endian PowerPC object files should report "elf64-powerpcle" instead of
"elf64-powerpc".

Diff Detail

Event Timeline

void created this revision.Apr 16 2020, 8:03 PM
jsji added a reviewer: Restricted Project.Apr 16 2020, 8:38 PM
jsji added a project: Restricted Project.

See D76046 . elf64-powerpc64le is called a BFD name (or bfdname)

void added a comment.Apr 19 2020, 3:44 PM

See D76046 . elf64-powerpc64le is called a BFD name (or bfdname)

Okay. Did you need me to change something? :-)

MaskRay accepted this revision.Apr 19 2020, 5:56 PM
MaskRay retitled this revision from Add "powerpcle" as a file format to [Object] Use BFD name for little-endian PowerPC64.
MaskRay edited the summary of this revision. (Show Details)

With the subject changed, LG

This revision is now accepted and ready to land.Apr 19 2020, 5:57 PM
This revision was automatically updated to reflect the committed changes.