[Bug ld/31398] pr21964-4 fails on RISC-V with a default-pie compiler

2024-02-19 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31398 Andreas Schwab changed: What|Removed |Added Target||riscv*-*-* -- You are receiving thi

[Bug ld/31398] pr21964-4 fails on RISC-V with a default-pie compiler

2024-02-19 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31398 --- Comment #3 from Andreas Schwab --- 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. Wheth

[Bug ld/31398] pr21964-4 fails on RISC-V with a default-pie compiler

2024-02-19 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31398 --- Comment #2 from Andreas Schwab --- For some reason both main and __start___verbose are put in the dynamic symtab, unlike other architectures, where only the undefined references turn up there. -- You are receiving this mail because: You

[Bug ld/31398] pr21964-4 fails on RISC-V with a default-pie compiler

2024-02-19 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31398 --- Comment #1 from Andreas Schwab --- $ objdump -T tmpdir/pr21964-4 | grep __start___verbose 2020 gD __verbose Base .protected __start___verbose -- You are receiving this mail because: You are

[Bug ld/26105] PROTECTED in executable

2024-02-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26105 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug binutils/31384] ar.exe: could not create temporary file whilst writing archive: Permission denied

2024-02-19 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31384 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1