|
From: | hjl.tools at gmail dot com |
Subject: | [Bug ld/28870] New: relocation R_386_GOT32 against absolute symbol is disallowed |
Date: | Mon, 07 Feb 2022 22:58:38 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=28870 Bug ID: 28870 Summary: relocation R_386_GOT32 against absolute symbol is disallowed Product: binutils Version: 2.39 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: hjl.tools at gmail dot com Target Milestone: --- Target: i386 [hjl@gnu-tgl-3 tmp]$ cat foo.s .text .globl _start _start: cmpl $0, _nl_current_LC_COLLATE_used@GOT(%ebx) _nl_current_LC_COLLATE_used = 2 [hjl@gnu-tgl-3 tmp]$ gcc -c foo.s -m32 [hjl@gnu-tgl-3 tmp]$ ld -pie foo.o -m elf_i386 ld: foo.o: relocation R_386_GOT32 against absolute symbol `_nl_current_LC_COLLATE_used' in section `.text' is disallowed [hjl@gnu-tgl-3 tmp]$ -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |