[Bug binutils/20795] [PowerPC] RLMI instruction deprecated but still decodes for PowerPC 64
https://sourceware.org/bugzilla/show_bug.cgi?id=20795 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||amodra at gmail dot com Resolution|--- |INVALID --- Comment #1 from Alan Modra --- The default disassembly dialect is currently power9 with PPC_OPCODE_ANY enabled. So in cases where an opcode disassembles differently between power9 and some other cpu, the power9 variant is chosen, and when there is no power9 insn for a given opcode but there is a valid insn for some other cpu then that other cpu insn is displayed. This means that people can often use objdump to disassemble without specifying -M. Your code selects a fairly generic arch/mach combination and doesn't set disInfo.disassembler_options, resulting in the default dialect. See ppc-dis.c:powerpc_init_dialect. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/20812] strip not stripped for -rdynamic/-Wl,--export-dynamic
https://sourceware.org/bugzilla/show_bug.cgi?id=20812 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||amodra at gmail dot com Resolution|--- |INVALID --- Comment #1 from Alan Modra --- Strip is not supposed to touch the dynamic symbol table, .dynsym. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/20828] [MIPS] produces invalid dynamic symbol table when --gc-sections is used since PR ld/13177 fix
https://sourceware.org/bugzilla/show_bug.cgi?id=20828 Mike Hommey changed: What|Removed |Added CC||mh-sourceware at glandium dot org -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/20828] [MIPS] produces invalid dynamic symbol table when --gc-sections is used since PR ld/13177 fix
https://sourceware.org/bugzilla/show_bug.cgi?id=20828 --- Comment #3 from Alan Modra --- > Is checking forced_local enough? See elflink.c:elf_link_output_extsym local_bind. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/20828] [MIPS] produces invalid dynamic symbol table when --gc-sections is used since PR ld/13177 fix
https://sourceware.org/bugzilla/show_bug.cgi?id=20828 --- Comment #4 from Alan Modra --- On second thoughts, don't look at elf_link_output_extsym. bind_local there can't be right since it's too late to make any decision different to that done by _bfd_elf_link_renumber_dynsyms. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils