VirtualBox

Ignore:
Timestamp:
Jul 12, 2018 9:16:55 PM (7 years ago)
Author:
vboxsync
Message:

ldrELFRelocatable.cpp.h: Treat R_X86_64_PLT32 as PC32 to deal with fallout from binutils commit 451875b4f976a527395e9303224c7881b65e12ed from 2018-02-14 (about v2.30.51). [missed one case]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h

    r73086 r73099  
    633633             */
    634634            case R_X86_64_PC32:
     635            case R_X86_64_PLT32: /* binutils commit 451875b4f976a527395e9303224c7881b65e12ed feature/regression. */
    635636            {
    636637                const Elf_Addr SourceAddr = SecAddr + paRels[iRel].r_offset + BaseAddr; /* Where the source really is. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette