Changeset 73087 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Jul 12, 2018 11:23:22 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123651
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp
r72364 r73087 1861 1861 RT_FALL_THRU(); 1862 1862 case R_X86_64_PC32: 1863 case R_X86_64_PLT32: /* binutils commit 451875b4f976a527395e9303224c7881b65e12ed feature/regression. */ 1863 1864 { 1864 1865 /* defaults are ok, just handle the addend. */ … … 1878 1879 1879 1880 case R_X86_64_GOT32: 1880 case R_X86_64_PLT32:1881 1881 case R_X86_64_COPY: 1882 1882 case R_X86_64_GLOB_DAT:
Note:
See TracChangeset
for help on using the changeset viewer.