https://sourceware.org/bugzilla/show_bug.cgi?id=30153
Bug ID: 30153 Summary: MIPS: gccrs failed to bootstrap with -mfix-loongson3-llsc Product: binutils Version: 2.41 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: syq at debian dot org Target Milestone: --- Created attachment 14703 --> https://sourceware.org/bugzilla/attachment.cgi?id=14703&action=edit The asm code https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108567 It is due to the outputs are different with or without debug info. `mipsel-linux-gnu-as -EL -mips32r2 -O2 -g -g -mabi=32 -march=mips32r2 -mfpxx -mno-shared -KPIC -mfix-loongson3-llsc -o rust/rust-lex.o rust/rust-lex.s` vs `mipsel-linux-gnu-as -EL -mips32r2 -O2 -g -g -mabi=32 -march=mips32r2 -mfpxx -mno-shared -KPIC -mno-fix-loongson3-llsc -o rust/rust-lex.o rust/rust-lex.s` -- You are receiving this mail because: You are on the CC list for the bug.