This is the mail archive of the gcc-bugs@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]

[Bug other/82368] [8 regression] with r253275 several new test cases in libbacktrace fail


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82368

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
To answer my own question, I think the test whether we want this treatment is:
ehdr.e_machine == EM_PPC64 && (ehdr.e_flags & EF_PPC64_ABI) < 2
plus presence of .opd section.

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