mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 14:22:28 +00:00
Fix rwx .rodata in python.com on aarch64
This commit is contained in:
parent
4eebd6b9dc
commit
1353db7d3f
65 changed files with 65 additions and 65 deletions
2
third_party/python/Modules/pyexpat.c
vendored
2
third_party/python/Modules/pyexpat.c
vendored
|
@ -2041,7 +2041,7 @@ dump buffer
|
|||
[clinic start generated code]*/
|
||||
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=524ce2e021e4eba6]*/
|
||||
|
||||
_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab_pyexpat = {
|
||||
_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab_pyexpat = {
|
||||
"pyexpat",
|
||||
PyInit_pyexpat,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue