[Bug gas/33128] GAS emits compressed instruction with .option arch, -c

2025-07-14 Thread Mr.Bossman075 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=33128 Jesse Taube changed: What|Removed |Added CC||nelsonc1225 at sourceware dot org --

[Bug gas/33128] GAS emits compressed instruction with .option arch, -c

2025-07-03 Thread Mr.Bossman075 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=33128 --- Comment #1 from Jesse Taube --- This commit caused the problem, https://github.com/gcc-mirror/gcc/commit/42ce61eaefc4db70e2e7ea2d8ef091daa458eb48 And this patch looks like it should solve the problem https://inbox.sourceware.org/binutils/

[Bug gas/33128] GAS emits compressed instruction with .option arch, -c

2025-07-03 Thread Mr.Bossman075 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=33128 Jesse Taube changed: What|Removed |Added Target||riscv -- You are receiving this mail b

[Bug gas/33128] GAS emits compressed instruction with .option arch, -c

2025-07-03 Thread Mr.Bossman075 at gmail dot com
, ||Mr.Bossman075 at gmail dot com -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/33128] New: GAS emits compressed instruction with .option arch, -c

2025-07-03 Thread Mr.Bossman075 at gmail dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: Mr.Bossman075 at gmail dot com Target Milestone: --- GAS emits compressed instructions when option `.option arch, -c` is present if "zca" or "zcd" are in the march string. In

[Bug gas/29349] ADR instructions generate wrong offsets in Thumb code for armv7-m

2022-07-11 Thread Mr.Bossman075 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29349 --- Comment #4 from Jesse Taube --- I'm sure when I tested it, that commit broke u-boot. It seems like there are two bugs causing the same problem. The way U-boot has it written is like bugB notice the `type` is after. Which does seem to chang

[Bug gas/29349] ADR instructions generate wrong offsets in Thumb code for armv7-m

2022-07-11 Thread Mr.Bossman075 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29349 --- Comment #2 from Jesse Taube --- it changes when the type is set to function before vs after. In U-Boot and Linux it is set after so I kept it the same. https://godbolt.org/z/hncMz7rb6 I checked against llvm and they are always 4. -- Y

[Bug gas/29349] ADR instructions generate wrong offsets in Thumb code for armv7-m

2022-07-09 Thread Mr.Bossman075 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29349 Jesse Taube changed: What|Removed |Added CC||tnfchris at sourceware dot org -- You

[Bug gas/29349] ADR instructions generate wrong offsets in Thumb code for armv7-m

2022-07-09 Thread Mr.Bossman075 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29349 Jesse Taube changed: What|Removed |Added CC||petemoore at gmx dot net -- You are re

[Bug gas/29349] ADR instructions generate wrong offsets in Thumb code for armv7-m

2022-07-09 Thread Mr.Bossman075 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29349 Jesse Taube changed: What|Removed |Added CC||max at marrone dot nyc -- You are rece

[Bug gas/29349] ADR instructions generate wrong offsets in Thumb code for armv7-m

2022-07-09 Thread Mr.Bossman075 at gmail dot com
, ||Mr.Bossman075 at gmail dot com -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/29349] New: ADR instructions generate wrong offsets in Thumb code for armv7-m

2022-07-09 Thread Mr.Bossman075 at gmail dot com
: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: Mr.Bossman075 at gmail dot com Target Milestone: --- In U-Boot after this commit, armv7-m fails to boot because of this commit. https://sourceware.org/git/?p=binutils-gdb.git