[Bug gas/28793] [RISC-V] DW_cfa_advance_offset is not correct

2022-01-23 Thread nelsonc1225 at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28793 Nelson Chu changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug gas/28793] [RISC-V] DW_cfa_advance_offset is not correct

2022-01-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28793 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by LifangXia : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cb2562f5530c2f2eb4ca70d70078fa600e3ba983 commit cb2562f5530c2f2eb4ca70d70078fa

[Bug gas/28793] [RISC-V] DW_cfa_advance_offset is not correct

2022-01-19 Thread lifang_xia at linux dot alibaba.com
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_

[Bug gas/28793] [RISC-V] DW_cfa_advance_offset is not correct

2022-01-19 Thread nelsonc1225 at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28793 Nelson Chu changed: What|Removed |Added CC||nelsonc1225 at sourceware dot org --- C