https://sourceware.org/bugzilla/show_bug.cgi?id=25494
Bug ID: 25494 Summary: [MIPS] default output as r6 when default target as r6 Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: syq at debian dot org Target Milestone: --- Created attachment 12247 --> https://sourceware.org/bugzilla/attachment.cgi?id=12247&action=edit 0001-MIPS-default-output-as-r6-when-default-target-as-r6.patch currently we find 2 usecases with problem: 1. mipsisa32r6el-linux-gnu-ld -r -b binary xx.dat -o xx.o the output will be MIPS I, while we expect MIPS32r6. 2. mipsisa32r6el-linux-gnu-as -march=from-abi xx.s the output will be MIPS I, while we expect MIPS32r6. -- You are receiving this mail because: You are on the CC list for the bug.