Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
0a400a63
Commit
0a400a63
authored
Apr 14, 2016
by
Paul Sokolovsky
Browse files
esp8266: Switch integer arith routines to BootROM.
parent
df3b1741
Changes
1
Hide whitespace changes
Inline
Side-by-side
esp8266/eagle.rom.addr.v6.ld
View file @
0a400a63
...
...
@@ -50,8 +50,8 @@ PROVIDE ( _UserExceptionVector = 0x40000050 );
PROVIDE ( __adddf3 = 0x4000c538 );
PROVIDE ( __addsf3 = 0x4000c180 );
PROVIDE ( __divdf3 = 0x4000cb94 );
PROVIDE (
__divdi3 = 0x4000ce60
)
;
PROVIDE (
__divsi3 = 0x4000dc88
)
;
__divdi3 = 0x4000ce60;
__divsi3 = 0x4000dc88;
PROVIDE ( __extendsfdf2 = 0x4000cdfc );
PROVIDE ( __fixdfsi = 0x4000ccb8 );
PROVIDE ( __fixunsdfsi = 0x4000cd00 );
...
...
@@ -61,16 +61,16 @@ PROVIDE ( __floatsisf = 0x4000e2ac );
PROVIDE ( __floatunsidf = 0x4000e2e8 );
PROVIDE ( __floatunsisf = 0x4000e2a4 );
PROVIDE ( __muldf3 = 0x4000c8f0 );
PROVIDE (
__muldi3 = 0x40000650
)
;
__muldi3 = 0x40000650;
PROVIDE ( __mulsf3 = 0x4000c3dc );
PROVIDE ( __subdf3 = 0x4000c688 );
PROVIDE ( __subsf3 = 0x4000c268 );
PROVIDE ( __truncdfsf2 = 0x4000cd5c );
PROVIDE (
__udivdi3 = 0x4000d310
)
;
PROVIDE (
__udivsi3 = 0x4000e21c
)
;
PROVIDE (
__umoddi3 = 0x4000d770
)
;
PROVIDE (
__umodsi3 = 0x4000e268
)
;
PROVIDE (
__umulsidi3 = 0x4000dcf0
)
;
__udivdi3 = 0x4000d310;
__udivsi3 = 0x4000e21c;
__umoddi3 = 0x4000d770;
__umodsi3 = 0x4000e268;
__umulsidi3 = 0x4000dcf0;
PROVIDE ( _rom_store = 0x4000e388 );
PROVIDE ( _rom_store_table = 0x4000e328 );
PROVIDE ( _start = 0x4000042c );
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment