[Bug ld/30984] assertion fail ../../bfd/elf.c:8485

2023-10-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30984 --- Comment #6 from Alan Modra --- Use .set, or something like the following. .globl x x = 42 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/30984] assertion fail ../../bfd/elf.c:8485

2023-10-19 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=30984 --- Comment #5 from Stas Sergeev --- Thank you. Could you please hint me how to create an absolute symbol? I already know that if I do symbol = ABSOLUTE(.); in a linker script, then there will be no dynamic relocs against this symbol. I

[Bug ld/30984] assertion fail ../../bfd/elf.c:8485

2023-10-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30984 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Target Milestone|---

[Bug ld/30984] assertion fail ../../bfd/elf.c:8485

2023-10-19 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30984 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1b1b9bc05f8f6cde3956fb4d08f734de438f02a7 commit

[Bug ld/30984] assertion fail ../../bfd/elf.c:8485

2023-10-19 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30984 Alan Modra changed: What|Removed |Added Last reconfirmed||2023-10-19

Issue 60774 in oss-fuzz: binutils:fuzz_dwarf: Out-of-memory in fuzz_dwarf

2023-10-19 Thread sheriffbot via monorail
Updates: Labels: -deadline-approaching -restrict-view-commit Deadline-Exceeded Comment #3 on issue 60774 by sheriffbot: binutils:fuzz_dwarf: Out-of-memory in fuzz_dwarf https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=60774#c3 This bug has exceeded our disclosure deadline. It has

[Bug ld/27565] ld: Support input section description keyword: REVERSE

2023-10-19 Thread alexey.lapshin at espressif dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27565 --- Comment #9 from Alexey --- That is what I found. Issue 1: Can not pass multiple sections to REVERSE, e.g: *(REVERSE(.init_array .ctors)) Can only with combining: *(REVERSE(.init_array)) *(REVERSE(.ctors)) Issue 2: Reverse does not

[Bug ld/30984] assertion fail ../../bfd/elf.c:8485

2023-10-19 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=30984 --- Comment #1 from Stas Sergeev --- The test-case basically just creates the absolute section: .intel_syntax noprefix .section .text .code32 .global main ;.extern printf main: mov eax, 0xDEADBEEF push eax push message ; call printf

[Bug libctf/30985] ctf_add_member_encoded of a type on a parent dumps core

2023-10-19 Thread nick.alcock at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30985 Nick Alcock changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libctf/30985] New: ctf_add_member_encoded of a type on a parent dumps core

2023-10-19 Thread nick.alcock at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30985 Bug ID: 30985 Summary: ctf_add_member_encoded of a type on a parent dumps core Product: binutils Version: 2.41 Status: NEW Severity: normal

[Bug ld/30984] New: assertion fail ../../bfd/elf.c:8485

2023-10-19 Thread stsp at users dot sourceforge.net
https://sourceware.org/bugzilla/show_bug.cgi?id=30984 Bug ID: 30984 Summary: assertion fail ../../bfd/elf.c:8485 Product: binutils Version: 2.41 Status: UNCONFIRMED Severity: normal Priority: P2 Component: ld