mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 19:58:30 +00:00
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:
parent
2c0f0bab0b
commit
afc58a8b41
104 changed files with 5 additions and 1032 deletions
|
@ -64,32 +64,6 @@ extern const int MSG_WAITFORONE;
|
|||
#define MSG_WAITALL MSG_WAITALL
|
||||
#define MSG_WAITFORONE MSG_WAITFORONE
|
||||
|
||||
#define __tmpcosmo_MSG_BATCH -1134416743
|
||||
#define __tmpcosmo_MSG_BCAST 370853917
|
||||
#define __tmpcosmo_MSG_CMSG_CLOEXEC -1745056044
|
||||
#define __tmpcosmo_MSG_CONFIRM -1373446954
|
||||
#define __tmpcosmo_MSG_CTRUNC -1111700304
|
||||
#define __tmpcosmo_MSG_DONTWAIT -667086557
|
||||
#define __tmpcosmo_MSG_EOF -602741896
|
||||
#define __tmpcosmo_MSG_EOR -91925267
|
||||
#define __tmpcosmo_MSG_ERRQUEUE 1651845516
|
||||
#define __tmpcosmo_MSG_EXCEPT 460132348
|
||||
#define __tmpcosmo_MSG_FASTOPEN -394051246
|
||||
#define __tmpcosmo_MSG_FIN 1618968310
|
||||
#define __tmpcosmo_MSG_INFO -1121675098
|
||||
#define __tmpcosmo_MSG_MCAST -782610984
|
||||
#define __tmpcosmo_MSG_MORE 1239285605
|
||||
#define __tmpcosmo_MSG_NOERROR -1816652550
|
||||
#define __tmpcosmo_MSG_NOSIGNAL -1026018855
|
||||
#define __tmpcosmo_MSG_NOTIFICATION -1641797121
|
||||
#define __tmpcosmo_MSG_PARITY_ERROR 742069756
|
||||
#define __tmpcosmo_MSG_PROXY -2048250956
|
||||
#define __tmpcosmo_MSG_RST -1659007642
|
||||
#define __tmpcosmo_MSG_STAT -1766577788
|
||||
#define __tmpcosmo_MSG_SYN -105011009
|
||||
#define __tmpcosmo_MSG_TRUNC 1248152008
|
||||
#define __tmpcosmo_MSG_WAITALL -209697144
|
||||
#define __tmpcosmo_MSG_WAITFORONE -583987704
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue