commit | c5c2cb6d7d92d4269c0e24bdfb7783fdddc94cfe | [log] [tgz] |
---|---|---|
author | Jens Remus <jremus@linux.ibm.com> | Mon May 19 11:16:53 2025 +0200 |
committer | Jens Remus <jremus@linux.ibm.com> | Mon May 19 11:16:53 2025 +0200 |
tree | 9f4dc0b137c86f6ff2098cb1ab69442c69d6023d | |
parent | ed53e990e57e4f98b42a57b481fc12ad7f55b42e [diff] |
s390: Simplify test for absolute symbol Simplify the test whether a symbol is absolute, by using the helper bfd_is_abs_symbol. bfd/ * elf64-s390.c (elf_s390_relocate_section): Use bfd_is_abs_symbol to test whether symbol is absolute. Signed-off-by: Jens Remus <jremus@linux.ibm.com>