[Bug ld/28709] New: [RISC-V] a unused section can't be removed with -gc-sections

2021-12-16 Thread lifang_...@c-sky.com
erity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: lifang_...@c-sky.com Target Milestone: --- Created attachment 13860 --> https://sourceware.org/bugzilla/attachment.cgi?id=13860&action=edit source code and com

[Bug gas/28215] csky gas testsuit, all overflow failed

2021-08-11 Thread lifang_...@c-sky.com
https://sourceware.org/bugzilla/show_bug.cgi?id=28215 --- Comment #3 from lifang_...@c-sky.com --- Thanks nick, I have sent a patch yesterday too. I noticed that you reply this. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/28215] New: csky gas testsuit, all overflow failed

2021-08-09 Thread lifang_...@c-sky.com
: gas Assignee: unassigned at sourceware dot org Reporter: lifang_...@c-sky.com Target Milestone: --- Executing on host: sh -c {../as-new /lhome/xialf/csky-gnu-toolchain/source/binutils/gas/testsuite/gas/all/overflow.s 2>&1} /dev/null dump.out (timeout = 300) spawn [open

[Bug binutils/28168] csky overflows disassembly stack buffer

2021-08-09 Thread lifang_...@c-sky.com
https://sourceware.org/bugzilla/show_bug.cgi?id=28168 --- Comment #3 from lifang_...@c-sky.com --- (In reply to Alan Modra from comment #1) > So the output that overflows the buffer is: > af4: f5003931flrwd

[Bug binutils/28168] csky overflows disassembly stack buffer

2021-08-09 Thread lifang_...@c-sky.com
https://sourceware.org/bugzilla/show_bug.cgi?id=28168 --- Comment #2 from lifang_...@c-sky.com --- %f/%lf is not suitable for float. I prefer to use %.7g for showing float. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/27566] [RISC-V] relocation truncated to fit: R_RISCV_GPREL_I against aymbol

2021-03-15 Thread lifang_...@c-sky.com
https://sourceware.org/bugzilla/show_bug.cgi?id=27566 --- Comment #4 from lifang_...@c-sky.com --- Can we add a symbol in the default link file: .jcr: { KEEP (*(.jcr)) } .data.rel.ro : { *(.data.rel.ro.local

[Bug ld/27566] [RISC-V] relocation truncated to fit: R_RISCV_GPREL_I against aymbol

2021-03-15 Thread lifang_...@c-sky.com
https://sourceware.org/bugzilla/show_bug.cgi?id=27566 --- Comment #3 from lifang_...@c-sky.com --- Hi Nelson, I agree with you, the previous patch is not a best choice. I have do some debug today. I add a print here: === diff --git a/bfd/elfnn-riscv.c b

[Bug ld/27566] New: [RISC-V] relocation truncated to fit: R_RISCV_GPREL_I against aymbol

2021-03-11 Thread lifang_...@c-sky.com
: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: lifang_...@c-sky.com Target Milestone: --- Here is case(It is not the orignal case, the original is that gp can't get the .LANCHOR. I made this case si

[Bug gas/26608] [2.36 Regression] The instruction is not recognized

2020-09-14 Thread lifang_...@c-sky.com
https://sourceware.org/bugzilla/show_bug.cgi?id=26608 lifang_...@c-sky.com changed: What|Removed |Added CC||lifang_...@c-sky.com