Skip to content

Commit 1737a69

Browse files
committed
esp8266/boards: Replace stackctrl.o with cstack.o in obj file list.
This was missed in d441788. Signed-off-by: Damien George <[email protected]>
1 parent 73d6a09 commit 1737a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp8266/boards/esp8266_common.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ SECTIONS
9393
*py/binary.o*(.literal* .text*)
9494
*py/builtin*.o*(.literal* .text*)
9595
*py/compile.o*(.literal* .text*)
96+
*py/cstack.o*(.literal* .text*)
9697
*py/emit*.o*(.literal* .text*)
9798
*py/persistentcode*.o*(.literal* .text*)
9899
*py/formatfloat.o*(.literal* .text*)
@@ -121,7 +122,6 @@ SECTIONS
121122
*py/sequence.o*(.literal* .text*)
122123
*py/showbc.o*(.literal* .text*)
123124
*py/smallint.o*(.literal* .text*)
124-
*py/stackctrl.o*(.literal* .text*)
125125
*py/stream.o*(.literal* .text*)
126126
*py/unicode.o*(.literal* .text*)
127127
*py/vm.o*(.literal* .text*)

0 commit comments

Comments
 (0)