Upgrade cosmopolitan gcc and binutils to 2.35.2

This change upgrades to the latest portcosmo gcc patch
6728fe1a25185560603ca312a8d4352af2a4e515 which lets us avoid needing to
define __tmpcosmo_FOO constants. We're now using an appropriate binutils
version for GCC 11. The older binutils sometimes wasn't able to print
backtraces, due to not being able to find a .debug_ranges section.

This is breaking change for /opt/cosmos libraries :'( due to this weird
"error: need linked-to section for --gc-sections" that pops up.

Please run `make clean` in the monorepo before rebuilding.
This commit is contained in:
Justine Tunney 2023-06-18 00:54:14 -07:00
parent 2c0f0bab0b
commit afc58a8b41
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
104 changed files with 5 additions and 1032 deletions

View file

@ -67,36 +67,6 @@ extern const int TCP_WINDOW_CLAMP;
#define TCP_USER_TIMEOUT TCP_USER_TIMEOUT
#define TCP_WINDOW_CLAMP TCP_WINDOW_CLAMP
#define __tmpcosmo_TCP_CC_INFO 8361104
#define __tmpcosmo_TCP_CONGESTION 372467383
#define __tmpcosmo_TCP_COOKIE_TRANSACTIONS 1651367691
#define __tmpcosmo_TCP_CORK -1349156951
#define __tmpcosmo_TCP_DEFER_ACCEPT -1542762903
#define __tmpcosmo_TCP_FASTOPEN 684735969
#define __tmpcosmo_TCP_FASTOPEN_CONNECT -955771783
#define __tmpcosmo_TCP_INFO -1828641436
#define __tmpcosmo_TCP_KEEPCNT -1493518283
#define __tmpcosmo_TCP_KEEPIDLE 1644196464
#define __tmpcosmo_TCP_KEEPINTVL -1302451218
#define __tmpcosmo_TCP_LINGER2 2018829991
#define __tmpcosmo_TCP_MAXSEG -597390935
#define __tmpcosmo_TCP_MD5SIG 563016186
#define __tmpcosmo_TCP_MD5SIG_MAXKEYLEN -133830736
#define __tmpcosmo_TCP_NOTSENT_LOWAT -2088313237
#define __tmpcosmo_TCP_QUEUE_SEQ 1778827934
#define __tmpcosmo_TCP_QUICKACK 602576474
#define __tmpcosmo_TCP_REPAIR 1790031809
#define __tmpcosmo_TCP_REPAIR_OPTIONS 144244650
#define __tmpcosmo_TCP_REPAIR_QUEUE 1799003915
#define __tmpcosmo_TCP_SAVED_SYN 1886200148
#define __tmpcosmo_TCP_SAVE_SYN 1349318664
#define __tmpcosmo_TCP_SYNCNT 2092611841
#define __tmpcosmo_TCP_THIN_DUPACK 1467229918
#define __tmpcosmo_TCP_THIN_LINEAR_TIMEOUTS 690546238
#define __tmpcosmo_TCP_TIMESTAMP 176258895
#define __tmpcosmo_TCP_ULP 1811889822
#define __tmpcosmo_TCP_USER_TIMEOUT -466589242
#define __tmpcosmo_TCP_WINDOW_CLAMP -845861568
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */