Skip to content

Commit

Permalink
rp2040: Fix extab section getting put before .text
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazfather committed Feb 21, 2025
1 parent 59d71c5 commit 305869d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions port/raspberrypi/rp2xxx/rp2040.ld
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ SECTIONS
*(.rodata*)
} > flash0

.ARM.extab : {
*(.ARM.extab* .gnu.linkonce.armextab.*)
} >flash0

.ARM.exidx : {
*(.ARM.exidx* .gnu.linkonce.armexidx.*)
} >flash0
Expand Down

0 comments on commit 305869d

Please sign in to comment.