[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/31398] pr21964-4 fails on RISC-V with a default-pie compiler
From: |
address@hidden |
Subject: |
[Bug ld/31398] pr21964-4 fails on RISC-V with a default-pie compiler |
Date: |
Mon, 19 Feb 2024 14:08:20 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=31398
--- Comment #3 from Andreas Schwab <schwab@linux-m68k.org> ---
The difference appears to be that when pr21964-4.c is compiled with -fpie the
symbol __start___verbose is referenced by a R_RISCV_GOT_HI20 relocation,
without -fpie it is a R_RISCV_HI20 relocation. Whether the program is linked
with -pie or not does not make a difference.
--
You are receiving this mail because:
You are on the CC list for the bug.