bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: stsp at users dot sourceforge.net
Subject: [Bug ld/30984] assertion fail ../../bfd/elf.c:8485
Date: Thu, 19 Oct 2023 13:26:32 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=30984

--- Comment #1 from Stas Sergeev <stsp at users dot sourceforge.net> ---
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
  add esp, 8
  ret

.section *ABS*
message: .asciz "Register = %08X"

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]