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.