]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86: make reloc() usable during late phases of assembly
authorJan Beulich <jbeulich@suse.com>
Fri, 5 Sep 2025 06:32:25 +0000 (08:32 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 5 Sep 2025 06:32:25 +0000 (08:32 +0200)
commit16d95f5ccf15c948edd4fe10ba5f35e5ec13eb73
tree2a7265b2074cdfd572358b503b651fa77e69087d
parentaaabb796f89dfeb9744778ebb70893eed0997cb8
x86: make reloc() usable during late phases of assembly

Introduce a clone with extra parameters, to allow subsequent use from
md_estimate_size_before_relax() (or elsewhere, should that turn out
necessary). There flag_code cannot be used and location information
needs to be provided for diagnostics.
gas/config/tc-i386.c