bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/26936] [ld, PIE] ld drops relocation for .text.__x86.get_pc_thun


From: vries at gcc dot gnu.org
Subject: [Bug ld/26936] [ld, PIE] ld drops relocation for .text.__x86.get_pc_thunk.bx
Date: Tue, 24 Nov 2020 14:59:41 +0000

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

--- Comment #11 from Tom de Vries <vries at gcc dot gnu.org> ---
(In reply to Tom de Vries from comment #10)
> And, reproduced:

To put it in gdb terms:
...
$ gdb -q a.out
Reading symbols from a.out...
(gdb) b  __x86.get_pc_thunk.bx
Breakpoint 1 at 0x11d0: file ../sysdeps/i386/crti.S, line 66.
(gdb) r
Starting program: a.out 
Missing separate debuginfos, use: zypper install
glibc-32bit-debuginfo-2.26-lp152.26.3.1.x86_64

Breakpoint 1, __x86.get_pc_thunk.bx () at ../sysdeps/i386/crti.S:66
66      ../sysdeps/i386/crti.S: No such file or directory.
Missing separate debuginfos, use: zypper install
libgcc_s1-gcc11-32bit-debuginfo-11.0.0+git181412-lp152.1.1.x86_64
...

Breakpoint has correct address, but wrong file and wrong line.

-- 
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]