summaryrefslogtreecommitdiff
path: root/esp8266/esp8266_common.ld
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-06-15 18:55:34 +1000
committerDamien George <damien.p.george@gmail.com>2017-06-15 18:55:34 +1000
commit4f9858e86debaaa4a65f0663ac3c67be15000064 (patch)
treee30d11e1e642ddab0cf778a1369c1d206486a5df /esp8266/esp8266_common.ld
parent76ec04a6d93668806409b6f5b2788a4043fb7bb5 (diff)
stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.
It provides sys.stdin, sys.stdout, sys.stderr for bare-metal targets based on mp_hal functions.
Diffstat (limited to 'esp8266/esp8266_common.ld')
-rw-r--r--esp8266/esp8266_common.ld2
1 files changed, 0 insertions, 2 deletions
diff --git a/esp8266/esp8266_common.ld b/esp8266/esp8266_common.ld
index bc983df70..de5268c8f 100644
--- a/esp8266/esp8266_common.ld
+++ b/esp8266/esp8266_common.ld
@@ -125,8 +125,6 @@ SECTIONS
*lib/timeutils/*.o*(.literal*, .text*)
*lib/utils/*.o*(.literal*, .text*)
- *stmhal/pybstdio.o(.literal*, .text*)
-
build/main.o(.literal* .text*)
*gccollect.o(.literal* .text*)
*gchelper.o(.literal* .text*)