commit | 72cd2c70977943054ff784b7278cef5262288f32 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Sep 23 15:26:29 2024 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Sep 23 15:26:29 2024 +0200 |
tree | 9d49f5e9745eb7596a4348d2fd5e5848f682d5d5 | |
parent | e02f4847761b2d80309b7ca1f7b90b4fb8caf96a [diff] |
ld/PE: no base relocs for section (relative) ones Even more so than image relative (RVA) relocations, section relative ones as well as section ones should not have base relocations created in the final PE image. Reportedly section relative relocations will want using for TLS support in the (Windows) compiler. While there also correct the names for two of the "image base" relocs.