Skip to content

Commit dc80836

Browse files
Fix C++ exceptions
Apply the GCC9.1 patches (with needed changes) to GCC4.8. Exception code now only does 32b aligned reads from progmem to access the eh_table (some via -mforce-l32, some via hand-inserted pgm_read_x macros).
1 parent f40fe35 commit dc80836

17 files changed

+84
-84
lines changed

package/package_esp8266com_index.template.json

+83-83
Large diffs are not rendered by default.

tools/sdk/lib/libbearssl.a

-3.79 KB
Binary file not shown.

tools/sdk/lib/libgcc.a

4.76 KB
Binary file not shown.

tools/sdk/lib/libhal.a

0 Bytes
Binary file not shown.

tools/sdk/lib/liblwip2-1460-feat.a

-1.37 KB
Binary file not shown.

tools/sdk/lib/liblwip2-1460.a

-1.38 KB
Binary file not shown.

tools/sdk/lib/liblwip2-536-feat.a

-1.38 KB
Binary file not shown.

tools/sdk/lib/liblwip2-536.a

-1.38 KB
Binary file not shown.

tools/sdk/lib/liblwip6-1460-feat.a

9.58 KB
Binary file not shown.

tools/sdk/lib/liblwip6-536-feat.a

9.58 KB
Binary file not shown.

tools/sdk/lib/libstdc++-exc.a

11.7 KB
Binary file not shown.

tools/sdk/lib/libstdc++.a

14.9 KB
Binary file not shown.
-12 Bytes
Binary file not shown.
-13.7 KB
Binary file not shown.
-13.7 KB
Binary file not shown.
-5.75 KB
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// generated by makefiles/make-lwip2-hash
22
#ifndef LWIP_HASH_H
33
#define LWIP_HASH_H
4-
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.1-7-g82abda3"
4+
#define LWIP_HASH_STR "STABLE-2_1_2_RELEASE/glue:1.1-8-g2314329"
55
#endif // LWIP_HASH_H

0 commit comments

Comments
 (0)