search for: c65598ol4316

Displaying 2 results from an estimated 2 matches for "c65598ol4316".

2017 Oct 04
2
Relocations used for PPC32 in non-PIC mode
...PIC code: https://reviews.llvm.org/rL213427#C65598OL3360. Note, that there are two places covering the PPCII::MO_PLT_OR_STUB assignment, which are both guarded with getRelocationModel check. Now let's look at https://reviews.llvm.org/rL273499#C65598OL4294 and https://reviews.llvm.org/rL273595#C65598OL4316. For some unknown reason these two commits silently removed -fno-pic handling, and effectively enforced PLT use. As a result they broke the compatibility with linkers not implementing PLT-relative relocations. While it might be good for LLD to support R_PPC_PLTREL24, in my opinion there still is n...
2017 Oct 04
2
Relocations used for PPC32 in non-PIC mode
...re are two places covering the PPCII::MO_PLT_OR_STUB assignment, which are both guarded with getRelocationModel check. >> >> Now let's look at https://reviews.llvm.org/rL273499#C65598OL4294 <https://reviews.llvm.org/rL273499#C65598OL4294> and https://reviews.llvm.org/rL273595#C65598OL4316 <https://reviews.llvm.org/rL273595#C65598OL4316>. For some unknown reason these two commits silently removed -fno-pic handling, and effectively enforced PLT use. As a result they broke the compatibility with linkers not implementing PLT-relative relocations. >> >> While it might...