CVS: cvs.openbsd.org: src
George Koehler <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/24 13:43:01 Modified files: libexec/ld.so/powerpc: rtld_machine.c Log message: macppc ld.so: Load objects with no PLT Move the check for BSS PLT (if PPC_GOT is zero) after the check for any kind of PLT (if PLTREL is RELA), so an object without a PLT stops causing "unsupported insecure BSS PLT object". I got such an object from Pike https://pike.lysator.liu.se using ld -nostartfiles. Detail at https://marc.info/?l=openbsd-tech&m=178734961786056&w=2 ok kettenis@