All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] arm: add required assembler directive (binutils >=2.44)
@ 2025-05-07  6:07 Johannes Krottmayer
  2025-05-07  6:07 ` [PATCH 1/1] arm: cpu: armv7m: add required .type name, %function directive Johannes Krottmayer
  0 siblings, 1 reply; 13+ messages in thread
From: Johannes Krottmayer @ 2025-05-07  6:07 UTC (permalink / raw)
  To: u-boot; +Cc: Johannes Krottmayer, Tom Rini

Since GNU binutils version 2.44, assembly functions must include
the assembler directive .type name, %function. If not a call to
these functions fails with the error message 'Unknown destination
type (ARM/Thumb)' and the error message 'dangerous relocation:
unsupported relocation' at linking.

Johannes Krottmayer (1):
  arm: cpu: armv7m: add required .type name, %function directive

 arch/arm/cpu/armv7m/start.S | 1 +
 1 file changed, 1 insertion(+)

-- 
2.39.5



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-05-22 19:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-07  6:07 [PATCH 0/1] arm: add required assembler directive (binutils >=2.44) Johannes Krottmayer
2025-05-07  6:07 ` [PATCH 1/1] arm: cpu: armv7m: add required .type name, %function directive Johannes Krottmayer
2025-05-07 16:55   ` Tom Rini
2025-05-07 18:17     ` Johannes Krottmayer
2025-05-07 19:07       ` Johannes Krottmayer
2025-05-07 21:18         ` Johannes Krottmayer
2025-05-07 22:51         ` Tom Rini
2025-05-07 23:36           ` Johannes Krottmayer
2025-05-08 19:00           ` [PATCH v2 1/1] arm: cpu: armv7m: add ENTRY/ENDPROC macros Johannes Krottmayer
2025-05-08 19:09             ` Johannes Krottmayer
2025-05-08 19:34               ` Tom Rini
2025-05-08 19:33             ` Tom Rini
2025-05-22 19:36             ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.