VirtualBox

Ignore:
Timestamp:
Jul 12, 2018 11:23:22 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123651
Message:

VBoxBs3ObjConverter.cpp: Treat R_X86_64_PLT32 as PC32 to deal with fallout from binutils commit 451875b4f976a527395e9303224c7881b65e12ed from 2018-02-14 (about v2.30.51).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp

    r72364 r73087  
    18611861                        RT_FALL_THRU();
    18621862                    case R_X86_64_PC32:
     1863                    case R_X86_64_PLT32: /* binutils commit 451875b4f976a527395e9303224c7881b65e12ed feature/regression. */
    18631864                    {
    18641865                        /* defaults are ok, just handle the addend. */
     
    18781879
    18791880                    case R_X86_64_GOT32:
    1880                     case R_X86_64_PLT32:
    18811881                    case R_X86_64_COPY:
    18821882                    case R_X86_64_GLOB_DAT:
Note: See TracChangeset for help on using the changeset viewer.

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