Skip to content

Commit d8b8a20

Browse files
committed
feat(ld): Export low level function address
In rom, these functions are wrapped, modify to use these functions directly. internal: 45cbd694
1 parent 340b0a2 commit d8b8a20

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

ld/eagle.rom.addr.v6.ld

+11-11
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ PROVIDE ( __umoddi3 = 0x4000d770 );
4040
PROVIDE ( __umodsi3 = 0x4000e268 );
4141
PROVIDE ( __umulsidi3 = 0x4000dcf0 );
4242

43-
PROVIDE ( bzero = 0x40002ae8 );
44-
PROVIDE ( memcmp = 0x400018d4 );
45-
PROVIDE ( memcpy = 0x400018b4 );
46-
PROVIDE ( memmove = 0x400018c4 );
47-
PROVIDE ( memset = 0x400018a4 );
43+
PROVIDE ( bzero = 0x4000de84 );
44+
PROVIDE ( memcmp = 0x4000dea8 );
45+
PROVIDE ( memcpy = 0x4000df48 );
46+
PROVIDE ( memmove = 0x4000e04c );
47+
PROVIDE ( memset = 0x4000e190 );
4848

49-
PROVIDE ( strcmp = 0x40002aa8 );
50-
PROVIDE ( strcpy = 0x40002a88 );
51-
PROVIDE ( strlen = 0x40002ac8 );
52-
PROVIDE ( strncmp = 0x40002ab8 );
53-
PROVIDE ( strncpy = 0x40002a98 );
54-
PROVIDE ( strstr = 0x40002ad8 );
49+
PROVIDE ( strcmp = 0x4000bdc8 );
50+
PROVIDE ( strcpy = 0x4000bec8 );
51+
PROVIDE ( strlen = 0x4000bf4c );
52+
PROVIDE ( strncmp = 0x4000bfa8 );
53+
PROVIDE ( strncpy = 0x4000c0a0 );
54+
PROVIDE ( strstr = 0x4000e1e0 );
5555

5656
PROVIDE ( gpio_input_get = 0x40004cf0 );
5757
PROVIDE ( gpio_pin_wakeup_disable = 0x40004ed4 );

0 commit comments

Comments
 (0)