Summary: | FAIL: gdb.cp/typeid.exp: before starting: print &typeid(i) | ||
---|---|---|---|
Product: | gdb | Reporter: | Tom de Vries <vries> |
Component: | c++ | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | HEAD | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Tom de Vries
2021-03-07 10:30:02 UTC
Bisects to: ... commit 3f2e9699234ca31d083bc93ea6e03903f10baeaf Author: H.J. Lu <hjl.tools@gmail.com> Date: Sat Aug 22 08:31:53 2020 -0700 elf: Keep only one '@' for undefined versioned symbols The symbol string table in the .symtab section is optional and cosmetic. Keep only one '@' for undefined versioned symbols, which are defined in shared objects, in the symbol string table. Update "nm -D" to display only one '@' for undefined versioned symbols. ... Commit first appeared in 2.36 release. I'm seeing this also on fedora asahi 39, aarch64-linux, with target board unix/-fPIE/-pie. |