https://sourceware.org/bugzilla/show_bug.cgi?id=28793
--- Comment #2 from lifang_xia at linux dot alibaba.com --- It is better choice that Handling this in riscv_frag_align_code. But "frag_wane (frag_now) + frag_new (0)" should be after we call the frag_more, NOT before. If add "frag_wane (frag_now) + frag_new (0)" before frag_more, the alignment and the code after them are in the same frag. It could not fix this case. -- You are receiving this mail because: You are on the CC list for the bug.