mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +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/_bz2module.c
vendored
2
third_party/python/Modules/_bz2module.c
vendored
|
@ -804,7 +804,7 @@ PyInit__bz2(void)
|
|||
return m;
|
||||
}
|
||||
|
||||
_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__bz2 = {
|
||||
_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__bz2 = {
|
||||
"_bz2",
|
||||
PyInit__bz2,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue