[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