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.
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 wanted
https://sourceware.org/bugzilla/show_bug.cgi?id=30984
Alan Modra changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Target Milestone|---
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 1b1b9bc05f8f6cde3956fb4d08f73
https://sourceware.org/bugzilla/show_bug.cgi?id=30984
Alan Modra changed:
What|Removed |Added
Last reconfirmed||2023-10-19
Assignee|unassigned
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 be
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 app
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
https://sourceware.org/bugzilla/show_bug.cgi?id=30985
Nick Alcock changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
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
Priorit
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
11 matches
Mail list logo