Skip to content

Commit 2826a4e

Browse files
Revert "Move Newlib locale table to flash, save 320B RAM (#3267)" (#3268)
This reverts commit 6518a87.
1 parent 6518a87 commit 2826a4e

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

lib/rp2040/memmap_default.ld

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ SECTIONS
136136
. = ALIGN(4);
137137
*(SORT_BY_ALIGNMENT(SORT_BY_NAME(.flashdata*)))
138138
. = ALIGN(4);
139-
*libc_a-locale.o(.data)
140-
. = ALIGN(4);
141139
} > FLASH
142140
143141
.ARM.extab :

lib/rp2350-riscv/memmap_default.ld

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ SECTIONS
149149
. = ALIGN(4);
150150
*(SORT_BY_ALIGNMENT(SORT_BY_NAME(.flashdata*)))
151151
. = ALIGN(4);
152-
*libc_a-locale.o(.data)
153-
. = ALIGN(4);
154152
} > FLASH
155153

156154
.ARM.extab :

lib/rp2350/memmap_default.ld

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ SECTIONS
149149
. = ALIGN(4);
150150
*(SORT_BY_ALIGNMENT(SORT_BY_NAME(.flashdata*)))
151151
. = ALIGN(4);
152-
*libc_a-locale.o(.data)
153-
. = ALIGN(4);
154152
} > FLASH
155153

156154
.ARM.extab :

0 commit comments

Comments
 (0)